trytond-agronomics/view/location_form.xml
juanjo-nan f1de3ee6e0 Add materials to location. (#8)
Add news validations in stock.move (uom and quantity).

Task #046344
2022-01-13 14:47:24 +01:00

18 lines
618 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/field[@name='flat_childs']" position="after">
<label name="tank"/>
<field name="tank"/>
</xpath>
<xpath expr="/form/field[@name='childs']" position="before">
<label name="material"/>
<field name="material"/>
<newline/>
<label name="max_capacity"/>
<field name="max_capacity"/>
<label name="uom"/>
<field name="uom"/>
</xpath>
</data>