first commit
This commit is contained in:
41
modules/quality/view/quality_alert_form.xml
Normal file
41
modules/quality/view/quality_alert_form.xml
Normal file
@@ -0,0 +1,41 @@
|
||||
<?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. -->
|
||||
<form>
|
||||
<label name="title"/>
|
||||
<field name="title"/>
|
||||
<label name="number"/>
|
||||
<field name="number"/>
|
||||
|
||||
<label name="origin"/>
|
||||
<field name="origin"/>
|
||||
|
||||
<notebook>
|
||||
<page name="description">
|
||||
<separator name="description" colspan="4"/>
|
||||
<field name="description" colspan="4"/>
|
||||
</page>
|
||||
<page string="Other Info" id="other">
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
<newline/>
|
||||
|
||||
<label name="processed_by"/>
|
||||
<field name="processed_by"/>
|
||||
<label name="deferred_by"/>
|
||||
<field name="deferred_by"/>
|
||||
|
||||
<label name="resolved_by"/>
|
||||
<field name="resolved_by"/>
|
||||
</page>
|
||||
</notebook>
|
||||
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
<group col="-1" colspan="2" id="buttons">
|
||||
<button name="open"/>
|
||||
<button name="process"/>
|
||||
<button name="defer"/>
|
||||
<button name="resolve"/>
|
||||
</group>
|
||||
</form>
|
||||
10
modules/quality/view/quality_alert_list.xml
Normal file
10
modules/quality/view/quality_alert_list.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. -->
|
||||
<tree>
|
||||
<field name="company" expand="1" optional="1"/>
|
||||
<field name="number" expand="1"/>
|
||||
<field name="title" expand="2" optional="0"/>
|
||||
<field name="origin" expand="1" optional="0"/>
|
||||
<field name="state"/>
|
||||
</tree>
|
||||
9
modules/quality/view/quality_configuration_form.xml
Normal file
9
modules/quality/view/quality_configuration_form.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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. -->
|
||||
<form>
|
||||
<label name="alert_sequence"/>
|
||||
<field name="alert_sequence"/>
|
||||
<label name="inspection_sequence"/>
|
||||
<field name="inspection_sequence"/>
|
||||
</form>
|
||||
28
modules/quality/view/quality_control_form.xml
Normal file
28
modules/quality/view/quality_control_form.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?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. -->
|
||||
<form>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
|
||||
<label name="operations"/>
|
||||
<field name="operations" yexpand="0"/>
|
||||
<label name="frequency"/>
|
||||
<group col="-1" id="frequency">
|
||||
<field name="frequency" factor="100" xexpand="0"/>
|
||||
<label name="frequency" string="%" xalign="0.0" xexpand="1"/>
|
||||
</group>
|
||||
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
<newline/>
|
||||
|
||||
<label name="product_category"/>
|
||||
<field name="product_category"/>
|
||||
<label name="product"/>
|
||||
<field name="product"/>
|
||||
|
||||
<field name="points" colspan="4"/>
|
||||
</form>
|
||||
13
modules/quality/view/quality_control_list.xml
Normal file
13
modules/quality/view/quality_control_list.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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. -->
|
||||
<tree>
|
||||
<field name="name" expand="2"/>
|
||||
<field name="operations" expand="1" optional="0"/>
|
||||
<field name="frequency" factor="100" optional="1">
|
||||
<suffix string="%" name="frequency"/>
|
||||
</field>
|
||||
<field name="company" expand="1" optional="1"/>
|
||||
<field name="product_category" expand="1" optional="0"/>
|
||||
<field name="product" expand="1" optional="0"/>
|
||||
</tree>
|
||||
25
modules/quality/view/quality_control_point_form.xml
Normal file
25
modules/quality/view/quality_control_point_form.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?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. -->
|
||||
<form>
|
||||
<label name="control"/>
|
||||
<field name="control" colspan="3"/>
|
||||
|
||||
<label name="string"/>
|
||||
<field name="string"/>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
|
||||
<label name="type_"/>
|
||||
<field name="type_"/>
|
||||
<label name="digits"/>
|
||||
<field name="digits"/>
|
||||
|
||||
<label name="tolerance_lower"/>
|
||||
<field name="tolerance_lower"/>
|
||||
<label name="tolerance_upper"/>
|
||||
<field name="tolerance_upper"/>
|
||||
|
||||
<label name="help" yalign="0"/>
|
||||
<field name="help" colspan="3" yexpand="0" height="80"/>
|
||||
</form>
|
||||
11
modules/quality/view/quality_control_point_list.xml
Normal file
11
modules/quality/view/quality_control_point_list.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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. -->
|
||||
<tree>
|
||||
<field name="control" expand="2"/>
|
||||
<field name="string" expand="1"/>
|
||||
<field name="name" expand="1" optional="1"/>
|
||||
<field name="type_" optional="0"/>
|
||||
<field name="tolerance_lower" optional="1"/>
|
||||
<field name="tolerance_upper" optional="1"/>
|
||||
</tree>
|
||||
45
modules/quality/view/quality_inspection_form.xml
Normal file
45
modules/quality/view/quality_inspection_form.xml
Normal file
@@ -0,0 +1,45 @@
|
||||
<?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. -->
|
||||
<form>
|
||||
<label name="control"/>
|
||||
<field name="control"/>
|
||||
<label name="number"/>
|
||||
<field name="number"/>
|
||||
|
||||
<label name="origin"/>
|
||||
<field name="origin"/>
|
||||
|
||||
<notebook>
|
||||
<page name="points">
|
||||
<field name="points" colspan="4"/>
|
||||
</page>
|
||||
<page name="alerts">
|
||||
<field name="alerts" colspan="4"/>
|
||||
</page>
|
||||
<page string="Other Info" id="other">
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
<newline/>
|
||||
|
||||
<label name="processed_by"/>
|
||||
<field name="processed_by"/>
|
||||
<label name="processed_at"/>
|
||||
<field name="processed_at"/>
|
||||
|
||||
<label name="passed_by"/>
|
||||
<field name="passed_by"/>
|
||||
<label name="failed_by"/>
|
||||
<field name="failed_by"/>
|
||||
</page>
|
||||
</notebook>
|
||||
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
<group col="-1" colspan="2" id="buttons">
|
||||
<button name="pending"/>
|
||||
<button name="process"/>
|
||||
<button name="pass_"/>
|
||||
<button name="fail"/>
|
||||
</group>
|
||||
</form>
|
||||
10
modules/quality/view/quality_inspection_list.xml
Normal file
10
modules/quality/view/quality_inspection_list.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. -->
|
||||
<tree>
|
||||
<field name="company" expand="1" optional="1"/>
|
||||
<field name="number" expand="1"/>
|
||||
<field name="control" expand="1" optional="0"/>
|
||||
<field name="origin" expand="1" optional="0"/>
|
||||
<field name="state"/>
|
||||
</tree>
|
||||
Reference in New Issue
Block a user