trytond-stock_second_uom/view/template_form.xml

13 lines
411 B
XML

<?xml version="1.0"?>
<!-- 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='general']/field[@name='default_uom']"
position="after">
<label id="spacing" colspan="2"/>
<label name="second_uom"/>
<field name="second_uom"/>
<newline/>
</xpath>
</data>