How to Update Many2many and One2many Fields in Odoo Many2many and One2many fields in Odoo require a specific syntax for manipulating related data. The instructions mainly consist of 3 elements added in a tuple, where each of the elements has a special ... Odoo 17 Odoo 18 Technical Dec 11, 2023 Posts
How to Change the Priority of an Existing View In the post The importance of correctly setting priority on inherited views we have already discussed the importance of the priority field in the inherited views and why it needs to have the right v... Odoo 17 Odoo 18 Technical Dec 4, 2023 Tips
Overview of the Account Financial Risk Module In the native version of Odoo, it is possible to set a Credit Limit per customer, however, it is limited only to setting the Credit Limit amount and showing Informative messages on the Sales Order and... Accounting Functional Nov 27, 2023 Modules Review
How to Handle Multiline Content with Char, Text, and HTML Fields In case the content in a Char field needs to be split into multiple lines and represented like that in the view the new line character \n or HTML line break <br> tag are not supported in this ty... Odoo 17 Odoo 18 Technical Nov 20, 2023 Tips
The Technical Menu in Odoo The technical menu can be found on the settings page and it is visible only in developer mode. The menu contains more than 16 sections, some of which are visible only if a particular application is in... Functional Odoo 17 Odoo 18 Technical Nov 13, 2023 Posts
The Advanced Filter Option in Odoo The native Odoo filtering functionality can be limiting for some use cases, especially when searching by relational data. Also, the drop-down does not provide the best user experience when there are m... Functional Nov 6, 2023 Modules Review
The Importance of Correctly Setting Priority on Inherited Views The sequence of loading the views in Odoo is critical in the inheritance mechanism. The changes in the views are always applied following their order by priority and ID . This means the views with ... Odoo 17 Odoo 18 Technical Oct 30, 2023 Tips
Overview of the Web Responsive Module The Web Responsive module offers multiple visual improvements for better UI/UX experience in the community edition. The module has well-documented features that help users understand what it offers. T... Functional Oct 23, 2023 Modules Review
What is TransientModel in Odoo TransientModel is a model super-class that stores data in the database temporarily and it is automatically cleaned up on a defined period of time. The scheduled action to clean up the database, in... Odoo 17 Technical Oct 16, 2023 Tips
Overview of the Security System in Odoo Understanding how the security system works in Odoo is crucial for effectively configuring user permissions and comprehending why certain data may or may not be visible to users within the system. Thi... Functional Odoo 17 Security Technical Oct 9, 2023 Posts
How to Hide Odoo Information Page from a Website Every website developed with Odoo comes by default with a publicly available page that lists all installed addons in the system. Here are two methods how to hide this page: 1. Deactivating the Templat... Functional Odoo 17 Sep 18, 2023 Tips
What Is Odoo Developer Mode and Why Do You Need It? The Developer Mode is a powerful tool in Odoo that provides access to a range of settings and options for both developers and admin users. This feature is crucial for configuring and maintaining the s... Functional Odoo 17 Sep 11, 2023 Posts