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
=== modified file 'l10n_fr/fr_tax_demo.xml'
--- l10n_fr/fr_tax_demo.xml 2012-01-31 09:25:10 +0000
+++ l10n_fr/fr_tax_demo.xml 2012-05-09 10:11:19 +0000
@@ -109,8 +109,8 @@
109 <field name="base_code_id" ref="tax_acq_196_ht"/>109 <field name="base_code_id" ref="tax_acq_196_ht"/>
110 <field name="tax_code_id" ref="tax_acq_196"/>110 <field name="tax_code_id" ref="tax_acq_196"/>
111111
112 <field name="account_collected_id" ref="pcg_44566"/>112 <field name="account_collected_id" ref="pcg_445662"/>
113 <field name="account_paid_id" ref="pcg_44566"/>113 <field name="account_paid_id" ref="pcg_445662"/>
114114
115 <field name="ref_base_code_id" ref="tax_acq_196_ht"/>115 <field name="ref_base_code_id" ref="tax_acq_196_ht"/>
116 <field name="ref_base_sign" eval="-1"/>116 <field name="ref_base_sign" eval="-1"/>
117117
=== modified file 'l10n_fr/plan_comptable_general_demo.xml'
--- l10n_fr/plan_comptable_general_demo.xml 2011-10-16 01:28:00 +0000
+++ l10n_fr/plan_comptable_general_demo.xml 2012-05-09 10:11:19 +0000
@@ -4471,7 +4471,7 @@
4471 <field name="name">Associés - Comptes courants</field>4471 <field name="name">Associés - Comptes courants</field>
4472 <field name="code">455</field>4472 <field name="code">455</field>
4473 <field name="type">view</field>4473 <field name="type">view</field>
4474 <field name="user_type" ref="account_type_receivable"/>4474 <field name="user_type" ref="account_type_payable"/>
4475 <field name="note">Pour frais avancés personnellement</field>4475 <field name="note">Pour frais avancés personnellement</field>
44764476
4477 <field name="parent_id" ref="pcg_45"/>4477 <field name="parent_id" ref="pcg_45"/>
@@ -4481,8 +4481,8 @@
4481 <record id="pcg_4551" model="account.account.template">4481 <record id="pcg_4551" model="account.account.template">
4482 <field name="name">Principal</field>4482 <field name="name">Principal</field>
4483 <field name="code">4551</field>4483 <field name="code">4551</field>
4484 <field name="type">receivable</field>4484 <field name="type">payable</field>
4485 <field name="user_type" ref="account_type_receivable"/>4485 <field name="user_type" ref="account_type_payable"/>
44864486
4487 <field name="parent_id" ref="pcg_455"/>4487 <field name="parent_id" ref="pcg_455"/>
4488 <field name="reconcile" eval="True"/>4488 <field name="reconcile" eval="True"/>
@@ -4491,8 +4491,8 @@
4491 <record id="pcg_4558" model="account.account.template">4491 <record id="pcg_4558" model="account.account.template">
4492 <field name="name">Intérêts courus</field>4492 <field name="name">Intérêts courus</field>
4493 <field name="code">4558</field>4493 <field name="code">4558</field>
4494 <field name="type">receivable</field>4494 <field name="type">payable</field>
4495 <field name="user_type" ref="account_type_receivable"/>4495 <field name="user_type" ref="account_type_payable"/>
44964496
4497 <field name="parent_id" ref="pcg_455"/>4497 <field name="parent_id" ref="pcg_455"/>
4498 <field name="reconcile" eval="True"/>4498 <field name="reconcile" eval="True"/>