diff --git a/odex25_takaful/odex_takaful/wizards/account_payment_register.py b/odex25_takaful/odex_takaful/wizards/account_payment_register.py index 516a5dbe9..800d6680a 100644 --- a/odex25_takaful/odex_takaful/wizards/account_payment_register.py +++ b/odex25_takaful/odex_takaful/wizards/account_payment_register.py @@ -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):