Odoo 14. I have a widget many2many checkboxes, related model crm_tag. The list includes 6 boxes. I also have a toggle button on the same form.
When this button is set to 1(true) i need an automation to check one of checkboxes. What Python expression could be used to achieve this?
Thanks!