add payments, quote_number in sale
This commit is contained in:
@@ -16,6 +16,9 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<label name="contract_sequence"/>
|
||||
<field name="contract_sequence"/>
|
||||
<newline/>
|
||||
<label name="sale_quote_number"/>
|
||||
<field name="sale_quote_number"/>
|
||||
<newline/>
|
||||
<separator id="environmental_conditions" string="Environmental Conditions" colspan="4"/>
|
||||
<label name="temperature_min"/>
|
||||
<field name="temperature_min"/>
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
<!-- 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='number']" position="before">
|
||||
<label name="quote_number"/>
|
||||
<field name="quote_number"/>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='reference']" position="after">
|
||||
<newline/>
|
||||
<label name="sale_type"/>
|
||||
|
||||
11
view/sale_tree.xml
Normal file
11
view/sale_tree.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. -->
|
||||
<data>
|
||||
<xpath expr="//field[@name='number']" position="before">
|
||||
<field name="quote_number"/>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='number']" position="replace">
|
||||
<field name="number"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user