trytond-product_cost_plan/view/plan_cost_form.xml

13 lines
326 B
XML
Raw Normal View History

<?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>
<label name="plan"/>
<field name="plan"/>
<newline/>
<label name="type"/>
<field name="type"/>
<label name="cost"/>
<field name="cost"/>
</form>