trytond-agronomics/view/production_output_distribut...

15 lines
533 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. -->
<tree editable="1">
<field name="product"/>
<field name="location"/>
<field name="final_quantity"/>
<field name="initial_quantity_readonly"/>
<field name="produced_quantity"/>
<field name="production_state"/>
<field name="distribution_state"/>
<field name="initial_quantity" tree_invisible="1"/>
<button name="done"/>
</tree>