In Odoo, the product reference price refers to the price displayed per unit of measure on the product page of your website. This helps customers understand the cost of a product relative to its quantity. Here’s what you need to configure Product Reference Price: Activate the Feature: Go to Website — Configuration — Settings and […]
Imagine you run a bakery and frequently place orders with a local flour mill. Here’s a real-time example of how Odoo predicts products from vendor bills: Scenario: You receive a new bill from the flour mill but haven’t had time to enter the details into Odoo. Prediction: Based on past bills from this vendor, Odoo […]
The video guides the process of managing data in Odoo 17. It demonstrates how to create a model, and how to add example data to this model using the data directory. The process begins with the creation of a model, a fundamental aspect of data organization in Odoo. Models serve as the blueprints for organizing […]
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 […]