trytond-product_cost_plan/view/cost_plan_product_line_form...

28 lines
769 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form>
<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"/>
<label name="quantity"/>
<field name="quantity"/>
<label name="uom"/>
<field name="uom"/>
<label name="product_cost_price"/>
<field name="product_cost_price"/>
<label name="cost_price"/>
<field name="cost_price"/>
<label name="unit_cost"/>
<field name="unit_cost"/>
<label name="total_cost"/>
<field name="total_cost"/>
</form>