How to Define Compute Fields and Compute Functions in Odoo15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing How to define compute fields and compute functions in odoo15 and its use cases in odoo development. #odoo15developmentvideos In Odoo, sometimes we may require special types of fields having values calculated from other fields. We may require calculated values from the same records or in the related records. #odoo15technicalvideos […]

Computed Fields and @api Depends on Odoo 15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, it discusses compute function and how to store value in a field using this functionality and @api.depends operation. Odoo provides compute function which helps to calculate from some other fields. It is just like any other regular field along with an additional argument compute. Video Contents 0:00 Introduction 0:36 Field declaring 1:41 […]

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 […]

How to Show Different Form Views for Many2one Fields With Same Relation | Odoo XML – CBMS Odoo ERP

In this video, we are discussing How to show different form views for a many2one field with the same relation in odoo using the form_view_ref in XML as context and its use cases. #odooxml #odootechnicalvideos #odoodevelopmentvideos Different view for same many2one field Usages of form_view_ref in odoo #Show #Form #Views #Many2one #Fields #Relation #Odoo #XML