Field Attribute Groups in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

In this video we will be discussing about the field attribute group in odoo16. The field attribute group is used to give the fields group access according to the requirements. The field attribute groups will be hide the field according to access group defined. #odoo16 #odoodevelopment #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: […]

Reporting in Odoo 16 Planning App | Odoo 16 Enterprise Edition | Odoo 16 Planning Module – CBMS Odoo ERP

One of the most important features of Odoo is that it provides analytical and graphical reports of the actions recorded in every module. #odoo16 This will give insights into the works that have been done and recorded. Future plans can be made by evaluating the reports. #odoofunctionalvideos A proper evaluation of the dedication of the […]

Views in Odoo 16 Project Modules | Odoo 16 Project App | Odoo 16 Functional Tutorials – CBMS Odoo ERP

This video explains the views of the project. Odoo 16 Project module offers various views to evaluate each project. #odoo16 By selecting a particular project from the dashboard, you can see different visibility views for projects. #odoofunctionalvideos It includes Calendar, Kanban, Map,  Graph, and list view showing various details of each project, such as Title, […]

How to Solve Singleton Error in Odoo 16 | Odoo 16 Technical Videos | How to Resolve Singleton Error – CBMS Odoo ERP

A singleton error refers to an issue that occurs when attempting to create multiple instances of a class or object that is designed to have only one instance throughout the lifetime of an application. #odoo16 #odoodevelopment Singletons are commonly used in software development to ensure that there is only one instance of a particular object […]

How to Raise Exceptions or Warning in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

In some cases, you may want to inform the user and interrupt the program with an error message. #odooerrors #odoo16 VIdoe Chapters 00:00 Introduction 01:40 ValidationError 03:11 UserError 03:56 AccessError There are different type of exceptions that helps with this. They are ValidationError, UserError., AccessError, AccessDenied, etc… #odoodevelopment Here this video shows how to raise […]

ERROR: Field does not exist | How to Fix Field Does Not Exist Error in Odoo 16 | Odoo 16 Tutorials – CBMS Odoo ERP

In Odoo 16, the error message “Field does not exist” typically occurs when trying to access or manipulate a field that does not exist in the model or view definition. #odooerrors This can happen in various scenarios, such as when defining a domain or filter, creating a computed field, or trying to access a non-existent […]