Modify cost_form xml.

This commit refs #11461


(cherry picked from commit 88008bd095)
This commit is contained in:
jmpardo98 2020-02-28 12:48:26 +00:00 committed by Sergio Morillo
parent 13c76b2bb8
commit 5a03e410b7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<label name="invoice_party"/>
<field name="invoice_party"/>
</xpath>
<xpath expr="/form/field[@name='lines']" position="after">
<xpath expr="/form/notebook/page[@id='general']" position="inside">
<field name="invoice_lines" colspan="4"/>
</xpath>
</data>