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

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