kalenislims/lims_production/view/production_production_form.xml
Sebastián Marró 35f6cdea73 Initial commit
2017-10-07 21:23:22 -03:00

25 lines
830 B
XML

<?xml version="1.0"?>
<data>
<xpath
expr="/form/notebook/page[@id='lines']"
position="after">
<page string="Lims" id="lims">
<label name="concentration"/>
<field name="concentration"/>
<label name="preparation_date"/>
<field name="preparation_date"/>
<label name="expiration_date"/>
<field name="expiration_date"/>
<label name="technician"/>
<field name="technician"/>
<label name="solvent"/>
<field name="solvent"/>
</page>
</xpath>
<xpath
expr="/form/notebook/page[@id='other']/field[@name='cost']"
position="after">
<separator string="Comments" colspan="4" id="comments"/>
<field name="comments" colspan="4"/>
</xpath>
</data>