Hi,
Please how to make a required field only if another field is filled in odoo 10,
Regards,
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
Please how to make a required field only if another field is filled in odoo 10,
Regards,
Hi,
You can add a attribute for the field in XML like this,
attrs="{'required': [('field_name', '!=', False)]}"
Thanks
Thanks i throught that's this work just with boolean
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up