How to schedule a blog post for publishing in Odoo Having a “Schedule to Publish” functionality is essential for every blog platform. However, in Odoo this option is less prominent. While there is a clear “Published” toggle, the “Schedule to Publish” ... Functional Jan 29, 2024
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 ... Technical Jan 22, 2024
How "Edit" works in Odoo 17 In the older versions of Odoo, before 16, there is “Edit” button, on click of which the view is opened in edit mode. Once the user is finished with the changes on click of “Save” the changes are store... Functional Jan 15, 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... 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 ... Functional 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 ... 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... 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... Functional Nov 27, 2023
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... Technical Nov 20, 2023
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 Nov 13, 2023
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
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 ... Technical Oct 30, 2023 Tips