How to Configure Multi Checkbox Attribute in Odoo 17 | Odoo 17 Features – CBMS Odoo ERP

A multi-checkbox attribute, also known as a multi-select checkbox or checkbox group, is a user interface element that allows users to select multiple options from a list of choices.A pizza can have various customization options such as different types of crusts, sauces, cheeses, and toppings. Using a multi-checkbox attribute allows users to select multiple options […]

How to Update Client Interface ‘on change’ @api.onchange in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

Onchange mechanism helps to change the value of a field based on the change on another field using the @api.onchange decorator. Here it explains how it works #odoo16videos #odoodevelopment #odootutorials Connect With Us: ———————- ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Update #Client #Interface #change #api.onchange #Odoo #Odoo #Development #Tutorials

What Is the Use of api.onchange in Odoo15 | @api.onchange Odoo15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

Odoo api.onchange decorator is used to invoke a method when a field’s value changed. It can be used to validate the data or to trigger an action. Video Contents 00:15 Introduction 00:45 Define an onchange function The function of this decorator will be called when the field value changes. Moreover, it supports only single field […]

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

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