Skip to content

Commit

Permalink
[FIX] l10n_mx_edi_addenda_ford
Browse files Browse the repository at this point in the history
  • Loading branch information
max3903 committed Jun 8, 2024
1 parent 4dfdf9d commit 433b4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_mx_edi_addenda_ford/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class AccountMove(models.Model):
_inherit = "account.move"

# New Fields
ford_ref = fields.Char(string="Reference", default="NA")
ford_ref = fields.Char(string="Ford Reference", default="NA")
ford_flag = fields.Boolean(compute="_compute_ford_flag", store=True)

@api.depends("partner_id.l10n_mx_edi_addenda")
Expand Down

0 comments on commit 433b4d9

Please sign in to comment.