Merge lp:~openerp-dev/openobject-addons/6.1-opw-574253-han into lp:openobject-addons/6.1

Proposed by Hardik Ansodariya (OpenERP)
Status: Approved
Approved by: Vinay Rana (OpenERP)
Approved revision: 6788
Proposed branch: lp:~openerp-dev/openobject-addons/6.1-opw-574253-han
Merge into: lp:openobject-addons/6.1
Diff against target: 49 lines (+7/-7)
2 files modified
l10n_fr/fr_tax_demo.xml (+2/-2)
l10n_fr/plan_comptable_general_demo.xml (+5/-5)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/6.1-opw-574253-han
Reviewer Review Type Date Requested Status
Vinay Rana (OpenERP) (community) Approve
Naresh(OpenERP) Pending
Review via email: mp+105184@code.launchpad.net

Description of the change

Hello,

I have changed Invoice Tax Account and Refund Tax Account for TVA "acquittée (achat) 19,6%"
as their internal type were view instead of regular.

For Account "Associés - Comptes courants" and its children i have change Account Type and Internal Type "payable" from "Receivable" as they are liabilities account.

In module l10_fr by concerning Maintenance Case:574253

Thanks

To post a comment you must log in.
Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) :
review: Approve
Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

Hello,

This bug was qualified as Confirmed on Trunk (means still existing and reproducible). A Merge Proposal for trunk was created to fix it. Here is the link to follow the MP on Launchpad https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-opw-574253-port-mma/+merge/132296 and be informed once it's been merged in trunk: ... If this Merge Proposal could not be merged in v6.1 at the release of v7.0, it will be closed.

Thanks,
Naresh Soni

Unmerged revisions

6788. By Hardik Ansodariya (OpenERP)

[FIXED] l10_fr:change the worng account type and internal type in demo data(Maintanace Case: 574253)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_fr/fr_tax_demo.xml'
2--- l10n_fr/fr_tax_demo.xml 2012-01-31 09:25:10 +0000
3+++ l10n_fr/fr_tax_demo.xml 2012-05-09 10:11:19 +0000
4@@ -109,8 +109,8 @@
5 <field name="base_code_id" ref="tax_acq_196_ht"/>
6 <field name="tax_code_id" ref="tax_acq_196"/>
7
8- <field name="account_collected_id" ref="pcg_44566"/>
9- <field name="account_paid_id" ref="pcg_44566"/>
10+ <field name="account_collected_id" ref="pcg_445662"/>
11+ <field name="account_paid_id" ref="pcg_445662"/>
12
13 <field name="ref_base_code_id" ref="tax_acq_196_ht"/>
14 <field name="ref_base_sign" eval="-1"/>
15
16=== modified file 'l10n_fr/plan_comptable_general_demo.xml'
17--- l10n_fr/plan_comptable_general_demo.xml 2011-10-16 01:28:00 +0000
18+++ l10n_fr/plan_comptable_general_demo.xml 2012-05-09 10:11:19 +0000
19@@ -4471,7 +4471,7 @@
20 <field name="name">Associés - Comptes courants</field>
21 <field name="code">455</field>
22 <field name="type">view</field>
23- <field name="user_type" ref="account_type_receivable"/>
24+ <field name="user_type" ref="account_type_payable"/>
25 <field name="note">Pour frais avancés personnellement</field>
26
27 <field name="parent_id" ref="pcg_45"/>
28@@ -4481,8 +4481,8 @@
29 <record id="pcg_4551" model="account.account.template">
30 <field name="name">Principal</field>
31 <field name="code">4551</field>
32- <field name="type">receivable</field>
33- <field name="user_type" ref="account_type_receivable"/>
34+ <field name="type">payable</field>
35+ <field name="user_type" ref="account_type_payable"/>
36
37 <field name="parent_id" ref="pcg_455"/>
38 <field name="reconcile" eval="True"/>
39@@ -4491,8 +4491,8 @@
40 <record id="pcg_4558" model="account.account.template">
41 <field name="name">Intérêts courus</field>
42 <field name="code">4558</field>
43- <field name="type">receivable</field>
44- <field name="user_type" ref="account_type_receivable"/>
45+ <field name="type">payable</field>
46+ <field name="user_type" ref="account_type_payable"/>
47
48 <field name="parent_id" ref="pcg_455"/>
49 <field name="reconcile" eval="True"/>