trytond-product_cost_plan/view/cost_plan_product_line_list...

17 lines
550 B
XML
Raw Permalink Normal View History

2013-10-17 10:59:15 +02:00
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tree editable="1" sequence="sequence">
<field name="name"/>
2013-10-17 10:59:15 +02:00
<field name="product"/>
<field name="plan"/>
2013-10-17 10:59:15 +02:00
<field name="quantity"/>
2014-01-04 17:53:24 +01:00
<field name="uom"/>
2014-02-18 19:04:03 +01:00
<field name="cost_price"/>
<field name="product_cost_price"/>
2015-01-19 19:16:09 +01:00
<field name="unit_cost"/>
<field name="total_cost"/>
<field name="parent" tree_invisible="1"/>
<field name="children" tree_invisible="1"/>
2013-10-17 10:59:15 +02:00
</tree>