trytond-farm_nutrition_program/view/nutrition_program_form.xml

14 lines
440 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="Nutrition Program" col="4">
<label name="product"/>
<field name="product" colspan="3"/>
<label name="start_weight"/>
<field name="start_weight"/>
<label name="end_weight"/>
<field name="end_weight"/>
<label name="bom"/>
<field name="bom"/>
</form>