Repository
OCA/l10n-france · module folder · Try on Runboat
Module version
1.2.0
Category
Accounting
Folder size
0.08 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-france
Last tracking update
2026-08-07 08:09:28
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Alexis de Lattre, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
unidecode
System dependencies
None
Required by
None
Description

Code Analysis

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

No HTTP endpoints found for this module.

Models touched (1)

New fields (12)
  • company_id Many2one → res.company
    default=<expr> ondelete='cascade' required=True args: 'res.company'
  • date_from Date
    compute='_compute_dates' readonly=False required=True store=True string='Start Date'
  • date_range_id Many2one → date.range
    domain="['|', ('company_id', '=', False), ('company_id', '=', company_id)]" args: 'date.range'
  • date_to Date
    compute='_compute_dates' readonly=False required=True store=True string='End Date'
  • delimiter Selection
    default='|' required=True string='Field Delimiter' args: [('|', '|'), ('tab', 'Tab')]
  • encoding Selection
    default='iso8859_15' required=True args: [('iso8859_15', 'ISO-8859-15'), ('utf-8', 'UTF-8'), ('ascii', 'ASCII')]
  • export_type Selection
    default='official' required=True args: [('official', 'Official FEC report (posted entries only)'), ('nonofficial', 'Non-official FEC report (posted and draft entries)')]
  • fec_data Binary
    attachment=True readonly=True args: 'FEC File'
  • filename Char
    readonly=True size=256
  • partner_account_ids Many2many → account.account
    check_company=True default=<expr> domain="[('company_id', '=', company_id)]" string='Accounts' args: 'account.account'
  • partner_identifier Selection
    default='id' help="Field on partner used for the column CompAuxNum. If you select 'Reference', make sure all partners used in journal items have a Reference and that this reference is unique." required=True args: [('id', 'ID'), ('ref', 'Reference')]
  • partner_option Selection
    default='receivable_payable' required=True string='Partner Export Option' args: [('receivable_payable', 'Receivable and Payable Accounts'), ('accounts', 'Selected Accounts'), ('all', 'All')]
Public methods (1)
  • generate_fec(self)

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
294 days ago
Last activity
32 days ago
Repository
OCA/l10n-france
Pull request
[18.0][MIG] l10n_fr_fec_oca: Migration to 18.0 (#687)
Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
71 days ago
Last activity
71 days ago
Repository
OCA/l10n-france
Pull request
[19.0][MIG] l10n_fr_fec_oca: Migration to 19.0 (#783)