The ability to drag and drop a created purchase order PDF from the Odoo 18 purchase module into the Odoo sales module is a feature that allows for a more streamlined and efficient workflow when managing both purchasing and selling activities within the same system. Here are the primary purposes of this feature: – Quick […]
Automatic receipt printing is a feature offered by point-of-sale (POS) systems . It allows a receipt to be printed automatically upon completion of a sale or order, without the need for manual intervention. Set up receipts by going to Point of Sale ‣ Configuration ‣ Point of Sale, selecting a POS, and scrolling down to the Bills & […]
Odoo api.onchange decorator is used to invoke a method when a field’s value changed. It can be used to validate the data or to trigger an action. Get the module from our repository: This video explains about the onchange mechanism: @api.onchange in Odoo Related videos: Computed fields and @api.depends in Odoo 13: View Inheritance in […]