Hey i am using odooV13 and i am trying to make sale order record rule to apply on internal users only. The rule states
[('company_id', 'in', company_ids)]
But when i add group,users/internal user in the lines and test it, it doesn't work. Can you tell me what is wrong with my configuration of the rule? I shall be thankful.