trytond-stock_unit_load/view/unit_load_tree.xml

18 lines
669 B
XML
Raw Normal View History

2015-07-03 11:29:35 +02:00
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
2017-07-28 18:55:49 +02:00
<tree>
2015-07-03 11:29:35 +02:00
<field name="code"/>
<field name="start_date" widget="date"/>
<field name="at_warehouse"/>
<field name="product"/>
2016-09-25 00:05:58 +02:00
<field name="cases_quantity" sum="Cases"/>
<field name="available_cases_quantity" sum="Available cases"/>
<field name="production_state"/>
<field name="state"/>
2016-02-13 08:25:24 +01:00
<field name="available"/>
2016-04-20 08:45:58 +02:00
<field name="end_date" widget="date" tree_invisible="1"/>
2016-08-25 13:03:51 +02:00
<field name="production_location" tree_invisible="1"/>
<field name="warehouse" tree_invisible="1"/>
2015-07-03 11:29:35 +02:00
</tree>