first commit
This commit is contained in:
9
modules/account_eu/view/ec_sales_list.xml
Normal file
9
modules/account_eu/view/ec_sales_list.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. -->
|
||||
<tree>
|
||||
<field name="company_tax_identifier" tree_invisible="1"/>
|
||||
<field name="party_tax_identifier" expand="1"/>
|
||||
<field name="code"/>
|
||||
<field name="amount"/>
|
||||
</tree>
|
||||
12
modules/account_eu/view/ec_sales_list_context_form.xml
Normal file
12
modules/account_eu/view/ec_sales_list_context_form.xml
Normal 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="fiscalyear"/>
|
||||
<field name="fiscalyear"/>
|
||||
<label name="period"/>
|
||||
<field name="period"/>
|
||||
</form>
|
||||
11
modules/account_eu/view/tax_form.xml
Normal file
11
modules/account_eu/view/tax_form.xml
Normal 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/notebook" position="inside">
|
||||
<page id="ec_sales_list" string="EC Sales List">
|
||||
<label name="ec_sales_list_code"/>
|
||||
<field name="ec_sales_list_code"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
11
modules/account_eu/view/tax_template_form.xml
Normal file
11
modules/account_eu/view/tax_template_form.xml
Normal 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/notebook" position="inside">
|
||||
<page id="ec_sales_list" string="EC Sales List">
|
||||
<label name="ec_sales_list_code"/>
|
||||
<field name="ec_sales_list_code"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user