first commit
This commit is contained in:
9
modules/production_work/view/operation_form.xml
Normal file
9
modules/production_work/view/operation_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. -->
|
||||
<data>
|
||||
<xpath expr="/form/field[@name='name']" position="after">
|
||||
<label name="work_center_category"/>
|
||||
<field name="work_center_category"/>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/production_work/view/operation_list.xml
Normal file
8
modules/production_work/view/operation_list.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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="/tree/field[@name='name']" position="after">
|
||||
<field name="work_center_category" expand="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
15
modules/production_work/view/production_form.xml
Normal file
15
modules/production_work/view/production_form.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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="/form/field[@name='routing']" position="after">
|
||||
<label name="work_center"/>
|
||||
<field name="work_center"/>
|
||||
</xpath>
|
||||
<xpath expr="/form/notebook/page[@id='other']" position="before">
|
||||
<page name="works">
|
||||
<field name="works" colspan="4"
|
||||
view_ids="production_work.work_view_list_sequence"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/production_work/view/production_list.xml
Normal file
8
modules/production_work/view/production_list.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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="/tree/field[@name='reference']" position="after">
|
||||
<field name="work_center" optional="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?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"/>
|
||||
</form>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?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="1"/>
|
||||
</tree>
|
||||
23
modules/production_work/view/work_center_form.xml
Normal file
23
modules/production_work/view/work_center_form.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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="company"/>
|
||||
<field name="company"/>
|
||||
<label name="parent"/>
|
||||
<field name="parent"/>
|
||||
<label name="category"/>
|
||||
<field name="category"/>
|
||||
<label name="warehouse"/>
|
||||
<field name="warehouse"/>
|
||||
<label name="cost_price"/>
|
||||
<field name="cost_price"/>
|
||||
<label name="cost_method"/>
|
||||
<field name="cost_method"/>
|
||||
<field name="children" colspan="4"
|
||||
view_ids="production_work.work_center_view_list_simple"/>
|
||||
</form>
|
||||
9
modules/production_work/view/work_center_list.xml
Normal file
9
modules/production_work/view/work_center_list.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. -->
|
||||
<tree>
|
||||
<field name="rec_name" expand="2"/>
|
||||
<field name="category" expand="1" optional="0"/>
|
||||
<field name="company" expand="1" optional="1"/>
|
||||
<field name="warehouse" expand="1" optional="1"/>
|
||||
</tree>
|
||||
9
modules/production_work/view/work_center_tree.xml
Normal file
9
modules/production_work/view/work_center_tree.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. -->
|
||||
<tree>
|
||||
<field name="name" expand="2"/>
|
||||
<field name="category" expand="1" optional="0"/>
|
||||
<field name="company" expand="1" optional="1"/>
|
||||
<field name="warehouse" expand="1" optional="1"/>
|
||||
</tree>
|
||||
21
modules/production_work/view/work_cycle_form.xml
Normal file
21
modules/production_work/view/work_cycle_form.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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="work"/>
|
||||
<field name="work" colspan="4"/>
|
||||
<label name="duration"/>
|
||||
<field name="duration"/>
|
||||
<newline/>
|
||||
<label name="run_by"/>
|
||||
<field name="run_by"/>
|
||||
<label name="done_by"/>
|
||||
<field name="done_by"/>
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
<group col="-1" colspan="2" id="buttons">
|
||||
<button name="cancel" icon="tryton-cancel"/>
|
||||
<button name="run" icon="tryton-launch"/>
|
||||
<button name="do" icon="tryton-ok"/>
|
||||
</group>
|
||||
</form>
|
||||
8
modules/production_work/view/work_cycle_list.xml
Normal file
8
modules/production_work/view/work_cycle_list.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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="work"/>
|
||||
<field name="duration" expand="1"/>
|
||||
<field name="state"/>
|
||||
</tree>
|
||||
24
modules/production_work/view/work_form.xml
Normal file
24
modules/production_work/view/work_form.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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="production"/>
|
||||
<field name="production" colspan="3"/>
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
<label name="sequence"/>
|
||||
<field name="sequence"/>
|
||||
<label name="operation"/>
|
||||
<field name="operation"/>
|
||||
<label name="work_center"/>
|
||||
<field name="work_center"/>
|
||||
<group id="buttons" colspan="4">
|
||||
<button name="start" icon="tryton-launch"/>
|
||||
<button name="stop" icon="tryton-ok"/>
|
||||
</group>
|
||||
<field name="cycles" colspan="4"/>
|
||||
<label name="cost"/>
|
||||
<field name="cost"/>
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
</form>
|
||||
11
modules/production_work/view/work_list.xml
Normal file
11
modules/production_work/view/work_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="company" expand="1" optional="1"/>
|
||||
<field name="warehouse" expand="1" optional="1"/>
|
||||
<field name="production" expand="1"/>
|
||||
<field name="operation" expand="1" optional="0"/>
|
||||
<field name="work_center" expand="1" optional="0"/>
|
||||
<field name="state"/>
|
||||
</tree>
|
||||
10
modules/production_work/view/work_list_sequence.xml
Normal file
10
modules/production_work/view/work_list_sequence.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 sequence="sequence">
|
||||
<field name="production" expand="1"/>
|
||||
<field name="operation" expand="1"/>
|
||||
<field name="work_center" expand="1"/>
|
||||
<field name="cost" optional="0"/>
|
||||
<field name="state"/>
|
||||
</tree>
|
||||
Reference in New Issue
Block a user