first commit

This commit is contained in:
root
2026-03-14 09:42:12 +00:00
commit 0adbd20c2c
10991 changed files with 1646955 additions and 0 deletions

View 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>

View 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>

View 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>

View File

@@ -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>

View 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. -->
<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>

View 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. -->
<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>

View 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>

View 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>