trytond-product_cost_plan/view/cost_plan_product_line_form...

28 lines
769 B
XML
Raw 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. -->
2018-04-25 15:44:48 +02:00
<form>
2014-01-04 17:53:24 +01:00
<label name="plan"/>
<field name="plan"/>
<newline/>
<label name="parent"/>
<field name="parent"/>
<newline/>
<label name="product"/>
<field name="product"/>
<label name="name"/>
<field name="name"/>
2013-10-17 10:59:15 +02:00
<label name="quantity"/>
<field name="quantity"/>
2014-01-04 17:53:24 +01:00
<label name="uom"/>
<field name="uom"/>
2013-10-17 10:59:15 +02:00
<label name="product_cost_price"/>
<field name="product_cost_price"/>
<label name="cost_price"/>
<field name="cost_price"/>
2015-01-19 19:16:09 +01:00
<label name="unit_cost"/>
<field name="unit_cost"/>
<label name="total_cost"/>
<field name="total_cost"/>
2013-10-17 10:59:15 +02:00
</form>