[FIX] odex_takaful: automatic update

Auto-generated commit based on local changes.
This commit is contained in:
maltayyar2 2026-01-13 13:51:53 +03:00
parent 1f25f5769b
commit 85b4485991
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):