diff --git a/odex25_ensan/odex_takaful/models/product.py b/odex25_ensan/odex_takaful/models/product.py index 913e0f273..68bb14723 100644 --- a/odex25_ensan/odex_takaful/models/product.py +++ b/odex25_ensan/odex_takaful/models/product.py @@ -85,10 +85,4 @@ class ProductTemplate(models.Model): return self.set_quantity_so(1, operation="remove") def add_quantity_button_so(self): - self.set_quantity_so(1, operation="add") - return { - 'type': 'ir.actions.client', - 'tag': 'display_notification',} - - def exit_wizard(self): - return + return self.set_quantity_so(1, operation="add")