Add monetary field

issue10598
This commit is contained in:
Raimon Esteve 2021-08-23 08:13:44 +02:00
parent 7dde304b2c
commit b04906a355
2 changed files with 4 additions and 6 deletions

View File

@ -3,9 +3,8 @@
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/notebook/page/field[@name=&quot;currency&quot;]"
position="after">
<xpath expr="/form/notebook/page/field[@name='currency']" position="after">
<label name="bank_account"/>
<field name="bank_account"/>
</xpath>
</data>
</data>

View File

@ -3,9 +3,8 @@
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/field[@name=&quot;currency&quot;]"
position="after">
<xpath expr="/form/field[@name='amount']" position="after">
<label name="bank_account"/>
<field name="bank_account"/>
</xpath>
</data>
</data>