Se añade tecnico responsable
This commit is contained in:
@@ -20,7 +20,7 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<label name="sale_quote_number"/>
|
||||
<field name="sale_quote_number"/>
|
||||
<newline/>
|
||||
<separator id="separator_configuraton" colspan="4"/>
|
||||
|
||||
<separator id="environmental_conditions" string="Environmental Conditions" colspan="4"/>
|
||||
<newline/>
|
||||
<label name="temperature_min"/>
|
||||
@@ -41,4 +41,11 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<label name="moisture_uom"/>
|
||||
<field name="moisture_uom"/>
|
||||
<newline/>
|
||||
|
||||
<separator id="technician_responsible" string="Technician Responsible" colspan="4"/>
|
||||
<label name="technician_responsible"/>
|
||||
<field name="technician_responsible"/>
|
||||
|
||||
<label name="invima"/>
|
||||
<field name="invima"/>
|
||||
</form>
|
||||
|
||||
10
view/employee_form.xml
Normal file
10
view/employee_form.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="//field[@name='supervisor']" position="after">
|
||||
<label name="invima"/>
|
||||
<field name="invima"/>
|
||||
<newline/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -73,6 +73,12 @@
|
||||
</page>
|
||||
</notebook>
|
||||
<newline/>
|
||||
<label name="technician_responsible"/>
|
||||
<field name="technician_responsible"/>
|
||||
|
||||
<label name="invima"/>
|
||||
<field name="invima"/>
|
||||
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
<group id="button">
|
||||
|
||||
Reference in New Issue
Block a user