Model Constraints – Python Constraints in Odoo – CBMS Odoo ERP

Odoo Python Constraints ( api.constraints ) helps to validate specific fields given as it’s parameters. It will return a message if the data is invalid.api.constraints trigger a python method where the validation conditions are checked. Get the module from our repository: In this videos, you are going to learn odoo python constraints Related videos: Computed […]

Putaway Rule in Odoo 13 – CBMS Odoo ERP

This video explains about ‘Putaway rule in Odoo13’.A good warehouse implementation takes care that products automatically move to their appropriate destination location. Putaway is the process of taking products off the receiving shipment and putting them into the most appropriate location. A putaway strategy follows the same principle as removal strategies but affects the destination […]