parent
fab6a38459
commit
a38821ed27
|
|
@ -654,11 +654,6 @@ class PurchaseOrderCustom(models.Model):
|
|||
'context': {'default_order_id': self.id}
|
||||
}
|
||||
|
||||
|
||||
def action_recommend(self):
|
||||
for order in self:
|
||||
order.recommendation_order = True
|
||||
|
||||
def action_budget(self):
|
||||
confirmation_lines = []
|
||||
amount = 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue