Merge pull request #6181 from expsa/14.0-fix-odex_takaful-auto-20260113_135153

[IMP] odex_takaful: general improvements
This commit is contained in:
Mohamed Eltayar 2026-01-13 13:52:19 +03:00 committed by GitHub
commit 955d78147f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class AccountRegisterPayment(models.TransientModel):
wizard.group_payment = True
else:
# Fall back to default Odoo behavior
super(AccountPaymentRegister, wizard)._compute_group_payment()
super(AccountRegisterPayment, wizard)._compute_group_payment()
@api.depends_context('wiz_id')
def _compute_show_cancel_button(self):