XLSX reports are essential for structured data analysis, customizable presentation, and compatibility across platforms, facilitating efficient decision-making and communication within organizations. In this tutorial, we’ll explore how to create XLSX reports in Odoo 17, enabling users to export data from their Odoo system into Excel-compatible files for enhanced analysis or sharing purposes. #Odoo17 #XLSReports #OdooDevelopment […]
In Odoo, a manual reordering rule allows you to set up a product to not automatically trigger a purchase order when its stock level falls below a certain threshold. Instead, the system informs you that a reorder is needed, but you need to manually initiate the purchase yourself. 1. Setting the rule: You define a minimum […]
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 […]
This video explains the Product Variant management in Odoo 17. Products that have multiple related variations are called product variants, and they are offered to customers in various forms. Odoo focuses on product variation management and provides a dedicated space for it. Product variants give individual products distinctive qualities like size and color. These variants […]
In odoo, the read-only field is stored in the database only when adding the attribute of force_save. In this video, it explains the uses of force_save in Odoo. #odoovideos #odootutorials #odoodevelopmentvideos #odootechnicalvideos #force_save #Odoo #Read #Field #force_save #attribute #Odoo
Tips are a gesture of gratitude and customer satisfaction. In several businesses, customers often give tips to the people who served them. Sometimes the Tips will be great in value and we need to manage it properly. So here comes our question, how to handle this tip in Odoo. We can manage the tips given […]
Tips are a gesture of gratitude and customer satisfaction. In several businesses, customers often give tips to the people who served them. Sometimes the Tips will be great in value and we need to manage them properly. We can manage the tips given by customers effectively in Odoo POS. In Odoo the tips are managed […]
Under the Reordering Rule in Odoo, one can easily set minimum stock for the products. the minimum and maximum quantity level can be set for a product. A business firm has a large number of products in their inventory and some products are of high demand in the market. In this case, the business firm […]
How to set access rights for specific users This video is about the creation of a new user and setting up the access rights for the current user. In Odoo we can create employees as Internal users and customers as portal users. Each user has their own role in a business. So every user does […]