Good afternoon,
Please could you confirm the underlying reasons for the appended record rule not working for the designated group of users :
record id="sales_manager_rule" model="ir.rule">
sales manager can only view the records pending approval
[('state','!=','rm_approval_pending')]
There is already a standard record rule with the domain ['|',('company_id','=',False),('company_id', 'in', company_ids)], which possibly could be superceding my record rule - In such a case, how to make my record rule work as this is very important for my project.
An early response will be much appreciated.
Thanks & Regards,
Debendra