User: Own Documents Only
the user will have access to his own data in the sales application.
User: All Documents
the user will have access to all records of everyone in the sales application.
Manager
the user will have an access to the sales configuration as well as statistic reports.
All Salesteam
[('team_type','in', ['sales', 'website'])]
Sales Channel multi-company
['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]
CRM Team multi-branch
['|',('branch_id','=', False),'|',('branch_id','=',user.default_branch_id.id), ('branch_id','in', [b.id for b in user.branch_ids])]