[imp]:improve th tag to td tag

bzr revid: ssh@tinyerp.com-20140424084402-gam7edp04qvyj7gu
This commit is contained in:
Sunil Sharma 2014-04-24 14:14:02 +05:30
parent 45e74261e4
commit ad71e6b87c
1 changed files with 3 additions and 3 deletions

View File

@ -14,20 +14,20 @@
<br/>
<table class="table table-condensed table-bordered ">
<tr>
<th><strong>Employee Code</strong></th>
<td><strong>Employee Code</strong></td>
<td>
<t t-if="employee.identification_id">
<span t-field="employee.identification_id"/>
</t>
</td>
<th><strong>Department</strong></th>
<td><strong>Department</strong></td>
<td>
<t t-if="employee.department_id">
<span t-field="employee.department_id.name"/>
</t>
</td>
<th><strong>Bank</strong></th>
<td><strong>Bank</strong></td>
<td>
<t t-if="employee.bank_account_id">
<span t-field="employee.bank_account_id.bank.name"/>