Merge lp:~openerp-canada/openobject-addons/l10n_ca_chart_of_taxes_decimal_precision into lp:openobject-addons

Status: Merged
Merged at revision: 4118
Proposed branch: lp:~openerp-canada/openobject-addons/l10n_ca_chart_of_taxes_decimal_precision
Merge into: lp:openobject-addons
Diff against target: 259 lines (+100/-47)
5 files modified
l10n_ca/__init__.py (+4/-4)
l10n_ca/__openerp__.py (+1/-0)
l10n_ca/account_tax_fr.xml (+40/-25)
l10n_ca/decimal_precision.xml (+10/-0)
l10n_ca/fiscal_templates_fr.xml (+45/-18)
To merge this branch: bzr merge lp:~openerp-canada/openobject-addons/l10n_ca_chart_of_taxes_decimal_precision
Reviewer Review Type Date Requested Status
Nicolas Vanhoren (OpenERP) (community) Needs Fixing
OpenERP Core Team Pending
Review via email: mp+40590@code.launchpad.net

Description of the change

Improve chart of taxes
Change decimal_precision for account (TVQ is 7.5%)

To post a comment you must log in.
Revision history for this message
Nicolas Vanhoren (OpenERP) (niv-openerp) wrote :

You're not allowed the modify the data of another module in a localization module, please remove your decimal_precision.xml file.

The rest seems ok.

review: Needs Fixing
Revision history for this message
Maxime Chambreuil (http://www.savoirfairelinux.com) (max3903) wrote :

> You're not allowed the modify the data of another module in a localization
> module, please remove your decimal_precision.xml file.
>
> The rest seems ok.

OK, so what do you recommend to create the TVQ tax which is 7,5% (and will be 8,5% as of Jan the 1st, 2011) ?

Revision history for this message
Nicolas Vanhoren (OpenERP) (niv-openerp) wrote :

> > You're not allowed the modify the data of another module in a localization
> > module, please remove your decimal_precision.xml file.
> >
> > The rest seems ok.
>
> OK, so what do you recommend to create the TVQ tax which is 7,5% (and will be
> 8,5% as of Jan the 1st, 2011) ?
I asked qdp to take a look at that problem, he will test that and reply to you.

Revision history for this message
Fabien (Open ERP) (fp-tinyerp) wrote :

Hello,

Thank you for your contribution. I merged the branch with the following changes:
  - I fixed the TPS+TVQ tax which is correct now.
  - I put the TVQ to 8.5
  - I removed decimal to 3 digits, because you don't need to do that to support taxes of 8.5% (and it
    may generate impacts on others modules)

Revision history for this message
fblauer (fblauer) wrote :

Just wanted to mention that in Quebec the 8.5 % QST is on top of the federal
tax (GST). Is the system able to handle tax on tax? If not, more than 2
decimals is required to adjust the rate to compensate.

On Wed, Dec 29, 2010 at 2:39 PM, Fabien (Open ERP) <email address hidden> wrote:

> Hello,
>
> Thank you for your contribution. I merged the branch with the following
> changes:
> - I fixed the TPS+TVQ tax which is correct now.
> - I put the TVQ to 8.5
> - I removed decimal to 3 digits, because you don't need to do that to
> support taxes of 8.5% (and it
> may generate impacts on others modules)
> --
>
> https://code.launchpad.net/~openerp-canada/openobject-addons/l10n_ca_chart_of_taxes_decimal_precision/+merge/40590<https://code.launchpad.net/%7Eopenerp-canada/openobject-addons/l10n_ca_chart_of_taxes_decimal_precision/+merge/40590>
> Your team OpenERP Canada Team is subscribed to branch
> lp:~openerp-canada/openobject-addons/l10n_ca_chart_of_taxes_decimal_precision.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openerp-canada<https://launchpad.net/%7Eopenerp-canada>
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~openerp-canada<https://launchpad.net/%7Eopenerp-canada>
> More help : https://help.launchpad.net/ListHelp
>

--
Fred Blauer CA, CA.IT, CISA
http://openacct.ca
<email address hidden>
514-667-1555

Revision history for this message
Fabien (Open ERP) (fp-tinyerp) wrote :

