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,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="/form"
position="inside">
<separator id="sepa" string="SEPA" colspan="4"/>
<label name="sepa_mandate_sequence"/>
<field name="sepa_mandate_sequence"/>
<newline/>
</xpath>
</data>

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. -->
<form>
<label name="party"/>
<field name="party"/>
<label name="address"/>
<field name="address"/>
<label name="account_number"/>
<field name="account_number"/>
<newline/>
<label name="company"/>
<field name="company"/>
<newline/>
<label name="identification"/>
<field name="identification"/>
<label name="signature_date"/>
<field name="signature_date"/>
<label name="type"/>
<field name="type"/>
<label name="sequence_type_rcur"/>
<field name="sequence_type_rcur"/>
<label name="scheme"/>
<field name="scheme"/>
<newline/>
<label name="state"/>
<field name="state"/>
<group col="-1" colspan="2" id="buttons">
<button name="cancel" icon="tryton-cancel"/>
<button name="draft" icon="tryton-back"/>
<button name="request" icon="tryton-forward"/>
<button name="validate_mandate" icon="tryton-ok"/>
</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="company" expand="1" optional="1"/>
<field name="party" expand="2"/>
<field name="address" expand="1" optional="1"/>
<field name="account_number" expand="1"/>
<field name="identification" expand="1"/>
<field name="type"/>
<field name="state"/>
</tree>

View File

@@ -0,0 +1,22 @@
<?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="type"/>
<field name="type"/>
<label name="company"/>
<field name="company"/>
<label name="origin"/>
<field name="origin"/>
<label name="message"/>
<field name="message" filename="filename"/>
<label name="state"/>
<field name="state"/>
<group col="-1" colspan="2" id="buttons">
<button name="cancel" icon="tryton-cancel"/>
<button name="draft" icon="tryton-back"/>
<button name="wait" icon="tryton-forward"/>
<button name="do" icon="tryton-ok"/>
</group>
<field name="filename" invisible="1" colspan="4"/>
</form>

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. -->
<tree>
<field name="type"/>
<field name="message" widget="binary" filename="filename"/>
<field name="state"/>
<button name="cancel" multiple="1"/>
<button name="draft" multiple="1"/>
<button name="wait" multiple="1"/>
<button name="do" multiple="1"/>
<field name="filename" tree_invisible="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='code']" position="after">
<label name="sepa_es_suffix"/>
<field name="sepa_es_suffix"/>
</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">
<label name="sepa_mandate"/>
<field name="sepa_mandate"/>
<newline/>
</xpath>
</data>

View File

@@ -0,0 +1,27 @@
<?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='payment']" position="after">
<page id="sepa" string="SEPA">
<label name="sepa_mandate"/>
<field name="sepa_mandate"/>
<newline/>
<label name="sepa_payable_bank_account_number"/>
<field name="sepa_payable_bank_account_number"/>
<newline/>
<label name="sepa_info_id"/>
<field name="sepa_info_id" colspan="3"/>
<separator id="sepa_return_reason" string="Return Reason" colspan="4"/>
<label name="sepa_return_reason_code" string="Code"/>
<field name="sepa_return_reason_code"/>
<newline/>
<label name="sepa_return_reason_information" string="Information"/>
<field name="sepa_return_reason_information" yexpand="0" colspan="3"/>
</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/field[@name='kind']" position="after">
<label name="sepa_id"/>
<field name="sepa_id" colspan="3"/>
<field name="sepa_messages" colspan="4"/>
<button name="sepa_generate_message" colspan="4"/>
</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="/tree/field[@name='kind']" position="after">
<field name="sepa_id" optional="0" expand="1"/>
</xpath>
</data>

View File

@@ -0,0 +1,23 @@
<?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='process_method']" position="after">
<separator name="sepa_bank_account_number" string="SEPA" colspan="4"/>
<label name="sepa_bank_account_number"/>
<field name="sepa_bank_account_number"/>
<newline/>
<label name="sepa_batch_booking"/>
<field name="sepa_batch_booking"/>
<label name="sepa_charge_bearer"/>
<field name="sepa_charge_bearer"/>
<label name="sepa_payable_flavor"/>
<field name="sepa_payable_flavor"/>
<label name="sepa_receivable_flavor"/>
<field name="sepa_receivable_flavor"/>
<label name="sepa_payable_initiator_id"/>
<field name="sepa_payable_initiator_id"/>
<label name="sepa_receivable_initiator_id"/>
<field name="sepa_receivable_initiator_id"/>
</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="/tree/field[@name='party']" position="after">
<field name="sepa_info_id" expand="1" optional="0"/>
</xpath>
</data>