Hello, I have a problem that I think that is easy to solve, but I am having a hard time doing so. Well... I added a field to 'product.template', as follows:
should_upload = fields.Boolean('Upload to VTex', default=False, readonly=False)
And then added a column to the product tree view using studio, showing the boolean info as a checkbox on the table.
The only thing is that I wish I could change the checkbox status by clicking on it. Is there a way I can do it?
Thank you,
Arthur.