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. -->
<tree>
<field name="company_tax_identifier" tree_invisible="1"/>
<field name="party" expand="1"/>
<field name="party_tax_identifier" expand="1"/>
<field name="code"/>
<field name="amount"/>
</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="company"/>
<field name="company"/>
<newline/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_date"/>
</form>

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="/form/notebook/page[@id='accounting']" position="inside">
<label name="es_province_code"/>
<field name="es_province_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="/form/field[@name='sepa_receivable_flavor']" position="after">
<label id="empty" colspan="2"/>
<label name="es_sepa_request_advancement"/>
<field name="es_sepa_request_advancement"/>
</xpath>
</data>

View File

@@ -0,0 +1,14 @@
<?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 cursor="report">
<label name="company"/>
<field name="company"/>
<label name="report"/>
<field name="report"/>
<label name="start_period"/>
<field name="start_period"/>
<label name="end_period"/>
<field name="end_period"/>
</form>

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="//notebook" position="inside">
<page name="aeat_report">
<label name="aeat_report"/>
<field name="aeat_report"/>
</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="//notebook" position="inside">
<page name="aeat_report">
<label name="aeat_report"/>
<field name="aeat_report"/>
</page>
</xpath>
</data>

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. -->
<data>
<xpath expr="/form/notebook" position="inside">
<page id="es_vat" string="Spanish VAT">
<label name="es_vat_list_code"/>
<field name="es_vat_list_code"/>
<label name="es_reported_with"/>
<field name="es_reported_with"/>
<label name="es_exclude_from_vat_book"/>
<field name="es_exclude_from_vat_book"/>
</page>
</xpath>
<xpath expr="/form//field[@name='ec_sales_list_code']" position="after">
<label name="es_ec_purchases_list_code"/>
<field name="es_ec_purchases_list_code"/>
</xpath>
</data>

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. -->
<data>
<xpath expr="/form/notebook" position="inside">
<page id="es_vat" string="Spanish VAT">
<label name="es_vat_list_code"/>
<field name="es_vat_list_code"/>
<label name="es_reported_with"/>
<field name="es_reported_with"/>
<label name="es_exclude_from_vat_book"/>
<field name="es_exclude_from_vat_book"/>
</page>
</xpath>
<xpath expr="/form//field[@name='ec_sales_list_code']" position="after">
<label name="es_ec_purchases_list_code"/>
<field name="es_ec_purchases_list_code"/>
</xpath>
</data>

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. -->
<form>
<label name="fiscalyear"/>
<field name="fiscalyear"/>
<label name="company"/>
<field name="company"/>
<label name="start_period"/>
<field name="start_period"/>
<label name="end_period"/>
<field name="end_period"/>
<label name="es_vat_book_type"/>
<field name="es_vat_book_type"/>
</form>

View File

@@ -0,0 +1,14 @@
<?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="invoice_date"/>
<field name="invoice" expand="1"/>
<field name="party_tax_identifier" expand="1"/>
<field name="party" expand="2"/>
<field name="tax" expand="1"/>
<field name="base_amount"/>
<field name="tax_amount"/>
<field name="surcharge_tax" expand="1"/>
<field name="surcharge_tax_amount"/>
</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="company"/>
<field name="company"/>
<label name="date"/>
<field name="date"/>
</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="company_tax_identifier" tree_invisible="1"/>
<field name="party" expand="2"/>
<field name="party_tax_identifier" expand="1"/>
<field name="code"/>
<field name="province_code"/>
<field name="amount"/>
<field name="first_period_amount"/>
<field name="second_period_amount"/>
<field name="third_period_amount"/>
<field name="fourth_period_amount"/>
</tree>