How To Update One2many Field From OnChange of Field in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo, A One2many field signifies a one-to-many relationship between two models, allowing one model to have multiple related records from another model. The onChange method triggers actions when a field’s value changes, commonly used to update other fields. To update a One2many field from another field’s onChange method in Odoo, declare the One2many field to […]

How to Update Client Interface ‘on change’ @api.onchange Odoo 15 | Odoo 15 onchange Method – CBMS Odoo ERP

In this video, it describes about @api.onchange method on the client interface #onchangemethod @api.onchange decorator is used when the field’s value is changed. It can be used to validate data or trigger action. This method can be invoked on pseudo records that contain values of the form. #odoo15developmenttutorials Video Contents: #odoo15videos 0:00 Introduction 1:13 @api.onchange […]

Difference Between Compute and Onchange Fields in Odoo | Odoo Development Tutorial – CBMS Odoo ERP

In this video, we are discussing the difference between a computed field and an on-change field, how values are fetched into it, and its use cases. #odoo15videos #odooonchange #odoocompute #odoo15onchange #odoo15compute #apionchange #depends Connect With Us: ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: What is onchange function? What is compute function? What is compute […]