first commit
This commit is contained in:
10
modules/sale_invoice_date/view/configuration_form.xml
Normal file
10
modules/sale_invoice_date/view/configuration_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="//field[@name='sale_shipment_method']" position="after">
|
||||
<newline/>
|
||||
<label name="sale_invoice_term"/>
|
||||
<field name="sale_invoice_term"/>
|
||||
</xpath>
|
||||
</data>
|
||||
13
modules/sale_invoice_date/view/invoice_term_form.xml
Normal file
13
modules/sale_invoice_date/view/invoice_term_form.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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" colspan="3"/>
|
||||
|
||||
<field
|
||||
name="relative_deltas"
|
||||
mode="form,tree"
|
||||
view_ids="sale_invoice_date.invoice_term_relative_delta_view_form,sale_invoice_date.invoice_term_relative_delta_view_list_sequence"
|
||||
colspan="4"/>
|
||||
</form>
|
||||
6
modules/sale_invoice_date/view/invoice_term_list.xml
Normal file
6
modules/sale_invoice_date/view/invoice_term_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>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?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="term"/>
|
||||
<field name="term"/>
|
||||
<label name="sequence"/>
|
||||
<field name="sequence"/>
|
||||
|
||||
<label name="months"/>
|
||||
<field name="months"/>
|
||||
<label name="month"/>
|
||||
<field name="month" widget="selection"/>
|
||||
|
||||
<label name="weeks"/>
|
||||
<field name="weeks"/>
|
||||
<label name="weekday"/>
|
||||
<field name="weekday" widget="selection"/>
|
||||
|
||||
<label name="days"/>
|
||||
<field name="days"/>
|
||||
<label name="day"/>
|
||||
<field name="day"/>
|
||||
</form>
|
||||
@@ -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. -->
|
||||
<tree>
|
||||
<field name="term" expand="1"/>
|
||||
<field name="months"/>
|
||||
<field name="month" widget="selection"/>
|
||||
<field name="weeks"/>
|
||||
<field name="weekday" widget="selection"/>
|
||||
<field name="days"/>
|
||||
<field name="day"/>
|
||||
</tree>
|
||||
@@ -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. -->
|
||||
<tree sequence="sequence">
|
||||
<field name="term" expand="1"/>
|
||||
<field name="months"/>
|
||||
<field name="month" widget="selection"/>
|
||||
<field name="weeks"/>
|
||||
<field name="weekday" widget="selection"/>
|
||||
<field name="days"/>
|
||||
<field name="day"/>
|
||||
</tree>
|
||||
9
modules/sale_invoice_date/view/party_form.xml
Normal file
9
modules/sale_invoice_date/view/party_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="//field[@name='sale_shipment_method']" position="after">
|
||||
<label name="sale_invoice_term"/>
|
||||
<field name="sale_invoice_term"/>
|
||||
</xpath>
|
||||
</data>
|
||||
9
modules/sale_invoice_date/view/sale_form.xml
Normal file
9
modules/sale_invoice_date/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="//field[@name='shipment_method']" position="after">
|
||||
<label name="invoice_term"/>
|
||||
<field name="invoice_term"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user