Repository
OCA/l10n-france · module folder · Try on Runboat
Module version
3.0.0
Category
Accounting
Folder size
0.2 MB
License
AGPL-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
OCA/community-data-files:
OCA/intrastat-extrastat:
OCA/l10n-france:
odoo/odoo:
- web
- bus
- uom
Python dependencies
requests, pypdf>=3.1.0, xlsxwriter
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings form Inherits l10n_fr_account_vat_return.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (3)
  • fr_vat_teledec_email Char
    help='Must correspond to your login on the Teledec.fr website' args: 'E-mail for Teledec.fr'
  • fr_vat_teledec_legal_form Selection
    string='Company Legal Form' args: [('ASS', 'Association'), ('ARL', 'EARL'), ('EI', 'EI'), ('EIR', 'EIRL'), ('ERL', 'EURL'), ('GEC', 'GAEC'), ('GIE', 'GIE'), ('SA', 'SA'), ('SAS', 'SAS'), ('SASU', 'SASU'), ('SRL', 'SARL'), ('SEA', 'SCEA'), ('SCI', 'SCI'), ('SCM', 'SCM'), ('SLR', 'SELARL'), ('SNC', 'SNC'), ('ZZZ', 'Other')]
  • fr_vat_teledec_legal_representative_id Many2one → res.partner
    domain=[('is_company', '=', False)] ondelete='restrict' string='Legal Representative' args: 'res.partner'
Public methods (0)

No public methods.

New fields (3)
  • fr_vat_teledec_email Char
    readonly=False related='company_id.fr_vat_teledec_email'
  • fr_vat_teledec_legal_form Selection
    readonly=False related='company_id.fr_vat_teledec_legal_form'
  • fr_vat_teledec_legal_representative_id Many2one
    readonly=False related='company_id.fr_vat_teledec_legal_representative_id'
Public methods (0)

No public methods.

Loading…