trytond-product_cost_plan/view/cost_plan_form.xml

39 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="bom"/>
<field name="bom"/>
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" colspan="4"/>
<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>
</notebook>
<label name="cost_price"/>
<field name="cost_price"/>
2013-10-17 10:59:15 +02:00
<newline/>
2014-01-04 17:53:24 +01:00
<group id="state" colspan="6">
<label name="state"/>
<field name="state"/>
<group id="buttons" colspan="2">
<button name="compute" string="Compute"/>
<button name="reset" string="Reset"/>
</group>
</group>
2013-10-17 10:59:15 +02:00
</form>