Revert "Recommend button"

This reverts commit b248d0b778.
This commit is contained in:
Esraa-Exp 2025-02-05 10:12:27 +02:00
parent fab6a38459
commit a38821ed27
1 changed files with 0 additions and 5 deletions

View File

@ -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