How to Setup Default Value for a Field in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo, you can set default values for fields by using the default attribute when defining the field in the model class. This allows you to specify a default value that will be automatically set for the field when a new record is created. Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: […]

How to Override Delete Function in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo, you can override the unlink() method to customize the delete functionality for a specific model. This method is called when a record is deleted. By overriding it, you can add your custom logic or restrictions before allowing the deletion to proceed. #odoo17 #odootutorials #odoodevelopment Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com […]

How to Import and Export Vendor Bills in Odoo 17 Accounting | Odoo 17 Accounting Tutorials – CBMS Odoo ERP

There are two main purposes for exporting and importing vendor bills in Odoo: #odooaccounting #odoo17 #odoofunctionalvideos Exporting: Backup and analysis: You can export vendor bills to create a backup of your financial data or for further analysis in external tools like spreadsheets. This provides an offline copy and allows you to manipulate the data for specific needs. […]

How to Configure Rental Product and Rental Period in Odoo 17 | Odoo 17 Functional Tutorials – CBMS Odoo ERP

Software for the rental of equipment is essential for business owners and proprietors of businesses as it improves operations and aids in asset management. It facilitates equipment operation for organisations by offering real-time data assistance and visibility. Some businesses have commenced utilising this advantageous instrument. #odoo17 Equipment rental software is essential for resource tracking due […]

How to Setup Warehouse & Location in Odoo 17 Inventory | Odoo 17 Inventory Tutorials | Odoo 17 – CBMS Odoo ERP

In Odoo, a warehouse represents the physical building or space where a company stores its inventory. It’s the central location for managing stock levels, receiving and shipping goods, and fulfilling orders. Here are some key points about warehouses in Odoo: Multiple warehouses: You can set up and manage multiple warehouses within Odoo, each with its own address […]

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

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