How to Hide a Column in a List View A column in a list view can be hidden by using the attributes column_invisible or optional . The column_invisible attribute accepts a boolean value as True/False or 1/0 . Since this attribute ... Odoo 17 Odoo 18 Technical Jan 22, 2024
Methods for Searching and Filtering Records in Odoo In Odoo can be found multiple different methods for filtering and searching records. Each of them is designed with their own uniqueness which makes it more useful in certain cases than others, even th... Odoo 17 Odoo 18 Technical Jan 1, 2024
Overview of the Sale Financial Risk Module Sale Financial Risk module extends the Account Financial Risk by providing control of the customer’s credit limit in the sales order. This allows the system to include the financial risk check at the ... Accounting Functional Sales Dec 25, 2023
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
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
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
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 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
Expand the Modals in Odoo with the Web Dialog Size Module 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 Oct 2, 2023
Change the Position of the Chatter in Odoo with the "Chatter Position" Module 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... Functional Sep 25, 2023
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
How to Create a New QWeb Template Using an Existing One as a Base When creating a new QWeb template in Odoo that is very similar to an existing one, which still needs to be left unchanged, there is no need to rewrite the whole code from the existing template. Instea... Odoo 17 Odoo 18 Technical Sep 4, 2023 Tips