How to Add a Chatter in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

Chatter helps to make communication among the users inside the records easier. #odoo16 #odoodevelopment #odootutorials In odoo, on each record, inside the form, we can add chatter, activity scheduler, etc..so here in this video, it shows how to add chatter inside a record in odoo 16. Connect With Us: —————— ➡️ Website: ➡️ Email: info@cybrosys.com […]

How to Add a For Loop in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

For loop is used for iterating over a sequence either list, tuple.dictionary. Also for loop helps to avoid singleton errors. Here In this video, shows how we can add a for loop #odoo16 #odoodevelopment #odootutorials Connect With Us: —————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Add […]

Difference Between Search & Browse Methods in Odoo 16 | ORM Methods | Odoo 16 Development Tutorials – CBMS Odoo ERP

Search and browse are commonly used ORM Methods that return a set of records based on our requirements. In the search method, we can return the records based on the conditions that we apply. #odooorm Video Contents 00:00 Introduction 00:40 What is the search method 04:14 Browse Method The browse method is used to return […]

How to Show Warning/Error Messages in Odoo 16 | Odoo Development Tutorial – CBMS Odoo ERP

In Odoo error/warning messages are used to prevent the execution of a running program. This video discusses how to show an error or warning message in Odoo16. In Odoo there are different types of exceptions. Some of them are Validation Error Access Denied Access Error User Error #odoodevelopment #odoodeveloper #odooerrors Connect With Us: —————— ➡️ […]

How to Create Sequence Numbers in Odoo 16 | Odoo Technical Videos | Odoo Development Tutorial – CBMS Odoo ERP

A sequence is a unique number that helps to differentiate each record. Each record has its own sequence. #odoo16 #odootutorials Video Chapters 00:00 Introduction 01:17 Sequence number 03:41 Create Function 06:46 Sequence Creating In odoo we can see for each sale order, purchase, and invoice they have its own sequence number. so In this video, […]

How to Override Delete Function in Odoo 16 | Odoo Development Tutorials – CBMS Odoo ERP

This video explains how to override the delete function in odoo16. The function which gets executed on deleting a record is the unlink method of the model. #odoo16 #odoodevelopment By overriding the unlink method of the corresponding model we can even add additional functionality while we delete a record. #odootutorials Connect With Us: —————— ➡️ […]