Se añade tecnico responsable

This commit is contained in:
2023-09-24 21:08:31 -05:00
parent 4019750629
commit 92113f32cf
9 changed files with 238 additions and 126 deletions

View File

@@ -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
View 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>

View File

@@ -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">