c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #19373
[Bug 735766] [NEW] Multicompany Parent-Child categories confusion
Public bug reported:
Using: stable v6, bzr pulled on 9mar11.
With Parent and Child companies any changes in the child company in the category accounts (eg. income account) changes the parent company's account.
eg. Create a new demo company, create a user who only has access to shop1 company. Create finincials for shop 1.
Edit the category income account for shop1 to something else using new user.
Login as administrator user into Openerp S.A, notice the category income account has changed.
There are no security rules for product.category
2 Custom Parameters are created however they have no effect.
This occurs with any anglo_saxon fields added as well.
Surely these should be seperate. Especially the shop 1 user should not be able to change the Openerp SA category accounts.
Tried ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] for product.category which producers errors.
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/735766
Title:
Multicompany Parent-Child categories confusion
Status in OpenERP Modules (addons):
New
Bug description:
Using: stable v6, bzr pulled on 9mar11.
With Parent and Child companies any changes in the child company in the category accounts (eg. income account) changes the parent company's account.
eg. Create a new demo company, create a user who only has access to shop1 company. Create finincials for shop 1.
Edit the category income account for shop1 to something else using new user.
Login as administrator user into Openerp S.A, notice the category income account has changed.
There are no security rules for product.category
2 Custom Parameters are created however they have no effect.
This occurs with any anglo_saxon fields added as well.
Surely these should be seperate. Especially the shop 1 user should not be able to change the Openerp SA category accounts.
Tried ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] for product.category which producers errors.
Follow ups
References