TIP: You can type at any time to perform a new search.
France - FEC
l10n_fr_fec · OCA/l10n-france
- 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
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
encodingSelectiondefault='iso8859_15'required=Truestring='Encoding' args: [('iso8859_15', 'ISO-8859-15'), ('utf-8', 'UTF-8'), ('ascii', 'ASCII')] -
export_typeSelectiondefault='official'required=Truestring='Export Type' args: [('official', 'Official FEC report (posted entries only)'), ('nonofficial', 'Non-official FEC report (posted and unposted entries)')] -
fec_dataBinaryreadonly=True args: 'FEC File' -
filenameCharreadonly=Truesize=256string='Filename' -
fiscalyear_idMany2one → account.fiscalyearrequired=Truestring='Fiscal Year' args: 'account.fiscalyear' -
stateSelectiondefault='draft'string='State' args: [('draft', 'Draft'), ('done', 'Done')] -
typeSelectiondefault='is_ir_bic'string='Company Type' args: [('is_ir_bic', 'I.S. or BIC @ I.R.')]
-
generate_fec(self)@api.multi
Loading…