In Odoo, “Prevent Sale of Zero Priced Products” is a feature specifically designed for the website module (from version 16 onwards). It acts as a safeguard to prevent customers from purchasing products listed with a price of zero. Here’s a breakdown of its functionality: Blocks Zero-Priced Purchases: When enabled, this feature stops customers from adding […]
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 […]