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
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
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