Modified move_line_list view

This commit is contained in:
Marina Nicolau 2019-12-13 11:45:52 +01:00
parent de09fd56c3
commit 572d73a7f9
1 changed files with 14 additions and 0 deletions

View File

@ -8,4 +8,18 @@
<xpath expr="/tree/field[@name='credit']" position="replace_attributes">
<field name="credit" sum="Total Credit"/>
</xpath>
<xpath expr="/tree/button[@name='payment_block']" position="replace_attributes">
<button name="payment_block" tree_invisible="1"/>
</xpath>
<xpath expr="/tree/button[@name='payment_unblock']" position="replace_attributes">
<button name="payment_unblock" tree_invisible="1"/>
</xpath>
<xpath expr="/tree/field[@name='payment_type']" position="after">
<field name="bank_account"/>
</xpath>
<xpath expr="/tree/field[@name='amount_second_currency']" position="replace">
</xpath>
<xpath expr="/tree/field[@name='second_currency']" position="before">
<field name="amount_second_currency"/>
</xpath>
</data>