← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 720175] Re: [6.0] multicompany - all companies are selectable for users with restricted company access

 

Thanks for reporting.

** Project changed: openobject-addons => openobject-server

** Changed in: openobject-server
   Importance: Undecided => Wishlist

** Changed in: openobject-server
       Status: Incomplete => Confirmed

** Changed in: openobject-server
     Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

** Summary changed:

- [6.0] multicompany - all companies are selectable for users with restricted company access
+ [Trunk] multicompany - all companies are selectable for users with restricted company access

-- 
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:
  [Trunk] multicompany - all companies are selectable for users with
  restricted company access

Status in OpenERP Server:
  Confirmed

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