trytond-product_cost_plan/view/cost_plan_form.xml

38 lines
1.2 KiB
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. -->
2014-03-16 04:07:48 +01:00
<form string="Product Cost Plan" col="6" cursor="product">
2014-02-18 19:04:03 +01:00
<label name="number"/>
<field name="number"/>
2014-03-16 02:49:45 +01:00
<label name="active"/>
<field name="active"/>
<newline/>
2013-10-17 10:59:15 +02:00
<label name="product"/>
<field name="product"/>
<label name="quantity"/>
<field name="quantity"/>
2014-03-18 16:24:50 +01:00
<label name="uom"/>
<field name="uom"/>
2013-10-17 10:59:15 +02:00
<label name="bom"/>
<field name="bom"/>
2014-04-09 19:59:12 +02:00
<button name="compute" string="Compute" colspan="2"/>
2013-10-30 23:34:14 +01:00
<notebook colspan="6">
2013-10-17 10:59:15 +02:00
<page string="General" id="general">
<field name="products_tree" colspan="4"/>
2013-10-17 10:59:15 +02:00
<label name="product_cost"/>
<field name="product_cost"/>
</page>
<page id="costs" string="Costs">
<field name="costs" colspan="4"/>
</page>
2013-10-17 10:59:15 +02:00
<page string="BOM Configuration" id="configuration">
<field name="boms" colspan="4"/>
</page>
2014-03-18 16:45:07 +01:00
<page string="Notes" id="notes">
<field name="notes" colspan="4"/>
</page>
2013-10-17 10:59:15 +02:00
</notebook>
<label name="cost_price"/>
<field name="cost_price"/>
2013-10-17 10:59:15 +02:00
</form>