How to Follow/Unfollow Multiple Documents at Once Do you have multiple documents that you would like to follow? Or maybe too many documents you were added as a follower of, creating excessive notifications you would like to stop? By default in Odoo, ... Functional Odoo 17 Odoo 18 Jan 8, 2025 Posts
How to Set a Product as Storable in Odoo In Odoo, inventory is tracked only for storable products. Once a product has been used in a transaction, its configuration cannot be changed to storable. Therefore, it is crucial to set up products co... Functional Inventory Odoo 17 Odoo 18 Dec 21, 2024 Posts
Use the "Horizon" Option to Replenish Products in Advance in Odoo Odoo uses a just-in-time strategy for product replenishment. That means products appear in the Replenishment dashboard based on forecasted dates using the system’s lead times. Which ensures minimal st... Functional Inventory Odoo 17 Odoo 18 Dec 5, 2024 Posts
How Odoo Time-Tracking Manages Multiple Active Timers If you’re using Odoo’s time-tracking feature at the task level, here is something to keep in mind: When you start a new timer on a task, any active timer on another task is automatically paused. This ... Functional Odoo 17 Project Dec 5, 2024 Posts
Default Values in Context and Potential Issues When passing a default value for a field via context , you need to consider that this value can be passed on to models initially not planned for. For example, when passing the product_qty as a defa... Odoo 17 Technical Dec 5, 2024
Categorize Projects and Tasks Using the "Project Type" Module Very often businesses that have a portfolio of projects within different industries need the option of categorizing the projects. However the core version of Odoo does not support such functionality, ... Functional Odoo 17 Project May 20, 2024 Modules Review
How to Store Different Values in a Field 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... Odoo 17 Odoo 18 Technical May 7, 2024 Posts
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... Odoo 17 Odoo 18 Technical Mar 18, 2024 Posts
How to Change the Text Color for a Column in a List View In Odoo it is possible to change the color or text style of a column in a list view using the “decoration” attributes. The syntax for them is decoration-<style> where the style can be one of the fol... Odoo 17 Technical Mar 11, 2024 Tips
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 Odoo 17 Odoo 18 Sales Mar 4, 2024 Posts
How to Make Images Partially Overlap in Odoo Website Starting from Odoo 16, it is possible to make an image partially overlap another image on the website. To enable this feature, the block's layout must be set to “Grid.” This can be done by enabling Ed... Functional Odoo 17 Odoo 18 Website Feb 26, 2024 Tips
How to Customize Field Definitions by Group in Odoo View In everyday business cases, there are a lot of situations where a particular field needs to have different attributes or attribute values based on different access groups. This type of case is possibl... Odoo 17 Odoo 18 Technical Feb 12, 2024 Tips