This video will show you how to add the store attribute to a field in Odoo 16. The store attribute is used to improve performance by storing the value of a field in the database, making it faster to retrieve the value when it’s needed. We’ll cover the steps to create a custom module, define […]
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, […]
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 […]
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 […]
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 […]
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 […]
In Odoo 16, you can add a new option to an existing selection field by modifying the field’s definition. A selection field is a field that allows the user to choose from a list of predefined options. #odoodevelopment #odoo16 1.To add a new option to an existing selection field, follow these steps, 2.Go to the […]
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 […]