← Back to team overview

openerp-india team mailing list archive

[Bug 890305] Re: PO, stock location must be of current company

 

Hello - How should a user select the correct shop ???

IMHO if the resource belongs to another company the company name must be either listed as a column in the select list or added in parenthesis if the resource does not belong to the current company like
Shop 1
Shop 1 (other company)

select name,company_id from sale_shop;
  name  | company_id 
--------+------------
 Shop 1 |          6
 Shop 2 |          7
 Shop 1 |         44
(3 Zeilen)

see attachment - the user just sees 2x Shop 1

if we do not want this we have to ensure unique names - which is a no go
as stated elsewhere. (unique index for company_id+name)

** Attachment added: "shop_problem.png"
   https://bugs.launchpad.net/openobject-addons/+bug/890305/+attachment/2605283/+files/shop_problem.png

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

Title:
  PO, stock location must be of current company

Status in OpenERP Addons (modules):
  Opinion

Bug description:
  PO (trunk-web) must not allow to choose locations from other companies
  (not in multi company mode)

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


References