trytond-stock_unit_load/view/unit_load_tree.xml

18 lines
669 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tree>
<field name="code"/>
<field name="start_date" widget="date"/>
<field name="at_warehouse"/>
<field name="product"/>
<field name="cases_quantity" sum="Cases"/>
<field name="available_cases_quantity" sum="Available cases"/>
<field name="production_state"/>
<field name="state"/>
<field name="available"/>
<field name="end_date" widget="date" tree_invisible="1"/>
<field name="production_location" tree_invisible="1"/>
<field name="warehouse" tree_invisible="1"/>
</tree>