Hi, The previous solution don't work everytime.
Finaly, i resolve the problem by rewritting the search_name function of partner (the file is attached). I bypass the search name function of the orm. (it's not compatible with the record rule for the partner) For the Record Rules, i authorised the patner linking to the users and the companies. Because, it's used for the internal message. This solution is ok for me now. regard ** Attachment added: "patch_module" https://bugs.launchpad.net/openobject-server/+bug/1094212/+attachment/3519156/+files/bug_fix_1094212.zip -- 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

