← Back to team overview

openerp-india team mailing list archive

[Bug 1083760] Re: Traceback on multi-company environment

 

I think that the context passed to the first query is lost for
subsequent queries - also for exports in v61

-- 
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