How to change the priority of an existing view Dec 4, 2023 Tips 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... Technical Read more
Overview of the Account Financial Risk module Nov 27, 2023 Modules Review 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... Read more
How to handle multiline content with Char, Text, and HTML Fields Nov 20, 2023 Tips 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... Technical Read more
The Technical menu in Odoo Nov 13, 2023 Tutorials 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 Read more
The Advanced Filter option in Odoo Nov 6, 2023 Modules Review 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 Read more
The importance of correctly setting priority on inherited views Oct 30, 2023 Tips 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 ... Technical Read more
Overview of the Web Responsive module Oct 23, 2023 Modules Review The Web Responsive module offers multiple visual improvements for a better UI/UX experience in the community edition. However, It is worth mentioning that Odoo 16 is already responsive and most of the... Read more
What is TransientModel in Odoo Oct 16, 2023 Tips 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... Technical Read more
Overview of the security system in Odoo Oct 9, 2023 Tutorials 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 Read more
Expand the Modals in Odoo with the Web Dialog Size module Oct 2, 2023 Modules Review The modals in Odoo by default are static, making it impossible to adjust their size or move their position. Which in some cases can be challenging for the users. Especially when dealing with modals th... Functional Read more
Change the position of the chatter in Odoo with the “Chatter Position” module Sep 25, 2023 Modules Review The chatter position in Odoo is not customizable. It adapts to the screen size, appearing on the right side for larger screens and at the bottom for smaller screens. However, when users don't frequent... Read more
How to hide Odoo Information Page from a website Sep 18, 2023 Tips 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... Read more