Mixin Classes in Odoo 16 | How to Extend Models Using Mixin Classes | Odoo 16 Development Tutorials – CBMS Odoo ERP

Extending models using mixin classes in Odoo 16 is a technique used to add custom fields, methods, and behavior to existing Odoo models without modifying their original code. Mixin classes in Odoo 16 are Python classes that contain reusable code that can be added to multiple models.To extend an Odoo model using a mixin class, […]

How to Add Translation in a Odoo 16 Custom Module | Internationalization | Odoo 16 Tutorials – CBMS Odoo ERP

In this video, we are discussing how to add translation in a custom module and its use cases in Odoo 16 development. #odoo16 #odoodevelopment #odootutorials Video Chapters 00:00 Introduction 00:10 Exporting translation for custom module 02:20 Adding translation Odoo is one of the best ERPs available with advanced translation tools. The language translation in Odoo […]

Model Constraints – Python Constraints in Odoo 16 | Odoo Development Tutorials – CBMS Odoo ERP

The video likely covers how to define and use Model Constraints in Odoo 16, with a focus on Python constraints. #odoo16 It may demonstrate examples of different types of constraints, such as field constraints, unique constraints, and domain constraints, and how they can be used to ensure data consistency and accuracy in Odoo models. #odootutorials […]

How to Uninstall a Module in Odoo 16 Using Command Line | Odoo 16 Development Tutorials – CBMS Odoo ERP

In summary, the video topic would be “How to uninstall a module in Odoo 16 using the command line”. #odoo16 The video would demonstrate the step-by-step process of connecting to the Odoo server via  terminal, navigating to the Odoo installation directory, activating the Odoo virtual environment, navigating to the Odoo addons directory, and using the […]

How to Configure Default Terms & Conditions in Odoo 16 | Odoo Development Tutorials – CBMS Odoo ERP

Description: In this video, we will be discussing how to configure terms and conditions in Odoo 16 . Odoo 16 has two types of adding default terms and conditions. #odoo16 #odootutorials Video Chapters 00:00 Introduction 00:14 Enabling the feature from the configuration settings 01:03 Enabling web page link.03:14 to 04:11 – Creating a sales order […]

How to Send Notification to Users in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

In Odoo 16, you can send notifications to users through the system’s messaging system. Notifications can be used to alert users of important events, such as new messages, new tasks, or changes to records. #odoo16 #odootutorials The notification will include the message subject, body, and any attachments.This feature can be useful if you need to […]

How to Add Colour Kanban Records in Odoo 16 Notebook | Odoo 16 Development Tutorials – CBMS Odoo ERP

In this video, we’ll talk about how to add colour kanban records to an Odoo notebook. #odoo16developmentvideos. On Odoo, there are many views accessible. The terms list, form, graph, and pivot are instances. An intriguing viewpoint is Kanban. #odoo16tutorials View data are shown as cards in kanban. Records can be regrouped in this view to […]

How to Remove Create an Edit Option in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

In this video we will be discussing on how to remove create and edit options from the view. #odoo16 #odoodevelopment It is possible to customise the edit and create options for the users depending on the use case we will easily customise the options in the view. #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: […]