How to Create a Sequence Number in Odoo 17 | Odoo 17 Technical Videos | Odoo 17 Development Tutorial – CBMS Odoo ERP

In Odoo, a sequence number serves as a unique identifier for records within specific models, ensuring each entry is distinct and sequentially ordered. This tutorial explores the creation and customization of sequence numbers in Odoo 17, focusing on their application in sales orders, purchases, and invoices. Discover how to personalize sequences with options like prefixing, […]

How to Create Filters in Odoo 17 | How to Add a Filter in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

Search filters in Odoo 17 serve as a comprehensive toolkit, offering users many options to navigate and analyze their data effectively. These filters empower users to fine-tune their search criteria precisely, allowing them to specify the exact attributes and conditions needed to retrieve relevant records. Whether users are searching through lists, forms, or kanban boards, […]

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

How to Add New Custom Addons Path in Odoo 17 | Configure Custom Addons Path | Odoo 17 Development – CBMS Odoo ERP

In Odoo, the addons path specifies the directories where the system searches for modules (addons) to load. While Odoo typically looks for addons in predefined paths specified in the configuration file (odoo.conf) by default, there are situations where you may need to include additional directories containing custom addons. This flexibility allows for better organization and […]

How to Show Error/Warning Messages in Odoo 17 | Odoo 17 Development Tutorial | Alert Warning in Odoo – CBMS Odoo ERP

Sometimes it will be necessary to stop the program from its execution. We can accomplish this by raising exceptions or warnings. #Odoo17 #OdooTips #OdooCommunity #odootutorials #odoo17features #odoo17release #Odoo17Development #ErrorMessages #WarningMessages #DeveloperGuide #DevTutorial #OdooDevelopment Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Show #ErrorWarning #Messages […]

How to Setup Odoo 17 Development Environment Using Pycharm | Install Odoo 17 Using Pycharm – CBMS Odoo ERP

This video guides you through the installation process of Odoo 17. Version 17, the most recent edition of Odoo, has the greatest functionality and is the most well-known and capable version of the program for attaining the best possible business administration. Python 3.10+ is used for backend development in Odoo 17, PostgreSQL is used for […]

How to Add an Many2Many Relational Field in Odoo 17 | Odoo 17 Development Tutorial | Odoo 17 Feature – CBMS Odoo ERP

In this video we will be discussing on how to implement an Many2Many relational field in odoo17.Learn the syntax, configuration, and practical applications of Many2Many fields for seamless data management. Ideal for developers and ERP enthusiasts seeking to enhance their Odoo skills.  #Odoo17 #OdooTips #OdooCommunity #odootutorials #odoo17features #odoo17release #odoo17development #many2many #relationalfield #developmenttutorial #odoodevelopment Connect With […]

How to Make Sure One2many Records Are Deleted When the Parent Record Deleted | ondelete =”cascade” – CBMS Odoo ERP

This video discusses how to make sure one2many records are deleted when parent records are deleted. #odoodevelopmentvideos Video Contents ————————- 00:37 Introduction 00:38 Example 01:03 ondelete = ‘cascade’ 02:11 Delete parent record This can be done using ondelete =”cascade” attribute. We can use ondelete = ‘cascade’, which is a referential action for a foreign key […]

How to Define a Search View in Odoo15 | Advanced Views in Odoo | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing How to define a search View in odoo15 and its use cases in odoo development. #searchviewinodoo Odoo’s search view is perhaps the most popular. It helps you to easily search, filter, or group data based on a condition to get the information you need. #odoodevelopment We will develop a […]