In this video, learn how to manage package flow during 3-step delivery — nicknamed “pick, pack, ship.” Featuring the Barcode app! 0:00 – Intro 0:53 – Configuration 1:53 – Set 3-Step Delivery 2:37 – Move Entire Package 3:21 – Print Package Barcode Automatically 4:15 – Confirm Sales Order 4:42 – Picking 5:16 – Pick with the […]
In Odoo 17, the ability to set default values for fields dynamically using functions is a powerful feature that enhances flexibility and customization options within the system. Unlike static default values, which remain constant regardless of circumstances, dynamic defaults enable developers to define default values based on specific conditions or calculations.To implement dynamic default values, […]
In Odoo 17, domains for fields act as powerful tools for filtering records displayed or permitted within a particular field based on specific criteria. This capability aids in refining selections and streamlining options for users, enhancing the overall user experience and efficiency. Domains enable the definition of rules that restrict the data visible or selectable […]
In this video, learn how to fulfill orders with cluster picking, a more advanced form of batch picking. 0:00 – Intro 1:12 – Configuration 1:59 – Configure 2-Step Delivery 2:36 – Configure Cluster Package 3:35 – Create Cluster Batch 4:28 – Process Cluster Batch 6:50 – Delivery 7:47 – Package Traceability 8:16 – Conclusion **Check out […]
In Odoo 17, states play a pivotal role in indicating the different stages or statuses that records can undergo within the system. These states are commonly represented as selection fields in Odoo models, allowing users to easily discern the current status of a record. To append new states without altering the existing ones, the selection_add […]
In Odoo, a common requirement is to add custom fields to various models like products, customers, or orders. When integrating these custom fields into the Point of Sale (POS) module, it’s crucial to ensure they are properly loaded and utilized within the POS interface. Odoo offers several methods for loading data into the POS module, […]
Learn the basics of using a packages in the outbound and inbound process flows. Use the convenient “Put in pack” button in Odoo to quickly place all products in a sales order in a package. This additional traceability feature is useful for businesses that use packages (e.g. pallets, boxes) to move groups of products in the warehouse. 0:00 – […]
Search filters in Odoo 17 serve as a comprehensive toolkit, offering users many options to navigate and analyze their data effectively. These filters empower users to fine-tune their search criteria precisely, allowing them to specify the exact attributes and conditions needed to retrieve relevant records. Whether users are searching through lists, forms, or kanban boards, […]
In Odoo, A One2many field signifies a one-to-many relationship between two models, allowing one model to have multiple related records from another model. The onChange method triggers actions when a field’s value changes, commonly used to update other fields. To update a One2many field from another field’s onChange method in Odoo, declare the One2many field to […]
Odoo 17’s Time Off application offers functionalities to manage employee leave effectively. A crucial aspect of this is configuring public holidays and mandatory work days. This ensures accurate leave tracking, avoids scheduling conflicts, and streamlines the leave request process. Public Holidays: Creating Public Holidays: Navigate to the Time Off app, then Configuration followed by Public […]