In this video, learn how to manage your warehouses, locations, and location types in Odoo. 0:00 – Introduction 1:30 – Enable Storage Locations 1:55 – Locations 2:32 – Create a New Location 3:37 – Location Types 5:02 – What’s a View Location? 5:17 – Creating a new warehouse 6:36 – Conclusion Documentation: – – – – Other […]
There are several compelling reasons why the “Multi employee per session” feature is used in Odoo POS: #odoo17 #odoopos #odootutorials Increased Efficiency and Reduced Wait Times: Simultaneous Customer Service: Multiple employees can assist customers concurrently, leading to faster transactions and shorter queues, especially during peak periods. Work Division and Specialization: Tasks can be divided among employees based on their […]
Odoo allows you to manage and track the expiry dates of perishable products. This helps in reducing product loss due to unexpected expiry and ensures you don’t sell expired items to customers. However, this functionality is only available for products tracked using lots or serial numbers. Here’s what you need to know about expiry dates […]
Buy to resupply” in Odoo is a feature that helps automate the process of purchasing inventory when stock levels fall below a certain threshold. #odooinventory #odoo17 #odoofunctionalvideos A common use case for multiple warehouses is to have one central warehouse that resupplies multiple shops, and in this case, each shop is considered a local warehouse. […]
Cross-docking is a logistics strategy in supply chain management where products from a supplier or manufacturer are distributed directly to a customer or retail chain with minimal or no handling and storage time in between. #odooinventory The process involves unloading incoming goods from an inbound transport vehicle (such as a truck or container) and loading […]
Discover how to configure Quality Control Points to automate your quality workflows. 0:00 Intro 1:07 Create Control Point 1:43 Products field 1:54 Product Categories field 2:20 Operations field 2:51 Work Order Operation field 3:20 Control Per field 5:29 Control Frequency field 6:12 Type field 7:38 Team and Responsible fields 7:50 Step Document field 8:45 Instructions […]
In Odoo, consignment refers to a specific inventory management process where you, as the consignee, store and sell products owned by another party, called the consignor. #odooinventory #odoo17 You don’t actually purchase the products upfront, but rather sell them on behalf of the consignor and earn a commission based on the sales. #odoofunctionalvideos Benefits of […]
In this video, we have discussed how to super create and write functions in odoo 17. 1. The Create method is called when a new record is created, we can additionally add features while creating a record by supering the create function. 2. The write method is called when an existing record is being edited, […]
This video explains the filters in Odoo 17. Odoo uses filters to display only the most relevant records based on the purpose of the view. #odoo17 #odooslaes #odootutorials However, you can change the default filter or search for specific values. Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: […]
In Odoo, we have two types of buttons they are “Object Type” and “Action Type”.In the case of the Object type button, the Python method mentioned in the name attribute of the button will be executed on button click but in the case of Action type, it’s possible to call an action record using the […]