Initial import from Docker volume
This commit is contained in:
12
modules/account_payment_sepa/view/configuration_form.xml
Executable file
12
modules/account_payment_sepa/view/configuration_form.xml
Executable 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>
|
||||
31
modules/account_payment_sepa/view/mandate_form.xml
Executable file
31
modules/account_payment_sepa/view/mandate_form.xml
Executable file
@@ -0,0 +1,31 @@
|
||||
<?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="account_number"/>
|
||||
<field name="account_number"/>
|
||||
<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>
|
||||
10
modules/account_payment_sepa/view/mandate_list.xml
Executable file
10
modules/account_payment_sepa/view/mandate_list.xml
Executable 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="party" expand="2"/>
|
||||
<field name="account_number" expand="1"/>
|
||||
<field name="identification" expand="1"/>
|
||||
<field name="type"/>
|
||||
<field name="state"/>
|
||||
</tree>
|
||||
22
modules/account_payment_sepa/view/message_form.xml
Executable file
22
modules/account_payment_sepa/view/message_form.xml
Executable 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>
|
||||
11
modules/account_payment_sepa/view/message_list.xml
Executable file
11
modules/account_payment_sepa/view/message_list.xml
Executable 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. -->
|
||||
<tree>
|
||||
<field name="type"/>
|
||||
<field name="message" widget="binary" filename="filename"/>
|
||||
<field name="state"/>
|
||||
<button name="cancel"/>
|
||||
<button name="do"/>
|
||||
<field name="filename" tree_invisible="1"/>
|
||||
</tree>
|
||||
9
modules/account_payment_sepa/view/party_identifier_form.xml
Executable file
9
modules/account_payment_sepa/view/party_identifier_form.xml
Executable 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>
|
||||
10
modules/account_payment_sepa/view/party_reception_direct_debit_form.xml
Executable file
10
modules/account_payment_sepa/view/party_reception_direct_debit_form.xml
Executable 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='currency']" position="after">
|
||||
<label name="sepa_mandate"/>
|
||||
<field name="sepa_mandate"/>
|
||||
<newline/>
|
||||
</xpath>
|
||||
</data>
|
||||
17
modules/account_payment_sepa/view/payment_form.xml
Executable file
17
modules/account_payment_sepa/view/payment_form.xml
Executable file
@@ -0,0 +1,17 @@
|
||||
<?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/page[@id='info']" position="inside">
|
||||
<label name="sepa_mandate"/>
|
||||
<field name="sepa_mandate"/>
|
||||
<label name="sepa_info_id"/>
|
||||
<field name="sepa_info_id"/>
|
||||
<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"/>
|
||||
</xpath>
|
||||
</data>
|
||||
11
modules/account_payment_sepa/view/payment_group_form.xml
Executable file
11
modules/account_payment_sepa/view/payment_group_form.xml
Executable 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>
|
||||
8
modules/account_payment_sepa/view/payment_group_list.xml
Executable file
8
modules/account_payment_sepa/view/payment_group_list.xml
Executable 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>
|
||||
23
modules/account_payment_sepa/view/payment_journal_form.xml
Executable file
23
modules/account_payment_sepa/view/payment_journal_form.xml
Executable 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>
|
||||
8
modules/account_payment_sepa/view/payment_list.xml
Executable file
8
modules/account_payment_sepa/view/payment_list.xml
Executable 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>
|
||||
Reference in New Issue
Block a user