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
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
Odoo 18 Gantt View: New Features and Areas for Improvement The Gantt view is a convenient way to plan a project. It provides a complete picture of the project plan and simple interaction with the tasks. In Odoo 18 this is even better with the latest changes t... Functional Odoo 18 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
Understanding Routes in Odoo: 3 Key Basics Understanding Routes in Odoo can be challenging. Here are three basics that may help to make sense of them: Routes are just groups of rules They help to organize and assign one or multiple rules to a ... Functional Inventory Dec 5, 2024 Posts
Odoo Community vs Enterprise Edition: Which One to Choose? Odoo Community even though is open source and available for everyone to install, there are associated costs for running it such as: Server Maintenance Upgrade Some of them overlap if you decide to hav... Functional Dec 5, 2024 Posts
Default Value Issues Caused by the "onchange" Method A default value for a field may not be set on the creation of a new record, even provided in the field definition In many cases, the reason for that is an onchange method that is resetting the value... 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
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
Logging User Actions in Odoo Using the "Audit Log" Module In certain business scenarios, it is required to maintain audit logs on actions affecting the data in the system such as create , read , update , and delete (CRUD). Although the native version of... Functional Apr 26, 2024
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... Accounting Functional Odoo 18 Purchase Apr 8, 2024 Posts
Optimize "create" Overrides by Using the Decorator "model_create_multi" In some cases, there is a need to override the create method in Odoo and add additional logic to it. When overriding this method, the custom logic is triggered on each iteration of creating a new ob... Technical Mar 26, 2024