openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #18808
[Bug 1083760] Re: Traceback on multi-company environment
BTW
each user now has 2 logins with only one company allowed - for now the only way to avoid confusion.
--
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