Feat: First Commit
This commit is contained in:
11
modules/account_co_co/view/address_form.xml
Normal file
11
modules/account_co_co/view/address_form.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<data>
|
||||
<xpath expr="//label[@name='city']" position="replace"></xpath>
|
||||
<xpath expr="//field[@name='city']" position="replace"></xpath>
|
||||
<xpath expr="//field[@name='subdivision']" position="after">
|
||||
<label name="subdivision_municipality"/>
|
||||
<field name="subdivision_municipality" widget="selection"/>
|
||||
<label name="subdivision_localities"/>
|
||||
<field name="subdivision_localities" widget="selection"/>
|
||||
</xpath>
|
||||
</data>
|
||||
10
modules/account_co_co/view/configuration_form.xml
Normal file
10
modules/account_co_co/view/configuration_form.xml
Normal 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='default_supplier_tax_rule']"
|
||||
position="after">
|
||||
<label name="default_draft_sequence"/>
|
||||
<field name="default_draft_sequence"/>
|
||||
</xpath>
|
||||
</data>
|
||||
11
modules/account_co_co/view/identifier_form.xml
Normal file
11
modules/account_co_co/view/identifier_form.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<data>
|
||||
<xpath expr="/form/field[@name='code']" position="after">
|
||||
<label name="expedition_city"/>
|
||||
<field name="expedition_city"/>
|
||||
<label name="check_digit"/>
|
||||
<field name="check_digit"/>
|
||||
<label name="rut"/>
|
||||
<field name="rut"/>
|
||||
</xpath>
|
||||
</data>
|
||||
9
modules/account_co_co/view/identifier_tree.xml
Normal file
9
modules/account_co_co/view/identifier_tree.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<data>
|
||||
<xpath
|
||||
expr="/tree/field[@name='code']"
|
||||
position="after">
|
||||
<field name="expedition_city"/>
|
||||
<field name="check_digit"/>
|
||||
</xpath>
|
||||
</data>
|
||||
58
modules/account_co_co/view/party_form.xml
Normal file
58
modules/account_co_co/view/party_form.xml
Normal file
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0"?>
|
||||
<data>
|
||||
<xpath
|
||||
expr="//label[@name='name']" position="before">
|
||||
<label name="type_person"/>
|
||||
<field name="type_person"/>
|
||||
<newline/>
|
||||
</xpath>
|
||||
<xpath
|
||||
expr="/form/group/group[@id='checkboxes']"
|
||||
position="after">
|
||||
<label name="first_name"/>
|
||||
<field name="first_name"/>
|
||||
<label name="second_name"/>
|
||||
<field name="second_name"/>
|
||||
<label name="first_surname"/>
|
||||
<field name="first_surname"/>
|
||||
|
||||
<label name="second_surname"/>
|
||||
<field name="second_surname"/>
|
||||
<label name="type_tax_identifier"/>
|
||||
<field name="type_tax_identifier"/>
|
||||
|
||||
<label name="tax_identifier"/>
|
||||
<field name="tax_identifier"/>
|
||||
|
||||
<label name="birth_date"/>
|
||||
<field name="birth_date"/>
|
||||
<label name="age"/>
|
||||
<field name="age"/>
|
||||
</xpath>
|
||||
<xpath
|
||||
expr="/form/notebook/page[@name='identifiers']"
|
||||
position="after">
|
||||
<page string="Colombia" id="party_co">
|
||||
|
||||
<label name="tax_regime"/>
|
||||
<field name="tax_regime"/>
|
||||
<label name="type_taxpayer"/>
|
||||
<field name="type_taxpayer"/>
|
||||
<label name="self_withholding"/>
|
||||
<field name="self_withholding"/>
|
||||
<label name="declarant"/>
|
||||
<field name="declarant"/>
|
||||
<label name="tax_level_code"/>
|
||||
<field name="tax_level_code"/>
|
||||
<separator string="Economic Activity" id="economic_activity" colspan="4"/>
|
||||
<label name="main_ciiu"/>
|
||||
<field name="main_ciiu"/>
|
||||
<label name="secondary_ciiu"/>
|
||||
<field name="secondary_ciiu"/>
|
||||
<label name="other_ciiu"/>
|
||||
<field name="other_ciiu"/>
|
||||
|
||||
</page>
|
||||
|
||||
</xpath>
|
||||
</data>
|
||||
7
modules/account_co_co/view/party_tax_level_code_form.xml
Normal file
7
modules/account_co_co/view/party_tax_level_code_form.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<form col="6">
|
||||
<label name="code"/>
|
||||
<field name="code"/>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
</form>
|
||||
5
modules/account_co_co/view/party_tax_level_code_tree.xml
Normal file
5
modules/account_co_co/view/party_tax_level_code_tree.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<tree>
|
||||
<field name="code"/>
|
||||
<field name="name" expand="1"/>
|
||||
</tree>
|
||||
17
modules/account_co_co/view/party_tree.xml
Normal file
17
modules/account_co_co/view/party_tree.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<data>
|
||||
<xpath
|
||||
expr="/tree/field[@name='name']"
|
||||
position="after">
|
||||
<field name="first_name"/>
|
||||
<field name="second_name"/>
|
||||
<field name="first_surname"/>
|
||||
<field name="second_surname"/>
|
||||
<field name="age"/>
|
||||
</xpath>
|
||||
<xpath
|
||||
expr="/tree/field[@name='tax_identifier']"
|
||||
position="before">
|
||||
<field name="type_tax_identifier"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user