Merge lp:~openerp-dev/openobject-addons/6.0-opw-383700-skh into lp:openobject-addons/6.0

Proposed by Somesh Khare
Status: Merged
Approved by: Naresh(OpenERP)
Approved revision: 5064
Merge reported by: nel
Merged at revision: not available
Proposed branch: lp:~openerp-dev/openobject-addons/6.0-opw-383700-skh
Merge into: lp:openobject-addons/6.0
Diff against target: 11 lines (+1/-1)
1 file modified
analytic/security/analytic_security.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/6.0-opw-383700-skh
Reviewer Review Type Date Requested Status
Naresh(OpenERP) (community) Approve
Review via email: mp+93563@code.launchpad.net

Description of the change

Hello,

Steps to reproduce:
- Create a New Db.
- install analytic
- assign the group "analytic accounting" to user demo
- update the module analytic
- demo isn't in the "analytic accounting" group anymore

This branch resolves this issue. Kindly review the branch and please share your views on it.

Thanks
Somesh Khare

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'analytic/security/analytic_security.xml'
2--- analytic/security/analytic_security.xml 2011-06-08 11:21:09 +0000
3+++ analytic/security/analytic_security.xml 2012-02-17 12:20:25 +0000
4@@ -9,6 +9,6 @@
5 </record>
6 <record id="group_analytic_accounting" model="res.groups" context="{'noadmin':True}">
7 <field name="name">Useability / Analytic Accounting</field>
8- <field name="users" eval="[(6,0,[ref('base.user_root')])]"/>
9+ <field name="users" eval="[(4,ref('base.user_root'))]"/>
10 </record>
11 </data></openerp>