Dynamic update of add_qty parameter in Odoo eCommerce product details page
I’m customizing an Odoo eCommerce website and I need to modify the add_qty parameter in the product details page dynamically via a URL parameter. I’m extending the WebsiteSale class to achieve this.