Skip to content

Commit

Permalink
[FIX] edi_account_storage: Wrong field attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
luisDIXMIT authored and etobella committed Feb 12, 2025
1 parent c0dac19 commit 4887dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edi_account_storage/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ class ResPartner(models.Model):
_inherit = "res.partner"

account_invoice_storage_exchange_type_id = fields.Many2one(
"edi.exchange.type", company_related=True
"edi.exchange.type", company_dependent=True
)
account_invoice_storage_clean_file_name = fields.Boolean()

0 comments on commit 4887dec

Please sign in to comment.