change position field 'equipments create'

This commit is contained in:
2022-07-04 16:31:10 -05:00
parent 93a409daf6
commit e00a5415ef
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,7 @@
<!--This file file is part of Tryton. The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data>
<xpath
expr="/form/notebook/page[@id='info']/separator[@name='comment']"
position="before">
expr="/form/field[@name='invoice_address']" position="after">
<label name="equipment_create"/>
<field name="equipment_create"/>
</xpath>