Managing Inter-Warehouse Resupply If you are managing a multi-warehouse setup in Odoo, where purchases are received in a central warehouse and then distributed to other locations, there's a built-in feature called “Resupply From” that... Functional Inventory Odoo 18 Dec 22, 2024 Posts
Managing Task Dependencies Odoo's Task Dependencies feature should be enabled if tasks need to follow a specific order. This feature helps manage task flow and ensures tasks are completed in the correct sequence. To set it up: ... Functional Odoo 18 Project Dec 21, 2024 Posts
Invoicing Policies for Services in Odoo In Odoo, the timing of when you can invoice for a service depends on the Invoicing Policy set for the product. Here is a breakdown of the four available options for service products: Prepaid/Fixed P... Accounting Functional Odoo 18 Sales Dec 21, 2024 Posts
How to Enable Express Checkout in Odoo If you're using Odoo’s eCommerce module and want to enable express checkout for your customers, Odoo offers the "Buy Now" feature. To enable it: Go to Website > Configuration > Shop - Checkout Process... eCommerce Functional Odoo 18 Dec 19, 2024 Posts
Using Routes on Shipping Methods in Odoo In Odoo, it is possible to set a route on a shipping method. This route has a high priority in the route hierarchy, only the route set on the sales order line takes precedence. That means, in most cas... Functional Inventory Odoo 18 Dec 12, 2024 Posts
Setting Up Task Automation Rules in Odoo Are you looking for a way to have your tasks automatically marked as done when they reach a certain stage? With Odoo, this and many other automation scenarios are possible, and you can set them up dir... Automation Functional Odoo 18 Project Dec 12, 2024 Posts
Key Points About the “Replenish Location” Option in Odoo A few important points about the “Replenish Location” option in Locations: The "Replenish Location" cannot be applied to both parent and child locations simultaneously. It is used to specify the syste... Functional Inventory Odoo 18 Dec 5, 2024 Posts
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 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
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 Tips