I found this to be a very simple fix and have also reported this on maintenance contract (but did not receive response - not even case number - yet)
See attached branch now. -- You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Server. https://bugs.launchpad.net/bugs/1094212 Title: partner search & record rules & muliticompanies Status in OpenERP Server: Confirmed Status in OpenERP Server 7.0 series: New Bug description: The search function of the partner view don't work when there is a acces rules change. For example, in a multi compagnies context: if there is a access rules change on "res.partner company" like: only see the partner of your company and his childs: ['|',('company_id','child_of',[user.company_id.id]),('company_id','=',False)] Before the access rules was : "res.partner company" ['|','|',('company_id.child_ids','child_of',[user.company_id.id]),('company_id','child_of',[user.company_id.id]),('company_id','=',False)] the access rules work fine, a user in a new company can see only the partner of his company, BUT the search function of the tree form always return an "access denied", so it's not possible to filter the partner list. The message is: Access Denied The requested operation cannot be completed due to security restrictions. Please contact your system administrator. (Document type: Partner, Operation: read) It's problably the "name_search" function in partner class who don't take care of access rule. To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-server/+bug/1094212/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

