Repository
odoo/odoo · module folder
Module version
0.1.0
Category
Accounting/Localizations/Reporting
Folder size
0.06 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-07 06:01:48
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Josse Colpaert, Odoo Translation Bot, qdp-odoo, Xavier-Do, oco-odoo, Florent de Labarre, Gorash, Julien Van Roy, william-andre, aliya, Florian Vranckx, Nshimiyimana Séna, Florian(flg), jbw-odoo, Louis Wicket (wil), Dylan Kiss (dyki), Julien Alardot (jual), guva-odoo, Julien Carion (juca), Louis Gobert, Ahmad (alah), Corentin Lombard
Odoo dependencies
Python dependencies
None
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 (1)
Route(s)HandlerAuthTypeMethodsFlags
/download/fec_file/<int:wizard_id> FecDownloadController.download_fec user http ALL
Models touched (1)

New fields (7)
  • date_from Date
    required=True string='Start Date'
  • date_to Date
    required=True string='End Date'
  • excluded_journal_ids Many2many → account.journal
    domain="[('company_id', 'parent_of', current_company_id)]" string='Excluded Journals' args: 'account.journal'
  • 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'
  • test_file Boolean
Public methods (1)
  • generate_fec(self)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…