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 C2C OERPScenario, which is subscribed to OpenERP Project Group. 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 _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

