first commit
This commit is contained in:
10
modules/account_tax_cash/view/fiscalyear_form.xml
Normal file
10
modules/account_tax_cash/view/fiscalyear_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/notebook/page[@id='periods']" position="after">
|
||||
<page string="Taxes" id="taxes">
|
||||
<field name="tax_group_on_cash_basis" colspan="4"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/account_tax_cash/view/invoice_form.xml
Normal file
8
modules/account_tax_cash/view/invoice_form.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="//page[@id='info']/separator[@name='comment']" position="before">
|
||||
<field name="tax_group_on_cash_basis" colspan="4"/>
|
||||
</xpath>
|
||||
</data>
|
||||
9
modules/account_tax_cash/view/party_form.xml
Normal file
9
modules/account_tax_cash/view/party_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/notebook/page[@id='accounting']/field[@name='supplier_tax_rule']" position="after">
|
||||
<label id="empty" colspan="2"/>
|
||||
<field name="supplier_tax_group_on_cash_basis" colspan="2"/>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/account_tax_cash/view/period_form.xml
Normal file
8
modules/account_tax_cash/view/period_form.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="/form/field[@name='move_sequence']" position="after">
|
||||
<field name="tax_group_on_cash_basis" colspan="4"/>
|
||||
</xpath>
|
||||
</data>
|
||||
12
modules/account_tax_cash/view/tax_line_form.xml
Normal file
12
modules/account_tax_cash/view/tax_line_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. -->
|
||||
<data>
|
||||
<xpath expr="/form/field[@name='amount']" position="after">
|
||||
<newline/>
|
||||
<label name="on_cash_basis"/>
|
||||
<field name="on_cash_basis"/>
|
||||
<label name="period"/>
|
||||
<field name="period"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user