Add unit price in editable move purchase list view

This commit is contained in:
resteve 2016-02-17 11:53:17 +01:00
parent 03924fec39
commit d593482622
1 changed files with 3 additions and 0 deletions

View File

@ -6,4 +6,7 @@ copyright notices and license terms. -->
<xpath expr="/tree" position="replace_attributes">
<tree string="Moves" editable="bottom"/>
</xpath>
<xpath expr="/tree/field[@name='uom']" position="after">
<field name="unit_price"/>
</xpath>
</data>