first commit
This commit is contained in:
10
modules/production_routing/view/bom_form.xml
Normal file
10
modules/production_routing/view/bom_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="/form/notebook" position="inside">
|
||||
<page name="routings">
|
||||
<field name="routings" colspan="4"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
9
modules/production_routing/view/operation_form.xml
Normal file
9
modules/production_routing/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. -->
|
||||
<form>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
</form>
|
||||
6
modules/production_routing/view/operation_list.xml
Normal file
6
modules/production_routing/view/operation_list.xml
Normal file
@@ -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="2"/>
|
||||
</tree>
|
||||
9
modules/production_routing/view/product_bom_form.xml
Normal file
9
modules/production_routing/view/product_bom_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='bom']" position="after">
|
||||
<label name="routing"/>
|
||||
<field name="routing" widget="selection"/>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/production_routing/view/product_bom_list.xml
Normal file
8
modules/production_routing/view/product_bom_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='bom']" position="after">
|
||||
<field name="routing"/>
|
||||
</xpath>
|
||||
</data>
|
||||
9
modules/production_routing/view/production_form.xml
Normal file
9
modules/production_routing/view/production_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='unit']" position="after">
|
||||
<label name="routing"/>
|
||||
<field name="routing"/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -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='bom']" position="after">
|
||||
<label name="routing"/>
|
||||
<field name="routing" widget="selection"/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -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='bom']" position="after">
|
||||
<field name="routing"/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -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='bom']" position="after">
|
||||
<field name="routing" widget="selection"/>
|
||||
</xpath>
|
||||
</data>
|
||||
18
modules/production_routing/view/routing_form.xml
Normal file
18
modules/production_routing/view/routing_form.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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"/>
|
||||
<notebook>
|
||||
<page name="steps">
|
||||
<field name="steps" colspan="4"
|
||||
view_ids="production_routing.routing_step_view_list_sequence"/>
|
||||
</page>
|
||||
<page name="boms">
|
||||
<field name="boms" colspan="4"/>
|
||||
</page>
|
||||
</notebook>
|
||||
</form>
|
||||
6
modules/production_routing/view/routing_list.xml
Normal file
6
modules/production_routing/view/routing_list.xml
Normal file
@@ -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>
|
||||
11
modules/production_routing/view/routing_step_form.xml
Normal file
11
modules/production_routing/view/routing_step_form.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. -->
|
||||
<form>
|
||||
<label name="routing"/>
|
||||
<field name="routing" colspan="3"/>
|
||||
<label name="operation"/>
|
||||
<field name="operation"/>
|
||||
<label name="sequence"/>
|
||||
<field name="sequence"/>
|
||||
</form>
|
||||
7
modules/production_routing/view/routing_step_list.xml
Normal file
7
modules/production_routing/view/routing_step_list.xml
Normal file
@@ -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. -->
|
||||
<tree>
|
||||
<field name="routing" expand="1"/>
|
||||
<field name="operation" expand="1"/>
|
||||
</tree>
|
||||
@@ -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. -->
|
||||
<tree sequence="sequence">
|
||||
<field name="routing" expand="1"/>
|
||||
<field name="operation" expand="1"/>
|
||||
</tree>
|
||||
Reference in New Issue
Block a user