mirror of
https://github.com/NaN-tic/trytond-agronomics.git
synced 2023-12-14 05:33:01 +01:00
a08b385498
Task #047777
14 lines
533 B
XML
14 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>
|