Skip to Content
Menu
This question has been flagged
2 Replies
3021 Views

Hello,

I have multicompany mechanism. there is one company ABC and another company XYZ.

There is no parent child relationship between these companies.

I want that when company ABC's user will create crm.lead  with rights of manager in sales, then company XYZ's user can not able to see that lead which is created by company ABC's user.

(XYZ's user will also have manager right)

Thanks


Avatar
Discard
Best Answer

Hello,

Create Your Own Rule For crm.lead Object May Be It Helps You,

[('partner_id.company_id', '=', user.company_id.id)]


Thanks

Avatar
Discard
Author

Thanks Its Working.

Best Answer

When you have activated the multicompany-mode, you can assign "Allowed Companies" for each user in the user settings.

Avatar
Discard