management maintenances services, maintenances, agended

This commit is contained in:
2022-09-27 11:30:21 -05:00
parent 87a843754d
commit e630edb389
19 changed files with 359 additions and 221 deletions

View File

@@ -14,6 +14,8 @@
<field name="maintenance_type"/>
<label name="equipment"/>
<field name="equipment"/>
<label name="service_maintenance"/>
<field name="service_maintenance"/>
<notebook colspan="6">
<page string="Agended" id="agended">
<label name="estimated_agended"/>
@@ -24,20 +26,8 @@
<field name="state_agended"/>
</page>
<page string="Preventive" id="preventive">
<label name="initial_operation"/>
<field name="initial_operation"/>
<label name="check_equipment"/>
<field name="check_equipment"/>
<label name="check_eletric_system"/>
<field name="check_eletric_system"/>
<label name="clean_int_ext"/>
<field name="clean_int_ext"/>
<label name="clean_eyes"/>
<field name="clean_eyes"/>
<label name="optical"/>
<field name="optical"/>
<label name="check_calibration"/>
<field name="check_calibration"/>
<field name="maintenance_activity"/>
<newline/>
</page>
<page string="Corrective" id="corrective">
<label name="maintenance_lines"/>
@@ -53,7 +43,6 @@
<label name="state"/>
<field name="state"/>
<group id="button">
<button name="agended"/>
<button name="in_progress"/>
<button name="finished"/>
</group>

View File

@@ -2,8 +2,6 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form col="6">
<label name="maintenance_type"/>
<field name="maintenance_type"/>
<label name="propietary"/>
<field name="propietary"/>
<label name="propietary_address"/>
@@ -16,6 +14,10 @@
<field name="reference"/>
<label name="sale_origin"/>
<field name="sale_origin"/>
<label name="sale_date"/>
<field name="sale_date"/>
<label name="maintenance_type"/>
<field name="maintenance_type"/>
<newline/>
<notebook colspan="6">
<page string="General" id="general">
@@ -29,6 +31,9 @@
<page string="Lines Of Mantenaince" id="lines_maintenance">
<field name="lines"/>
</page>
<page string="Agendes" id="agendes">
<field name="history_agended"/>
</page>
<page string="Other Info" id="other_info">
<label name="company"/>
<field name="company"/>
@@ -38,7 +43,6 @@
<label name="state"/>
<field name="state"/>
<group id="button">
<button name="agended"/>
<button name="in_progress"/>
<button name="finished"/>
</group>

View File

@@ -3,7 +3,12 @@
this repository contains the full copyright notices and license terms.-->
<tree>
<field name="code"/>
<field name="company"/>
<field name="sale_origin"/>
<field name="sale_date"/>
<field name="estimated_agended" widget="date"/>
<field name="estimated_agended" string="Time" widget="time"/>
<field name="technical"/>
<field name="propietary"/>
<field name="propietary_address"/>
<field name="lines" string="# Equipments"/>
</tree>

View File

@@ -7,4 +7,6 @@
<field name="propietary"/>
<field name="propietary_address"/>
<field name="equipment"/>
<field name="state"/>
<button name="finished"/>
</tree>

View File

@@ -6,5 +6,7 @@ this repository contains the full copyright notices and license terms. -->
<separator id="sequences" string="Sequences" colspan="4"/>
<label name="equipment_sequence"/>
<field name="equipment_sequence"/>
<label name="maintenance_sequence"/>
<field name="maintenance_sequence"/>
</form>