[I18N] odex_beneit: add translation

This commit is contained in:
younes 2025-11-09 16:05:51 +01:00
parent 73b7bf3bc4
commit e7e51086be
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class PaymentOrders(models.Model):
rec.seasonal_requests_ids.action_accounting_approve()
elif rec.type == "services":
rec.service_requests_ids.write({'state':'action_accounting_approve'})
rec.state = 'waiting_deposit'
rec.state = 'done'
def action_gm_approval(self):
for rec in self: