From 85b4485991ba5cd05c4158abf889e71bc483bd5d Mon Sep 17 00:00:00 2001 From: maltayyar2 Date: Tue, 13 Jan 2026 13:51:53 +0300 Subject: [PATCH] [FIX] odex_takaful: automatic update Auto-generated commit based on local changes. --- odex25_takaful/odex_takaful/wizards/account_payment_register.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):