Hello,

Yes, I configured l10n_ca so that is supports this for the Quebec. It's
a tax having two children. Commited in trunk.

fblauer wrote:
> Just wanted to mention that in Quebec the 8.5 % QST is on top of the federal
> tax (GST). Is the system able to handle tax on tax? If not, more than 2
> decimals is required to adjust the rate to compensate.
>
> On Wed, Dec 29, 2010 at 2:39 PM, Fabien (Open ERP) <email address hidden> wrote:
>
>> Hello,
>>
>> Thank you for your contribution. I merged the branch with the following
>> changes:
>> - I fixed the TPS+TVQ tax which is correct now.
>> - I put the TVQ to 8.5
>> - I removed decimal to 3 digits, because you don't need to do that to
>> support taxes of 8.5% (and it
>> may generate impacts on others modules)
>> --
>>
>> https://code.launchpad.net/~openerp-canada/openobject-addons/l10n_ca_chart_of_taxes_decimal_precision/+merge/40590<https://code.launchpad.net/%7Eopenerp-canada/openobject-addons/l10n_ca_chart_of_taxes_decimal_precision/+merge/40590>
>> Your team OpenERP Canada Team is subscribed to branch
>> lp:~openerp-canada/openobject-addons/l10n_ca_chart_of_taxes_decimal_precision.
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~openerp-canada<https://launchpad.net/%7Eopenerp-canada>
>> Post to : <email address hidden>
>> Unsubscribe : https://launchpad.net/~openerp-canada<https://launchpad.net/%7Eopenerp-canada>
>> More help : https://help.launchpad.net/ListHelp
>>
>
>
>

--
Fabien Pinckaers
CEO OpenERP
Chaussée de Namur 40
B-1367 Grand-Rosière
Belgium
Phone: +32.81.81.37.00
Fax: +32.81.73.35.01
Web: http://openerp.com

Revision history for this message
fblauer (fblauer) wrote :

Merci

On Fri, Dec 31, 2010 at 3:04 AM, Fabien (Open ERP) <email address hidden> wrote:

> Hello,
>
> Yes, I configured l10n_ca so that is supports this for the Quebec. It's
> a tax having two children. Commited in trunk.
>
> fblauer wrote:
> > Just wanted to mention that in Quebec the 8.5 % QST is on top of the
> federal
> > tax (GST). Is the system able to handle tax on tax? If not, more than 2
> > decimals is required to adjust the rate to compensate.
> >
> > On Wed, Dec 29, 2010 at 2:39 PM, Fabien (Open ERP) <email address hidden>
> wrote:
> >
> >> Hello,
> >>
> >> Thank you for your contribution. I merged the branch with the following
> >> changes:
> >> - I fixed the TPS+TVQ tax which is correct now.
> >> - I put the TVQ to 8.5
> >> - I removed decimal to 3 digits, because you don't need to do that to
> >> support taxes of 8.5% (and it
> >> may generate impacts on others modules)
> >> --
> >>
> >>
> https://code.launchpad.net/~openerp-canada/openobject-addons/l10n_ca_chart_of_taxes_decimal_precision/+merge/40590<https://code.launchpad.net/%7Eopenerp-canada/openobject-addons/l10n_ca_chart_of_taxes_decimal_precision/+merge/40590>
> <
> https://code.launchpad.net/%7Eopenerp-canada/openobject-addons/l10n_ca_chart_of_taxes_decimal_precision/+merge/40590
> >
> >> Your team OpenERP Canada Team is subscribed to branch
> >>
> lp:~openerp-canada/openobject-addons/l10n_ca_chart_of_taxes_decimal_precision.
> >>
> >> _______________________________________________
> >> Mailing list: https://launchpad.net/~openerp-canada<https://launchpad.net/%7Eopenerp-canada>
> <https://launchpad.net/%7Eopenerp-canada>
> >> Post to : <email address hidden>
> >> Unsubscribe : https://launchpad.net/~openerp-canada<https://launchpad.net/%7Eopenerp-canada>
> <https://launchpad.net/%7Eopenerp-canada>
> >> More help : https://help.launchpad.net/ListHelp
> >>
> >
> >
> >
>
>
> --
> Fabien Pinckaers
> CEO OpenERP
> Chaussée de Namur 40
> B-1367 Grand-Rosière
> Belgium
> Phone: +32.81.81.37.00
> Fax: +32.81.73.35.01
> Web: http://openerp.com
>
> https://code.launchpad.net/~openerp-canada/openobject-addons/l10n_ca_chart_of_taxes_decimal_precision/+merge/40590<https://code.launchpad.net/%7Eopenerp-canada/openobject-addons/l10n_ca_chart_of_taxes_decimal_precision/+merge/40590>
> Your team OpenERP Canada Team is subscribed to branch
> lp:~openerp-canada/openobject-addons/l10n_ca_chart_of_taxes_decimal_precision.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openerp-canada<https://launchpad.net/%7Eopenerp-canada>
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~openerp-canada<https://launchpad.net/%7Eopenerp-canada>
> More help : https://help.launchpad.net/ListHelp
>

