Basic Views in Odoo 17 | What are the Basic Views in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo, views are fundamental components of the user interface that define how data is presented and interacted with within the system. They essentially dictate the layout and appearance of different screens or pages within the application. Video Chapters 00:00 Introduction 01:31 Form View 04:04 Tree View 04:58 Calender View 06:18 Graph View Views are […]

How to Configure Wave Transfer in Odoo 17 Inventory | Odoo 17 Inventory Tutorials – CBMS Odoo ERP

Wave transfers are a feature in Odoo’s inventory module that allows you to group multiple transfer operations together and process them as a single unit. #odooinventory #odoo17 #odoofunctionalvideos This can help improve efficiency by: Reducing the number of trips your warehouse staff needs to make. Optimizing picking and packing processes. Saving time and effort compared to processing […]

#18 How to Manage Pricelist Based on Country Group in Odoo 17 Sales | Odoo 17 Sales App Tutorials – CBMS Odoo ERP

Odoo allows you to manage price lists based on country groups, enabling you to set different prices for products depending on the customer’s location. #odoo17 #odoosales #odoofunctionalvideos Here’s how to achieve this: 1. Create price lists: Navigate to Sales – Products – Price Lists. Click Create to establish a new price list. Enter a descriptive name and configure […]

Odoo 17 Inventory Management Webinar | Odoo Inventory Management – CBMS Odoo ERP

The inventory module in Odoo 17 facilitates effective stock and inventory management. Advanced functionality including product administration, shipping and receiving items, and warehouse and storage management are available.  With features like automated order processing, real-time stock tracking, and dynamic warehouse configurations, along with functionalities like advanced picking strategies and wave picking and integration with other […]

How To Define Models in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo 17, models play a crucial role in defining the structure and organization of your data, providing a flexible and scalable framework for building and extending business applications. #odoo17 They essentially act as blueprints for specific types of data, representing real-world concepts like customers, products, invoices, or projects.They serve as the backbone of the […]

How to Manage Digital Content on Odoo 17 Website | Odoo 17 Website Tutorials – CBMS Odoo ERP

In Odoo, “digital content” refers to any intangible product you can sell online. This typically includes things like: E-books, PDFs, and white papers: These are downloadable documents containing text, images, and sometimes interactive elements. Music, videos, and podcasts: These are downloadable audio or video files that your customers can enjoy. Software and apps: These can be downloadable programs or licenses […]

#42 How to Export and Import Product Category and Product in Odoo 17 Sales | Odoo 17 Sales – CBMS Odoo ERP

In Odoo, you can import and export products and product categories using the built-in import/export functionality. This is a convenient way to manage large volumes of data or to perform bulk updates. Here’s a general guide on how to import and export products and product categories in Odoo: Importing Products and Product Categories: Prepare Data […]

Members Module in Odoo 17 | How to Use Odoo 17 Members Module | Odoo 17 Functional Videos – CBMS Odoo ERP

Some businesses, along with additional organizations, offer memberships to their clients to assist them and maintain a long-lasting relationship. #odoo17 #odoofunctionalvideos #odootutorials Customers who wish to take advantage of exclusive deals along with additional advantages can become members of an entrepreneurial venture. In every company, caring for staff members is an exhausting endeavour. The investors […]

How to Use api.constrains() in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

Odoo facilitates the implementation of validations for recordsets through Python and model constraints. There are primarily two methods to enforce constraints on variants in Odoo: Python and SQL constraints. #odoo17developmentvideos Python constraints in Odoo are typically set using the class decorator api.constrains(), which accepts the field name as arguments and enforces validation conditions on the […]