Skip to content

Commit

Permalink
[FIX] l10n_ar_ux: update check pay date on aml label
Browse files Browse the repository at this point in the history
  • Loading branch information
jjscarafia committed Sep 21, 2023
1 parent 431b86f commit ecc3f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l10n_ar_ux/models/account_payment.py
Expand Up @@ -7,8 +7,8 @@ class AccountPayment(models.Model):
l10n_ar_partner_vat = fields.Char(related='partner_id.l10n_ar_vat', string='CUIT del destinatario')

@api.model
def _get_trigger_fields_to_sincronize(self):
res = super()._get_trigger_fields_to_sincronize()
def _get_trigger_fields_to_synchronize(self):
res = super()._get_trigger_fields_to_synchronize()
return res + ('l10n_latam_check_payment_date',)

def _prepare_move_line_default_vals(self, write_off_line_vals=None):
Expand Down

0 comments on commit ecc3f3b

Please sign in to comment.