trytond-product_cost_plan/view/cost_plan_form.xml

45 lines
1.5 KiB
XML
Raw Permalink 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 col="6" cursor="product">
2014-02-18 19:04:03 +01:00
<label name="number"/>
<field name="number"/>
<label name="name"/>
<field name="name"/>
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"/>
<button name="compute" colspan="2"/>
2013-10-30 23:34:14 +01:00
<notebook colspan="6">
2014-04-14 09:21:54 +02:00
<page string="Products" id="products">
<field name="products" colspan="4"/>
2015-01-19 19:16:09 +01:00
<label name="products_cost"/>
<field name="products_cost"/>
2013-10-17 10:59:15 +02:00
</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"/>
<label name="product_cost_price"/>
<field name="product_cost_price"/>
<button name="update_product_cost_price"
string="Update Product's Cost Price" colspan="2"
confirm="It will modify the product's field loosing the current value. Are you sure?"/>
2013-10-17 10:59:15 +02:00
</form>