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, […]
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, […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
In this video, we are discussing about basic views in odoo15 and how to define a view in odoo development. #odoo15 #odoodevelopment #odooviews #Basic #Views #Odoo #Odoo #Development #Tutorials