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,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="//group[@id='checkboxes']" position="inside">
<label name="unearned_revenue"/>
<field name="unearned_revenue" xexpand="0" width="25"/>
</xpath>
</data>

View File

@@ -0,0 +1,21 @@
<?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="sale"/>
<field name="sale" colspan="3"/>
<label name="description"/>
<field name="description" colspan="3"/>
<label name="account"/>
<field name="account"/>
<label name="amount"/>
<field name="amount"/>
<label name="invoice_delay"/>
<field name="invoice_delay"/>
<group id="block" colspan="2" col="-1">
<label name="block_supply"/>
<field name="block_supply" xexpand="0"/>
<label name="block_shipping"/>
<field name="block_shipping" xexpand="0"/>
</group>
</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="sale" expand="1"/>
<field name="description" expand="1"/>
<field name="account" expand="1"/>
<field name="invoice_delay"/>
<field name="block_supply"/>
<field name="block_shipping"/>
<field name="amount"/>
</tree>

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. -->
<form>
<label name="name"/>
<field name="name"/>
<label name="active"/>
<field name="active"/>
<field name="lines" colspan="4" pre_validate="1"/>
</form>

View File

@@ -0,0 +1,21 @@
<?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="advance_payment_term"/>
<field name="advance_payment_term" colspan="3"/>
<label name="description"/>
<field name="description" colspan="3"/>
<label name="account"/>
<field name="account"/>
<label name="formula"/>
<field name="formula"/>
<label name="invoice_delay"/>
<field name="invoice_delay"/>
<group id="block" colspan="2" col="-1">
<label name="block_supply"/>
<field name="block_supply" xexpand="0"/>
<label name="block_shipping"/>
<field name="block_shipping" xexpand="0"/>
</group>
</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="advance_payment_term" expand="1"/>
<field name="description" expand="1"/>
<field name="account" expand="1"/>
<field name="invoice_delay"/>
<field name="block_supply"/>
<field name="block_shipping"/>
<field name="formula" expand="2"/>
</tree>

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,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. -->
<data>
<xpath expr="//page[@id='sale']" position="after">
<page string="Advance Payment" id="advance_payment">
<label name="advance_payment_term"/>
<field name="advance_payment_term"/>
<field name="advance_payment_lines" colspan="4"/>
</page>
</xpath>
</data>