Hi all, please help me to write onchange function in timesheet app.
I have 2 fields.
one is base field that is Hours spent(unit_amount)
another one custom field that i created is bud(x_studio_bud)
This custom field value should not exceed base field value. If it exceed i need to show an error.
Example:
base field value is 10.00
if i type greater value above than base field value. for example 10.10, it should show an error message.
Please help me to do this. I am using ODOO 15 enterprise edition.
Many thanks