[FIX] account: 'currency_id' field not defined on account.bank.statement object (correct name is 'currency')

This commit is contained in:
qdp-odoo 2014-12-05 15:53:30 +01:00
parent 37c805f26f
commit 0bf69d6f82
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@
<label for="balance_end" />
<button name="button_dummy" states="draft" string="(update)" type="object" class="oe_edit_only oe_link"/>
</div>
<field name="balance_end" nolabel="1" class="oe_subtotal_footer_separator" widget='monetary' options="{'currency_field': 'currency_id'}"/>
<field name="balance_end" nolabel="1" class="oe_subtotal_footer_separator" widget='monetary' options="{'currency_field': 'currency'}"/>
</group>
<div class="oe_clear"/>
</sheet>