kalenislims/lims_project_study_plan/view/sample_form.xml

28 lines
1.0 KiB
XML
Raw Normal View History

2017-10-08 02:23:22 +02:00
<?xml version="1.0"?>
<data>
2020-08-22 00:40:00 +02:00
<xpath expr="/form/notebook/page[@id='general']" position="after">
2017-10-08 02:23:22 +02:00
<page string="Study plan" id="study_plan">
<label name="application_date"/>
<field name="application_date"/>
<label name="sampling_date"/>
<field name="sampling_date"/>
<label name="reception_date"/>
<field name="reception_date"/>
<label name="treatment"/>
<field name="treatment"/>
<label name="dosis"/>
<field name="dosis"/>
<label name="after_application_days"/>
<field name="after_application_days"/>
<label name="glp_repetitions"/>
<field name="glp_repetitions"/>
<label name="sample_weight"/>
<field name="sample_weight"/>
<label name="balance"/>
<field name="balance"/>
<label name="cultivation_zone"/>
<field name="cultivation_zone"/>
</page>
</xpath>
</data>