Repository
OCA/l10n-france · module folder · Try on Runboat
Module version
2.2.0
Category
Localisation/Report Intrastat
Folder size
0.47 MB
License
AGPL-3
Application
Yes
Auto-installable
No
Website
https://github.com/OCA/l10n-france
Last tracking update
2026-08-07 08:43:01
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
This module adds support for the *Enquête mensuelle statistique sur les
échanges de biens intra-UE* (EMEBI), for France. Before 2022, this
declaration was called Déclaration d'Échange de Biens (DEB).

More information about the EMEBI is available on this [official web
page](https://www.douane.gouv.fr/fiche/reglementation-sur-la-reponse-lenquete-mensuelle-statistique-sur-les-echanges-de-biens-intra).

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
intrastat_fr_regime_form intrastat.fr.regime form New
intrastat_fr_regime_search intrastat.fr.regime search New
intrastat_fr_regime_tree intrastat.fr.regime list New
intrastat_product_computation_line_view_form intrastat.product.computation.line form Inherits intrastat_product.intrastat_product_computation_line_view_form
intrastat_product_computation_line_view_tree intrastat.product.computation.line tree Inherits intrastat_product.intrastat_product_computation_line_view_tree
intrastat_product_declaration_line_view_form intrastat.product.declaration.line form Inherits intrastat_product.intrastat_product_declaration_line_view_form
intrastat_product_declaration_line_view_tree intrastat.product.declaration.line tree Inherits intrastat_product.intrastat_product_declaration_line_view_tree
intrastat_unit_form fr.intrastat.unit.form intrastat.unit form Inherits intrastat_product.intrastat_unit_form
product_template_form_view fr.intrastat.base.product.template.form product.template form Inherits intrastat_base.product_template_form_view
view_account_config_settings l10n_fr_intrastat_product.account.config.settings.form res.config.settings form Inherits intrastat_product.view_res_config_settings
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (9)

New fields (7)
  • active Boolean
    default=True
  • code Char
    readonly=True required=True size=2
  • declaration_type Selection
    readonly=True args: [('arrivals', 'Arrivals'), ('dispatches', 'Dispatches')]
  • description Text
  • fiscal_value_multiplier Integer
    help='Used to compute the total fiscal value of the declaration.' readonly=True
  • is_fiscal_only Boolean
    readonly=True string='Is fiscal only ?'
  • name Char
    required=True
Public methods (0)

No public methods.

New fields (2)
  • fr_regime_code Char
    related='fr_regime_id.code' store=True string='Regime Code'
  • fr_regime_id Many2one → intrastat.fr.regime
    domain="[('declaration_type', '=', declaration_type)]" string='Regime' args: 'intrastat.fr.regime'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • fr_regime_code Char
    related='fr_regime_id.code' store=True string='Regime Code'
  • fr_regime_id Many2one → intrastat.fr.regime
    string='Regime' args: 'intrastat.fr.regime'
Public methods (0)

No public methods.

New fields (1)
  • fr_xml_label Char
    help='Label used in the XML file export of the French Intrastat Product Declaration for this supplementary unit of measure.' size=12 string='Label for DEB'
Public methods (0)

No public methods.

New fields (1)
  • fr_intrastat_accreditation Char
    help='Company identifier for Intrastat file export. Size: 4 characters.' size=4 string='Customs accreditation identifier'
Public methods (1)
  • check_fr_intrastat(self)
    @api.constrains('intrastat_arrivals', 'country_id')

New fields (1)
  • fr_intrastat_accreditation Char
    readonly=False related='company_id.fr_intrastat_accreditation'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
101 days ago
Last activity
14 days ago
Repository
OCA/l10n-france
Pull request
[19.0][MIG] l10n_fr_intrastat_product: Migration to 19.0 (#771)