FIX bug
This commit is contained in:
parent
e2deb33331
commit
b1eaaa726c
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue