I have following code inside my website form:
But when I'm clicking save without even touching the checkbox the form ignores it and does not care if checkbox i unchecked.
But when I check it and then uncheck it again (so it should be again in its initial state) it is actually wotking and form will not pass.
What Am I doing wrong? What property is changed when I'm clicking the checkbox twice versus its initial state? It should not make a difference...
Using Odoo13