first commit
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user