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 […]
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 […]
Odoo, an open-source business management software, supports multiple languages, allowing users to work with the system in their preferred language. In Odoo, go to the Settings module.Under the General Settings, you’ll find an option called ‘Languages.’Activate the languages you want to support in your Odoo instance.Odoo uses a translation mechanism to provide multilingual support. For […]
In Odoo, promotions refer to special offers, discounts, or marketing campaigns that businesses can implement to attract customers, boost sales, or achieve specific business objectives. #odoo17 #odoosales #odootutorials Odoo provides features within its Sales and Marketing modules to create and manage promotions effectively. These promotions can be based on various criteria such as product categories, […]
This module explains the Contacts module in Odoo 17. Odoo has a dynamic contact management module that allows you to record all contact information for your organization’s employees and customers. This module allows you to manage contact information with ease and clarity. This module will serve as a dedicated digital address book, allowing you to […]
In Odoo, a course typically refers to a specific feature within the Education Management application. The Education Management module in Odoo allows organizations, especially educational institutions, to manage various aspects of their educational programs. Courses in Odoo are used to structure and organize the educational content and activities offered by an institution.A course represents a […]
Odoo supports several fields for better data handling with specific options for each type. Some of the basic field in Odoo are Integers , float , char , Selection , Many2one, One2many ,Many2many , Date , Datetime etc… Video Chapters: 01:26 – Char field, 01:42 – Integer field, 01:57 – Boolean field, 02:16 – Selection field, 02:33 – Float field, 02:49 […]