trytond-agronomics/view/production_output_distribution_list.xml
Àngel Àlvarez 1200a388c2 fixes
2021-09-15 11:51:00 +02:00

14 lines
487 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="uom"/>
<field name="initial_quantity_readonly"/>
<field name="final_quantity"/>
<field name="produced_quantity"/>
<field name="production_state"/>
<field name="initial_quantity" invisible="1"/>
</tree>