diff --git a/nfu_sale_product_min_max_qty/controllers/main.py b/nfu_sale_product_min_max_qty/controllers/main.py index 0aa1f84..a8a56f5 100644 --- a/nfu_sale_product_min_max_qty/controllers/main.py +++ b/nfu_sale_product_min_max_qty/controllers/main.py @@ -9,7 +9,7 @@ class WebsiteSaleMinMax(WebsiteSale): @http.route() def cart_update(self, *args, min_qty=None, max_qty=None, **kw): - """ Override to parse to datetime optional pickup and return dates. + """ Override to get min_qty and max_qty from the product. """ product_uom_min_qty = fields.Float(min_qty) product_uom_max_qty = fields.Float(max_qty)