Merge pull request #5301 from expsa/kkyy_dev_odex25_ensan

[I18N] odex_beneit: add translation
This commit is contained in:
kchyounes19 2025-11-09 16:07:17 +01:00 committed by GitHub
commit 702d571b66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: