trytond-product_cost_plan/view/cost_plan_product_line_list...

17 lines
550 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 editable="1" sequence="sequence">
<field name="name"/>
<field name="product"/>
<field name="plan"/>
<field name="quantity"/>
<field name="uom"/>
<field name="cost_price"/>
<field name="product_cost_price"/>
<field name="unit_cost"/>
<field name="total_cost"/>
<field name="parent" tree_invisible="1"/>
<field name="children" tree_invisible="1"/>
</tree>