mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Add support for multi-currency in the generation of the account move.
Take into account all the remaining remarks of Frederic Clementi dated May 30: - see multi-currency amounts in the wizard to add transaction lines - add help msg on bank payment lines
This commit is contained in:
committed by
Pedro M. Baeza
parent
d8494aef0d
commit
3a135fcba8
@@ -33,14 +33,14 @@
|
||||
<field name="date"/>
|
||||
<field name="move_id" required="0"/>
|
||||
<field name="journal_id"/>
|
||||
<field name="name"/>
|
||||
<field name="partner_id"/>
|
||||
<field name="account_id"/>
|
||||
<field name="date_maturity"/>
|
||||
<field name="debit" sum="Total Debit"/>
|
||||
<field name="credit" sum="Total Credit"/>
|
||||
<field name="amount_currency" invisible="1"/>
|
||||
<field name="currency_id" invisible="1" />
|
||||
<field name="debit"/>
|
||||
<field name="credit"/>
|
||||
<field name="amount_residual" sum="Total Residual"/>
|
||||
<field name="amount_currency"/>
|
||||
<field name="amount_residual_currency"/>
|
||||
<field name="company_currency_id" invisible="1"/>
|
||||
</tree>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user