trytond-stock_location_only.../view/location_form.xml
2021-02-15 16:43:11 +01:00

10 lines
349 B
XML

<?xml version="1.0"?>
<!-- This 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/label[@name='flat_childs']" position="before">
<label name="unique_children"/>
<field name="unique_children"/>
</xpath>
</data>