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,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="/form/notebook" position="inside">
<page string="Intrastat" id="intrastat">
<label name="intrastat_extended"/>
<field name="intrastat_extended"/>
</page>
</xpath>
</data>

View 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="//form" position="inside">
<newline/>
<label name="intrastat_transport"/>
<field name="intrastat_transport"/>
<newline/>
</xpath>
</data>

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="//form" position="inside">
<newline/>
<label name="intrastat_code"/>
<field name="intrastat_code"/>
</xpath>
</data>

View File

@@ -0,0 +1,8 @@
<?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='code']" position="after">
<field name="intrastat_code"/>
</xpath>
</data>

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='description']" position="after">
<label name="intrastat_uom"/>
<field name="intrastat_uom"/>
<newline/>
</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. -->
<form>
<label name="company"/>
<field name="company"/>
<label name="declaration"/>
<field name="declaration"/>
</form>

View File

@@ -0,0 +1,7 @@
<?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="file"/>
<field name="file" filename_visible="1"/>
</form>

View File

@@ -0,0 +1,19 @@
<?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="company"/>
<field name="company"/>
<newline/>
<label name="country"/>
<field name="country"/>
<label name="month"/>
<field name="month"/>
<label name="state"/>
<field name="state"/>
<group colspan="2" col="-1" id="buttons">
<button name="export"/>
</group>
</form>

View File

@@ -0,0 +1,15 @@
<?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="type"/>
<field name="country" expand="2"/>
<field name="subdivision" expand="2"/>
<field name="tariff_code" expand="1"/>
<field name="weight"/>
<field name="value"/>
<field name="transaction"/>
<field name="additional_unit"/>
<field name="country_of_origin" expand="1"/>
<field name="vat" expand="1"/>
</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='vat']" position="after">
<field name="transport" expand="1"/>
<field name="incoterm"/>
</xpath>
</data>

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. -->
<tree keyword_open="1">
<field name="company" expand="1" optional="1"/>
<field name="country" expand="1" optional="1"/>
<field name="month"/>
<field name="state"/>
<button name="export"/>
</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. -->
<form>
<label name="code"/>
<field name="code"/>
<label name="parent"/>
<field name="parent"/>
<label name="description"/>
<field name="description" colspan="3"/>
</form>

View File

@@ -0,0 +1,8 @@
<?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="code"/>
<field name="parent" optional="0"/>
<field name="description" expand="1"/>
</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. -->
<form>
<label name="name"/>
<field name="name"/>
<label name="code"/>
<field name="code"/>
</form>

View File

@@ -0,0 +1,7 @@
<?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="code"/>
<field name="name" expand="1"/>
</tree>

View File

@@ -0,0 +1,36 @@
<?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="//notebook" position="inside">
<page string="Intrastat" id="intrastat">
<label name="intrastat_type" string="Type"/>
<field name="intrastat_type"/>
<newline/>
<label name="intrastat_warehouse_country" string="Warehouse Country"/>
<field name="intrastat_warehouse_country"/>
<label name="intrastat_country" string="Country"/>
<field name="intrastat_country"/>
<label name="intrastat_subdivision" string="Subdivision"/>
<field name="intrastat_subdivision"/>
<newline/>
<label name="intrastat_transaction" string="Transaction"/>
<field name="intrastat_transaction"/>
<label name="intrastat_value" string="Value"/>
<field name="intrastat_value"/>
<label name="intrastat_tariff_code" string="Tariff Code"/>
<field name="intrastat_tariff_code"/>
<label name="intrastat_additional_unit" string="Additional Unit"/>
<field name="intrastat_additional_unit" symbol="intrastat_tariff_code_uom"/>
<label name="intrastat_country_of_origin" string="Country of Origin"/>
<field name="intrastat_country_of_origin"/>
<label name="intrastat_vat" string="VAT"/>
<field name="intrastat_vat"/>
</page>
</xpath>
</data>

View 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="//page[@id='intrastat']" position="inside">
<label name="intrastat_transport"/>
<field name="intrastat_transport" widget="selection"/>
<label name="intrastat_incoterm"/>
<field name="intrastat_incoterm" widget="selection" help_field="name"/>
</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. -->
<data>
<xpath expr="//notebook" position="inside">
<page string="Intrastat" id="intrastat">
<label name="intrastat_from_country"/>
<field name="intrastat_from_country"/>
<label name="intrastat_to_country"/>
<field name="intrastat_to_country"/>
</page>
</xpath>
</data>