first commit
This commit is contained in:
8
modules/production_outsourcing/view/production_form.xml
Normal file
8
modules/production_outsourcing/view/production_form.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="//field[@name='cost']" position="after">
|
||||
<field name="purchase_lines" colspan="4" widget="many2many"/>
|
||||
</xpath>
|
||||
</data>
|
||||
12
modules/production_outsourcing/view/purchase_line_form.xml
Normal file
12
modules/production_outsourcing/view/purchase_line_form.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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/page[@id='general']" position="after">
|
||||
<page string="Production" id="production">
|
||||
<label name="production"/>
|
||||
<field name="production"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
19
modules/production_outsourcing/view/routing_form.xml
Normal file
19
modules/production_outsourcing/view/routing_form.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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='active']" position="after">
|
||||
<label name="supplier"/>
|
||||
<field name="supplier"/>
|
||||
</xpath>
|
||||
<xpath expr="/form/notebook" position="inside">
|
||||
<page id="supplier" string="Supplier">
|
||||
<label name="supplier_service"/>
|
||||
<field name="supplier_service"/>
|
||||
<label name="supplier_service_supplier"/>
|
||||
<field name="supplier_service_supplier"/>
|
||||
<label name="supplier_quantity"/>
|
||||
<field name="supplier_quantity"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/production_outsourcing/view/routing_list.xml
Normal file
8
modules/production_outsourcing/view/routing_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" position="inside">
|
||||
<field name="supplier" expand="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user