How to Define Compute Fields & Compute Functions in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In this video, we will explore how to create and use compute fields and compute functions in Odoo 17. Compute fields are special fields whose values are computed dynamically based on other fields or data in the system. This feature allows you to create fields that automatically update their values when related fields change, ensuring […]

How to Make a Field Storable in Odoo 17 | Odoo 17 Technical Videos | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo 17, to make a field storable, set store=True when defining it. By default, fields are storable unless set to store=False. Storable fields ensure data persistence across sessions and server restarts, crucial for maintaining data integrity and retrieval. However, computed or related fields are not stored by default (store=False) unless explicitly specified as store=True. […]

How to Install Python Packages From Pycharm in Odoo 17 | Odoo 17 Development Tutorials | Odoo 17 – CBMS Odoo ERP

This video provides a step-by-step guide on how to install extra Python packages for Odoo development directly from PyCharm. By following these instructions, developers can efficiently manage their Odoo customization projects within the PyCharm environment, enhancing their productivity and ensuring the smooth integration of additional functionalities into the Odoo platform. #Odoo17 #Python #Pycharm #DevelopmentTutorial #OdooDevelopment […]

Python Inheritance in Odoo 17 | Inheritance in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

Using Python Inheritance each record can perform CRUD actions. Which means read, write unlink, and create. #Odoo17 #OdooTips #OdooCommunity #odootutorials #odoo17features #odoo17release #PythonInheritance #Odoo17Development #CodingMastery #TechTutorial #DeveloperGuide #YouTubeLearning #CodeTips #ProgrammingSkills #SoftwareDevelopment #OdooTutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Python #Inheritance #Odoo #Inheritance […]

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

Python Inheritance in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

Using python Inheritance each record is able to perform CRUD actions. Which means read, write unlink, and create. #odoodevelopment Video Chapters 00:00 Introduction 00:49 How to Create a Function 04:29 How to Create a Record This video shows about python inheritance by creating a record in Odoo 16. #odootutorials #odoo16 Connect With Us: ——– ➡️ […]

Model Constrains: Python Constrains in Odoo 16 | @api.constrains | Odoo 16 Development Tutorial – CBMS Odoo ERP

In odoo Model constrains help to set validations of recordsets based on the conditions. They are of different types, here this video explains Python constrains which help to set validations for each recordset and act as a reminder for users in some cases. #odootutorials #odoo16 #pyhton Video Chapters 00:00 Introduction to Model Constrains 01:26 @api.constrains […]

How to Create Dashboard in Odoo 15 | How to Create Odoo 15 Dashboard Using Python and XML Files – CBMS Odoo ERP

This Video discusses Reporting dashboard in Odoo 15. It helps to create a dashboard using python and XML files, which comprises a graph, tree, pivot, and calendar view. #odooxml Video Contents ————————- 0:00 Introduction 0:44 Menu Item for dashboard 2:01 Menu action 4:47 Board view 8:20 Dashboard View 9:01 Graph View 12:38 Adding graph view […]