trytond-product_cost_plan/view/cost_plan_bom_form.xml

13 lines
361 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 BOM">
<label name="plan"/>
<field name="plan"/>
<newline/>
<label name="product"/>
<field name="product"/>
<label name="bom"/>
<field name="bom"/>
</form>