Skip to content

Commit

Permalink
Merge PR #488 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by alexis-via
  • Loading branch information
OCA-git-bot committed Feb 27, 2024
2 parents b37ecde + 038b8d3 commit a823012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_fr_fec_oca/wizard/account_fr_fec_oca.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class AccountFrFecOca(models.TransientModel):
partner_account_ids = fields.Many2many(
'account.account', string='Accounts',
default=lambda self: self._default_partner_account_ids())
fec_data = fields.Binary('FEC File', readonly=True)
fec_data = fields.Binary('FEC File', readonly=True, attachment=True)
filename = fields.Char(string='Filename', size=256, readonly=True)
export_type = fields.Selection([
('official', 'Official FEC report (posted entries only)'),
Expand Down

0 comments on commit a823012

Please sign in to comment.