--
Fred Blauer CA, CA.IT, CISA
http://openacct.ca
<email address hidden>
514-667-1555

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'l10n_ca/__init__.py'
--- l10n_ca/__init__.py 2010-10-25 13:23:05 +0000
+++ l10n_ca/__init__.py 2010-11-12 22:50:35 +0000
@@ -2,19 +2,19 @@
2##############################################################################2##############################################################################
3# 3#
4# OpenERP, Open Source Management Solution4# OpenERP, Open Source Management Solution
5# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).5# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
6#6#
7# This program is free software: you can redistribute it and/or modify7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as8# it under the terms of the GNU General Public License as
9# published by the Free Software Foundation, either version 3 of the9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.10# License, or (at your option) any later version.
11#11#
12# This program is distributed in the hope that it will be useful,12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.15# GNU General Public License for more details.
16#16#
17# You should have received a copy of the GNU Affero General Public License17# You should have received a copy of the GNU General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>. 18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#19#
20##############################################################################20##############################################################################
2121
=== modified file 'l10n_ca/__openerp__.py'
--- l10n_ca/__openerp__.py 2010-10-27 09:55:33 +0000
+++ l10n_ca/__openerp__.py 2010-11-12 22:50:35 +0000
@@ -28,6 +28,7 @@
28 "depends" : ['base', 'account', 'base_iban', 'base_vat', 'account_chart'],28 "depends" : ['base', 'account', 'base_iban', 'base_vat', 'account_chart'],
29 "init_xml" : [],29 "init_xml" : [],
30 "update_xml" : [30 "update_xml" : [
31 'decimal_precision.xml',
31 'account_types_en.xml',32 'account_types_en.xml',
32 'account_chart_en.xml',33 'account_chart_en.xml',
33 'account_tax_code_en.xml',34 'account_tax_code_en.xml',
3435
=== modified file 'l10n_ca/account_tax_fr.xml'
--- l10n_ca/account_tax_fr.xml 2010-10-25 13:23:05 +0000
+++ l10n_ca/account_tax_fr.xml 2010-11-12 22:50:35 +0000
@@ -2,18 +2,25 @@
2<openerp>2<openerp>
3 <data noupdate="1">3 <data noupdate="1">
44
5 <record id="notax_fr" model="account.tax.template">5 <record id="tpstvq_fr" model="account.tax.template">
6 <field name="chart_template_id" ref="ca_fr_chart_template_fr"/>6 <field name="chart_template_id" ref="ca_fr_chart_template_fr"/>
7 <field name="name">Pas de taxes</field>7 <field name="name">TPS (5%)</field>
8 <field name="description">Pas de taxes</field>8 <field name="description">TPSTVQ</field>
9 <field name="amount">0.00</field>9 <field name="amount">0.050000</field>
10 <field name="type">percent</field>10 <field name="type">percent</field>
11 </record>11 <field name="include_base_amount">TRUE</field>
12 <field name="account_collected_id" ref="chart241100_fr"/>
13 <field name="account_paid_id" ref="chart242100_fr"/>
14 <field name="base_code_id" ref="vat_code_base_receivable_tps_fr"/>
15 <field name="tax_code_id" ref="vat_code_receivable_tps_fr"/>
16 <field name="ref_base_code_id" ref="vat_code_base_payable_tps_fr"/>
17 <field name="ref_tax_code_id" ref="vat_code_payable_tps_fr"/>
18 </record>
1219
13 <record id="tvq_fr" model="account.tax.template">20 <record id="tvq_fr" model="account.tax.template">
14 <field name="chart_template_id" ref="ca_fr_chart_template_fr"/>21 <field name="chart_template_id" ref="ca_fr_chart_template_fr"/>
15 <field name="name">TVQ (7.5%)</field>22 <field name="name">TVQ (7.5%)</field>
16 <field name="code">TVQ</field>23 <field name="description">TVQ</field>
17 <field name="amount">0.075000</field>24 <field name="amount">0.075000</field>
18 <field name="type">percent</field>25 <field name="type">percent</field>
19 <field name="account_collected_id" ref="chart241200_fr"/>26 <field name="account_collected_id" ref="chart241200_fr"/>
@@ -22,27 +29,13 @@
22 <field name="tax_code_id" ref="vat_code_receivable_tvq_fr"/>29 <field name="tax_code_id" ref="vat_code_receivable_tvq_fr"/>
23 <field name="ref_base_code_id" ref="vat_code_base_payable_tvq_fr"/>30 <field name="ref_base_code_id" ref="vat_code_base_payable_tvq_fr"/>
24 <field name="ref_tax_code_id" ref="vat_code_payable_tvq_fr"/>31 <field name="ref_tax_code_id" ref="vat_code_payable_tvq_fr"/>
25 </record>32 <field name="parent_id" ref="tpstvq_fr"/>
26
27 <record id="tps_fr" model="account.tax.template">
28 <field name="chart_template_id" ref="ca_fr_chart_template_fr"/>
29 <field name="name">TPS (5.0%)</field>
30 <field name="code">TPS</field>
31 <field name="amount">0.050000</field>
32 <field name="type">percent</field>
33 <field name="account_collected_id" ref="chart241100_fr"/>
34 <field name="account_paid_id" ref="chart242100_fr"/>
35 <field name="base_code_id" ref="vat_code_base_receivable_tps_fr"/>
36 <field name="tax_code_id" ref="vat_code_receivable_tps_fr"/>
37 <field name="ref_base_code_id" ref="vat_code_base_payable_tps_fr"/>
38 <field name="ref_tax_code_id" ref="vat_code_payable_tps_fr"/>
39 <field name="parent_id" ref="tvq_fr"/>
40 </record>33 </record>
4134
42 <record id="tvh_fr" model="account.tax.template">35 <record id="tvh_fr" model="account.tax.template">
43 <field name="chart_template_id" ref="ca_fr_chart_template_fr"/>36 <field name="chart_template_id" ref="ca_fr_chart_template_fr"/>
44 <field name="name">TVH (13%)</field>37 <field name="name">TVH (13%)</field>
45 <field name="code">TVH</field>38 <field name="description">TVH</field>
46 <field name="amount">0.130000</field>39 <field name="amount">0.130000</field>
47 <field name="type">percent</field>40 <field name="type">percent</field>
48 <field name="account_collected_id" ref="chart241300_fr"/>41 <field name="account_collected_id" ref="chart241300_fr"/>
@@ -53,5 +46,27 @@
53 <field name="ref_tax_code_id" ref="vat_code_payable_tvh_fr"/>46 <field name="ref_tax_code_id" ref="vat_code_payable_tvh_fr"/>
54 </record>47 </record>
5548
56</data>49 <record id="tps_fr" model="account.tax.template">
50 <field name="chart_template_id" ref="ca_fr_chart_template_fr"/>
51 <field name="name">TPS (5%)</field>
52 <field name="description">TPS</field>
53 <field name="amount">0.050000</field>
54 <field name="type">percent</field>
55 <field name="account_collected_id" ref="chart241100_fr"/>
56 <field name="account_paid_id" ref="chart242100_fr"/>
57 <field name="base_code_id" ref="vat_code_base_receivable_tps_fr"/>
58 <field name="tax_code_id" ref="vat_code_receivable_tps_fr"/>
59 <field name="ref_base_code_id" ref="vat_code_base_payable_tps_fr"/>
60 <field name="ref_tax_code_id" ref="vat_code_payable_tps_fr"/>
61 </record>
62
63 <record id="notax_fr" model="account.tax.template">
64 <field name="chart_template_id" ref="ca_fr_chart_template_fr"/>
65 <field name="name">Pas de taxes</field>
66 <field name="description">Pas de taxes</field>
67 <field name="amount">0.00</field>
68 <field name="type">percent</field>
69 </record>
70
71 </data>
57</openerp>72</openerp>
5873
=== added file 'l10n_ca/decimal_precision.xml'
--- l10n_ca/decimal_precision.xml 1970-01-01 00:00:00 +0000
+++ l10n_ca/decimal_precision.xml 2010-11-12 22:50:35 +0000
@@ -0,0 +1,10 @@
1<?xml version="1.0" encoding="utf-8"?>
2<openerp>
3 <data>
4
5 <record id="product.decimal_account" model="decimal.precision">
6 <field name="digits">3</field>
7 </record>
8
9 </data>
10</openerp>
011
=== modified file 'l10n_ca/fiscal_templates_fr.xml'
--- l10n_ca/fiscal_templates_fr.xml 2010-10-25 13:23:05 +0000
+++ l10n_ca/fiscal_templates_fr.xml 2010-11-12 22:50:35 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>1<?xml version="1.0" encoding="utf-8"?>
2<openerp>2<openerp>
3<data>3 <data>
44
5 <!-- Fiscal Position Templates -->5 <!-- Fiscal Position Templates -->
66
@@ -29,51 +29,78 @@
2929
30 <record id="fiscal_position_tax_template_1_fr" model="account.fiscal.position.tax.template">30 <record id="fiscal_position_tax_template_1_fr" model="account.fiscal.position.tax.template">
31 <field name="position_id" ref="fiscal_position_template_1_fr" />31 <field name="position_id" ref="fiscal_position_template_1_fr" />
32 <field name="tax_src_id" ref="tvq_fr" />32 <field name="tax_src_id" ref="tpstvq_fr" />
33 <field name="tax_dest_id" ref="notax_fr" />33 <field name="tax_dest_id" ref="tpstvq_fr" />
34 </record>34 </record>
3535
36 <record id="fiscal_position_tax_template_2_fr" model="account.fiscal.position.tax.template">36 <record id="fiscal_position_tax_template_2_fr" model="account.fiscal.position.tax.template">
37 <field name="position_id" ref="fiscal_position_template_2_fr" />37 <field name="position_id" ref="fiscal_position_template_2_fr" />
38 <field name="tax_src_id" ref="tvh_fr" />38 <field name="tax_src_id" ref="tpstvq_fr" />
39 <field name="tax_dest_id" ref="notax_fr" />39 <field name="tax_dest_id" ref="tvh_fr" />
40 </record>40 </record>
41
41 <record id="fiscal_position_tax_template_3_fr" model="account.fiscal.position.tax.template">42 <record id="fiscal_position_tax_template_3_fr" model="account.fiscal.position.tax.template">
42 <field name="position_id" ref="fiscal_position_template_3_fr" />43 <field name="position_id" ref="fiscal_position_template_3_fr" />
43 <field name="tax_src_id" ref="tps_fr" />44 <field name="tax_src_id" ref="tpstvq_fr" />
44 <field name="tax_dest_id" ref="notax_fr" />45 <field name="tax_dest_id" ref="tps_fr" />
45 </record>46 </record>
47
46 <record id="fiscal_position_tax_template_4_fr" model="account.fiscal.position.tax.template">48 <record id="fiscal_position_tax_template_4_fr" model="account.fiscal.position.tax.template">
47 <field name="position_id" ref="fiscal_position_template_4_fr" />49 <field name="position_id" ref="fiscal_position_template_4_fr" />
48 <field name="tax_src_id" ref="notax_fr" />50 <field name="tax_src_id" ref="tpstvq_fr" />
49 <field name="tax_dest_id" ref="notax_fr" />51 <field name="tax_dest_id" ref="notax_fr" />
50 </record>52 </record>
5153
52 <!-- Fiscal Position Account Templates -->54 <!-- Fiscal Position Account Templates - Goods -->
5355
54 <record id="fiscal_position_account_template_1_fr" model="account.fiscal.position.account.template">56 <record id="fiscal_position_account_template_1_fr" model="account.fiscal.position.account.template">
55 <field name="position_id" ref="fiscal_position_template_1_fr" />57 <field name="position_id" ref="fiscal_position_template_1_fr" />
56 <field name="account_src_id" ref="chart411110_fr" />58 <field name="account_src_id" ref="chart411110_fr" />
59 <field name="account_dest_id" ref="chart411110_fr" />
60 </record>
61
62 <record id="fiscal_position_account_template_2_fr" model="account.fiscal.position.account.template">
63 <field name="position_id" ref="fiscal_position_template_2_fr" />
64 <field name="account_src_id" ref="chart411110_fr" />
65 <field name="account_dest_id" ref="chart411120_fr" />
66 </record>
67
68 <record id="fiscal_position_account_template_3_fr" model="account.fiscal.position.account.template">
69 <field name="position_id" ref="fiscal_position_template_3_fr" />
70 <field name="account_src_id" ref="chart411110_fr" />
71 <field name="account_dest_id" ref="chart411130_fr" />
72 </record>
73
74 <record id="fiscal_position_account_template_4_fr" model="account.fiscal.position.account.template">
75 <field name="position_id" ref="fiscal_position_template_4_fr" />
76 <field name="account_src_id" ref="chart411110_fr" />
77 <field name="account_dest_id" ref="chart411140_fr" />
78 </record>
79
80 <!-- Fiscal Position Account Templates - Services -->
81
82 <record id="fiscal_position_account_template_1_fr" model="account.fiscal.position.account.template">
83 <field name="position_id" ref="fiscal_position_template_1_fr" />
84 <field name="account_src_id" ref="chart411210_fr" />
57 <field name="account_dest_id" ref="chart411210_fr" />85 <field name="account_dest_id" ref="chart411210_fr" />
58 </record>86 </record>
5987
60 <record id="fiscal_position_account_template_2_fr" model="account.fiscal.position.account.template">88 <record id="fiscal_position_account_template_2_fr" model="account.fiscal.position.account.template">
61 <field name="position_id" ref="fiscal_position_template_2_fr" />89 <field name="position_id" ref="fiscal_position_template_2_fr" />
62 <field name="account_src_id" ref="chart411120_fr" />90 <field name="account_src_id" ref="chart411210_fr" />
63 <field name="account_dest_id" ref="chart411220_fr" />91 <field name="account_dest_id" ref="chart411220_fr" />
64 </record>92 </record>
6593
66 <record id="fiscal_position_account_template_3_fr" model="account.fiscal.position.account.template">94 <record id="fiscal_position_account_template_3_fr" model="account.fiscal.position.account.template">
67 <field name="position_id" ref="fiscal_position_template_3_fr" />95 <field name="position_id" ref="fiscal_position_template_3_fr" />
68 <field name="account_src_id" ref="chart411130_fr" />96 <field name="account_src_id" ref="chart411210_fr" />
69 <field name="account_dest_id" ref="chart411230_fr" />97 <field name="account_dest_id" ref="chart411230_fr" />
70 </record>98 </record>
7199
72 <record id="fiscal_position_account_template_4_fr" model="account.fiscal.position.account.template">100 <record id="fiscal_position_account_template_4_fr" model="account.fiscal.position.account.template">
73 <field name="position_id" ref="fiscal_position_template_4_fr" />101 <field name="position_id" ref="fiscal_position_template_4_fr" />
74 <field name="account_src_id" ref="chart411140_fr" />102 <field name="account_src_id" ref="chart411210_fr" />
75 <field name="account_dest_id" ref="chart411240_fr" />103 <field name="account_dest_id" ref="chart411240_fr" />
76 </record>104 </record>
77105 </data>
78</data>
79</openerp> 106</openerp>

Subscribers

People subscribed via source and target branches

to all changes: