diff --git a/addons/account/account_view.xml b/addons/account/account_view.xml
index e20b899ad114bfd01d30cb7d0eb6510ee9681015..ff6e8d5aae9dbf1c44e92ee90f834981bdd5cf60 100644
--- a/addons/account/account_view.xml
+++ b/addons/account/account_view.xml
@@ -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>