Repository
OCA/l10n-france · module folder · Try on Runboat
Module version
0.2.0
Category
French Localization
Folder size
0.29 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.akretion.com
Last tracking update
2026-08-07 07:03:11
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Alexis de Lattre, Stéphane Bidoul, Alexandre Fayolle, Matthieu Dietrich, GitHub, Sylvain LE GAL, Stéphane Bidoul (ACSONE), Weblate, OCA Transbot, Lionel Sausin (Numérigraphe), OCA-git-bot, oca-travis, Mourad Elhadj Mimoune
Odoo dependencies
Python dependencies
unicodecsv, unidecode
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_fr_fec_view account.fr.fec.form.view account.fr.fec form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (7)
  • encoding Selection
    default='iso8859_15' required=True string='Encoding' args: [('iso8859_15', 'ISO-8859-15'), ('utf-8', 'UTF-8'), ('ascii', 'ASCII')]
  • export_type Selection
    default='official' required=True string='Export Type' args: [('official', 'Official FEC report (posted entries only)'), ('nonofficial', 'Non-official FEC report (posted and unposted entries)')]
  • fec_data Binary
    readonly=True args: 'FEC File'
  • filename Char
    readonly=True size=256 string='Filename'
  • fiscalyear_id Many2one → account.fiscalyear
    required=True string='Fiscal Year' args: 'account.fiscalyear'
  • state Selection
    default='draft' string='State' args: [('draft', 'Draft'), ('done', 'Done')]
  • type Selection
    default='is_ir_bic' string='Company Type' args: [('is_ir_bic', 'I.S. or BIC @ I.R.')]
Public methods (1)
  • generate_fec(self)
    @api.multi

Loading…