first commit
This commit is contained in:
9
modules/account_consolidation/view/account_type_form.xml
Normal file
9
modules/account_consolidation/view/account_type_form.xml
Normal 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/group[@id='checkboxes']" position="before">
|
||||
<label name="consolidation"/>
|
||||
<field name="consolidation"/>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/account_consolidation/view/account_type_list.xml
Normal file
8
modules/account_consolidation/view/account_type_list.xml
Normal 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" position="inside">
|
||||
<field name="consolidation" optional="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -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. -->
|
||||
<form>
|
||||
<group col="4" colspan="2" id="group" yalign="0">
|
||||
<label name="currency"/>
|
||||
<field name="currency"/>
|
||||
<label name="posted"/>
|
||||
<field name="posted"/>
|
||||
|
||||
<label name="date"/>
|
||||
<field name="date"/>
|
||||
<newline/>
|
||||
|
||||
<label name="comparison"/>
|
||||
<field name="comparison"/>
|
||||
|
||||
<separator id="comparison" colspan="4"/>
|
||||
|
||||
<label name="date_cmp"/>
|
||||
<field name="date_cmp"/>
|
||||
</group>
|
||||
<group col="2" colspan="2" id="companies" yalign="0">
|
||||
<label name="companies"/>
|
||||
<field name="companies" widget="multiselection"/>
|
||||
</group>
|
||||
</form>
|
||||
@@ -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 keyword_open="1">
|
||||
<field name="name" expand="1"/>
|
||||
<field name="amount"/>
|
||||
<field name="amount_cmp" string="Comparison"/>
|
||||
</tree>
|
||||
21
modules/account_consolidation/view/consolidation_form.xml
Normal file
21
modules/account_consolidation/view/consolidation_form.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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="sequence"/>
|
||||
<field name="sequence"/>
|
||||
|
||||
<label name="statement"/>
|
||||
<group col="-1" id="statement">
|
||||
<field name="statement"/>
|
||||
<label name="assets"/>
|
||||
<field name="assets"/>
|
||||
</group>
|
||||
<label name="parent"/>
|
||||
<field name="parent"/>
|
||||
|
||||
<field name="types" colspan="2" widget="many2many"/>
|
||||
<field name="children" colspan="2"/>
|
||||
</form>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?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>
|
||||
<group col="4" colspan="2" id="group" yalign="0">
|
||||
<label name="currency"/>
|
||||
<field name="currency"/>
|
||||
<label name="posted"/>
|
||||
<field name="posted"/>
|
||||
|
||||
<label name="from_date"/>
|
||||
<field name="from_date"/>
|
||||
<label name="to_date"/>
|
||||
<field name="to_date"/>
|
||||
|
||||
<label name="comparison"/>
|
||||
<field name="comparison"/>
|
||||
|
||||
<separator id="comparison" colspan="4"/>
|
||||
|
||||
<label name="from_date_cmp"/>
|
||||
<field name="from_date_cmp"/>
|
||||
<label name="to_date_cmp"/>
|
||||
<field name="to_date_cmp"/>
|
||||
</group>
|
||||
<group col="2" colspan="2" id="companies" yalign="0">
|
||||
<label name="companies"/>
|
||||
<field name="companies" widget="multiselection"/>
|
||||
</group>
|
||||
</form>
|
||||
@@ -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 keyword_open="1">
|
||||
<field name="name" expand="1"/>
|
||||
<field name="amount"/>
|
||||
<field name="amount_cmp" string="Comparison"/>
|
||||
</tree>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?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="rec_name" expand="1"/>
|
||||
</tree>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?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="name" expand="1"/>
|
||||
</tree>
|
||||
10
modules/account_consolidation/view/invoice_form.xml
Normal file
10
modules/account_consolidation/view/invoice_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="//field[@name='tax_identifier']" position="after">
|
||||
<label name="consolidation_company"/>
|
||||
<field name="consolidation_company"/>
|
||||
<newline/>
|
||||
</xpath>
|
||||
</data>
|
||||
9
modules/account_consolidation/view/move_form.xml
Normal file
9
modules/account_consolidation/view/move_form.xml
Normal 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='company']" position="after">
|
||||
<label name="consolidation_company"/>
|
||||
<field name="consolidation_company"/>
|
||||
</xpath>
|
||||
</data>
|
||||
9
modules/account_consolidation/view/move_line_form.xml
Normal file
9
modules/account_consolidation/view/move_line_form.xml
Normal 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='account']" position="after">
|
||||
<label name="consolidation_company"/>
|
||||
<field name="consolidation_company"/>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/account_consolidation/view/move_line_list.xml
Normal file
8
modules/account_consolidation/view/move_line_list.xml
Normal 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='account']" position="after">
|
||||
<field name="consolidation_company" optional="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/account_consolidation/view/move_list.xml
Normal file
8
modules/account_consolidation/view/move_list.xml
Normal 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='company']" position="after">
|
||||
<field name="consolidation_company" optional="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user