Hi,
I'm using ODOO 10 and I've been looking everywhere for this but I can't find an answer to this problem.
I want some fields to be 'required' only when the form is in edit mode.
I tried attrs="{'required': [('id','>',0)]}" but it works only for new records.
My problem is that I can't click on "toggle_active" or any other button for a partner that does'nt have required fields. This is really anoying.
Any help appriciated.
Can you provide more info about the issue?