[FIX+IMP] account_financial_report: new README structure + fixes in usability
This commit is contained in:
committed by
chaule97
parent
99fb232194
commit
a22502176b
@@ -108,7 +108,7 @@
|
||||
<div class="act_as_row labels">
|
||||
<div class="act_as_cell">Date range filter</div>
|
||||
<div class="act_as_cell">Target moves filter</div>
|
||||
<div class="act_as_cell">Account balance at 0 filter</div>
|
||||
<div class="act_as_cell">Account at 0 filter</div>
|
||||
<div class="act_as_cell">Limit hierarchy levels</div>
|
||||
</div>
|
||||
<div class="act_as_row">
|
||||
@@ -143,12 +143,12 @@
|
||||
<!--## Code-->
|
||||
<div class="act_as_cell" style="width: 8.86%;">Code</div>
|
||||
<!--## Account-->
|
||||
<div class="act_as_cell" style="width: 52.58%;">Account
|
||||
<div class="act_as_cell" style="width: 37.58%;">Account
|
||||
</div>
|
||||
</t>
|
||||
<t t-if="show_partner_details">
|
||||
<!--## Partner-->
|
||||
<div class="act_as_cell" style="width: 61.44%;">Partner
|
||||
<div class="act_as_cell" style="width: 46.44%;">Partner
|
||||
</div>
|
||||
</t>
|
||||
<!--## Initial balance-->
|
||||
|
||||
@@ -82,15 +82,15 @@ class TrialBalanceXslx(models.AbstractModel):
|
||||
}
|
||||
if report.foreign_currency:
|
||||
foreign_currency = {
|
||||
5: {'header': _('Cur.'),
|
||||
6: {'header': _('Cur.'),
|
||||
'field': 'currency_id',
|
||||
'field_currency_balance': 'currency_id',
|
||||
'type': 'many2one', 'width': 7},
|
||||
6: {'header': _('Initial balance'),
|
||||
7: {'header': _('Initial balance'),
|
||||
'field': 'initial_balance_foreign_currency',
|
||||
'type': 'amount_currency',
|
||||
'width': 14},
|
||||
7: {'header': _('Ending balance'),
|
||||
8: {'header': _('Ending balance'),
|
||||
'field': 'final_balance_foreign_currency',
|
||||
'type': 'amount_currency',
|
||||
'width': 14},
|
||||
|
||||
Reference in New Issue
Block a user