← Back to team overview

openerp-india team mailing list archive

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

 

Hello Dr Ferdindard,

The error could not faced any more because if you change the company or
journal then joural and company will change repectively.

So issue donesn't faced any more on latest trunk, you can try with
latest code.

Thank you!

** Changed in: openobject-addons
       Status: Confirmed => Fix Released

-- 
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):
  Fix Released

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