trytond-product_cost_plan/view/cost_plan_product_line_form...

21 lines
652 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 string="Product Cost Plan Product Line">
<label name="plan"/>
<field name="plan"/>
<newline/>
<label name="product"/>
<field name="product"/>
<label name="quantity"/>
<field name="quantity"/>
<label name="product_cost_price"/>
<field name="product_cost_price"/>
<label name="last_purchase_price"/>
<field name="last_purchase_price"/>
<label name="cost_price"/>
<field name="cost_price"/>
<label name="total"/>
<field name="total"/>
</form>