~tempo-openerp/openobject-addons/trunk-bugfix-710644

« back to all changes in this revision

Viewing changes to l10n_ca/account_chart_template_en.xml

  • Committer: nvi-openerp
  • Date: 2010-10-25 13:23:05 UTC
  • mto: (3164.136.36 addons)
  • mto: This revision was merged to the branch mainline in revision 3900.
  • Revision ID: nicolas.vanhoren@openerp.com-20101025132305-t7drhu0ikpshafv1
[Add] Added canadian localization

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
 
 
5
        <!-- Chart template -->
 
6
                
 
7
        <record id="ca_en_chart_template_en" model="account.chart.template">
 
8
                <field name="name">Canada - Chart of Accounts</field>
 
9
                <field name="account_root_id" ref="chart0_en"/>
 
10
                <field name="tax_code_root_id" ref="vat_code_tax_en"/>
 
11
                <field name="bank_account_view_id" ref="chart111160_en"/>
 
12
                <field name="property_account_receivable" ref="chart112110_en"/>
 
13
                <field name="property_account_payable" ref="chart221110_en"/>
 
14
                <field name="property_account_income_categ" ref="chart411110_en"/>
 
15
                <field name="property_account_expense_categ" ref="chart511110_en"/>
 
16
        </record>
 
17
 
 
18
    </data>
 
19
</openerp>