← Back to team overview

openerp-india team mailing list archive

[Bug 1083760] Re: major multi company issue - all search views return all data disregarding the res_user.company_id.id

 

** Attachment added: "Screenshot.png"
   https://bugs.launchpad.net/openobject-addons/+bug/1083760/+attachment/3447931/+files/Screenshot.png

** Summary changed:

- major multi company issue - all search views return all data  disregarding the res_user.company_id.id
+ Traceback at multi-company environment

** Summary changed:

- Traceback at multi-company environment
+ Traceback on multi-company environment

** Changed in: openobject-addons
   Importance: Undecided => Medium

** Changed in: openobject-addons
       Status: New => Confirmed

** Changed in: openobject-addons
     Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1083760

Title:
  Traceback on multi-company environment

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  Hello
  this is in  6.1 and 7.0
  setting up a multi company where users have access to multiple companies in all search views and other NON parent/child situations all matching records are returned regardless to which company they belong.

  suggestion:
   make cid available (like as uid) 
   and add 
   domain="['company_id', '=', cid ]
   to all
  account_id, journal_id, and others

  the only workaround I see NOW is 
  either 
  to prefix the field name with a new company "code" field and modify all relevant name_get
  or
  to insert this prefix in all relevant name fields (what I will have to do now to allow users to visually select the correct records)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1083760/+subscriptions


References