c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #16861
[Bug 720175] Re: [6.0] multicompany - all companies are selectable for users with restricted company access
Hello Dr. Ferdinand,
>From your bug specification,I see there is two problem specified.
First one related to : Access Right
It is Wishlist.[It will be consider as future roadmap]
Second one related to : Record rule
Would you please explain me which type of error you got at your side?
Thanks.
** Changed in: openobject-addons
Status: New => Incomplete
--
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/720175
Title:
[6.0] multicompany - all companies are selectable for users with
restricted company access
Status in OpenERP Modules (addons):
Incomplete
Bug description:
a user has only access rights to one company, but all companies show
up in all select fields for companies (because no access rul is set
for res_company)
I tried to copy the usual
['|','|',('company_id','=',False),('company_id','child_of',[user.company_id.id]),('company_id.child_ids','child_of',[user.company_id.id])]
but this gives an error.
References