~akretion-team/account-financial-tools/account-financial-tools-account-writeoff-autodelete

« back to all changes in this revision

Viewing changes to account_tax_update/view/account_tax.xml

  • Committer: Guewen Baconnier
  • Author(s): Vincent Renaville
  • Date: 2013-12-05 16:02:38 UTC
  • mfrom: (122.1.8 port_of_trp_update_tax)
  • Revision ID: guewen.baconnier@camptocamp.com-20131205160238-t5ngdcmvu1ynfo6v
[ADD] port of account_tax_update: This module aims at assisting the finance manager with implementing a tax increase.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
    <data>
 
4
        <record id="tax_tree_view" model="ir.ui.view">
 
5
            <field name="name">Tax tree view for the add lines wizard</field>
 
6
            <field name="model">account.tax</field>
 
7
            <field name="type">tree</field>
 
8
            <field name="arch" type="xml">
 
9
                <tree string="Taxes">
 
10
                    <field name="name"/>
 
11
                    <field name="description"/>
 
12
                    <field name="amount"/>
 
13
                </tree>
 
14
            </field>
 
15
        </record>
 
16
    </data>
 
17
</openerp>