How to store in a field different values per company In multi-company mode, there are cases when one field would need to store different values for each company. An example of such fields are some of the accounting settings per product, such as Income A... Technical May 7, 2024 Tutorials
Bill control policy in Odoo Bill control policy is the setting that defines at which point a Bill can be created for a product in a purchase order. There are two available options: Ordered quantities Received quantities The firs... Functional Apr 8, 2024 Tutorials
How to add a background color on tags using many2many_tags widget When using many2many_tags widget, it is possible to define a background color for each of the tag values. For that to work the following steps need to be done: The related model needs to have an Int... Technical Mar 18, 2024 Tutorials
How to change product prices using pricelists In Odoo it is really convenient to change the price of multiple products using the pricelist option. In this post we will go through the steps that are needed to make that happen. At first would be ne... Functional Mar 4, 2024 Tutorials
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 Tutorials
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 Tutorials
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 Tutorials
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 Tutorials
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 Oct 9, 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 Sep 11, 2023