first commit
This commit is contained in:
9
modules/sale_price_list/view/configuration_form.xml
Normal file
9
modules/sale_price_list/view/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. -->
|
||||
<data>
|
||||
<xpath expr="/form/field[@name='sale_shipment_method']" position="after">
|
||||
<label name="sale_price_list" />
|
||||
<field name="sale_price_list" />
|
||||
</xpath>
|
||||
</data>
|
||||
10
modules/sale_price_list/view/party_form.xml
Normal file
10
modules/sale_price_list/view/party_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/page[@id='sale']" position="inside">
|
||||
<label name="sale_price_list"/>
|
||||
<field name="sale_price_list"/>
|
||||
<newline/>
|
||||
</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="//field[@name='customer']" position="after">
|
||||
<label name="price_list"/>
|
||||
<field name="price_list"/>
|
||||
</xpath>
|
||||
</data>
|
||||
9
modules/sale_price_list/view/sale_form.xml
Normal file
9
modules/sale_price_list/view/sale_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="//label[@name='shipping_date']" position="before">
|
||||
<label name="price_list"/>
|
||||
<field name="price_list"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user