#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 […]

URLs & Routing in Odoo 17 Website App | Odoo 17 Development Tutorials | URLs and Routing in Odoo 17 – CBMS Odoo ERP

In Odoo 17, routings and URLs define the mapping between web addresses and specific functionalities or pages within the system, facilitating efficient navigation and interaction for users accessing the application through a web browser. #odoo17 #odoodevelopment #odoowebsite Routings define the paths or routes that incoming requests follow within the system, directing them to the appropriate handlers […]

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 […]

Odoo 17 Calendar App | Getting Started Odoo 17 Calendar App | Odoo 17 Calendar App Demo – CBMS Odoo ERP

Holding frequent meetings and conferences is crucial to improving ties with customers as well as employees. You can conduct conferences and appointments in a methodical manner for different business operations with the help of an effective system for managing and planning your schedule. Video Chapters 00:00 Introduction 00:38 Calendar View 02:22 Scheduled Meeting/event 06:08 Add […]

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 […]

How to Show Sample Data in Tree and Kanban View in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo 17, sample data serves as a valuable resource for users seeking to familiarize themselves with the functionalities and capabilities of the software prior to integrating their own information. This feature offers a simulated environment within the platform, showcasing various modules, workflows, and data structures in a pre-populated format. #odoo17 #odootutorials The users can explore […]

How to Make a Duplicate of Your Odoo 17 Database | Odoo 17 Development Tutorials – CBMS Odoo ERP

In many business scenarios, it becomes essential to conduct test runs or experiments on existing data to ensure the stability and effectiveness of new features or processes. #odoo17 However, directly modifying the original dataset poses risks of unintended consequences or data corruption. To mitigate these risks, it’s common practice to create a duplicate or clone […]