Intrastat Reporting Base

intrastat_base
REPOSITORY
REPOSITORYOCA/intrastat-extrastat
GIT
GIThttps://github.com/OCA/intrastat-extrastat.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/intrastat-extrastat/tree/19.0/intrastat_base
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYIntrastat
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Noviat, Akretion, ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Noviat, Akretion, ACSONE SA/NV
COMMITTERS
COMMITTERSAlexis de Lattre, Víctor Martínez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/intrastat-extrastat
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:51
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_vat
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module contains common functions for the intrastat reporting and
should be used in combination with the generic reporting module
*intrastat_product* and with the country-specific reporting modules such
as:

- *l10n_fr_intrastat_service*: the module for the *Déclaration
  Européenne des Services* (DES) for France
- *l10n_fr_intrastat_product*: the module for the *Déclaration d'Echange
  de Biens* (DEB) for France
- *l10n_be_intrastat_product*: the module for the Intrastat Declaration
  for Belgium.

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
product_template_form_view intrastat.base.product.template.form product.template group Inherits account.product_template_form_view
view_account_position_filter account.fiscal.position field Inherits account.view_account_position_filter
view_account_position_form intrastat.account.fiscal.position.form account.fiscal.position field Inherits account.view_account_position_form
view_account_position_tree intrastat.account.fiscal.position.tree account.fiscal.position field Inherits account.view_account_position_tree
view_intrastat_res_config_settings intrastat.res.config.settings.form res.config.settings block Inherits account.res_config_settings_view_form
view_partner_address_form res.partner field Inherits base.view_partner_address_form
view_partner_form res.partner xpath Inherits base.view_partner_form
Models touched (6)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • intrastat Selection
    default='no' help='When set to B2B or B2C, the invoices with this fiscal position will be taken into account for the generation of the intrastat reports.' args: '_intrastat_selection'
  • vat_required Boolean
    compute='_compute_vat_required' precompute=True readonly=False store=True
Public methods (0)

No public methods.

New fields (1)
  • intrastat_fiscal_position Selection
    related='fiscal_position_id.intrastat' store=True string='Intrastat Fiscal Position'
Public methods (0)

No public methods.

New fields (2)
  • intrastat_type Selection
    compute='_compute_intrastat_type' help='Type of product used for the intrastat declarations.' precompute=True store=True args: [('product', 'Product'), ('service', 'Service')]
  • is_accessory_cost Boolean
    compute='_compute_is_accessory_cost' help='Activate this option for shipping costs, packaging costs and all services related to the sale of products. This option is used for Intrastat reports.' precompute=True readonly=False store=True
Public methods (0)

No public methods.

New fields (2)
  • intrastat_email_list Char
    compute='_compute_intrastat_email_list' string='List of emails of Users Receiving the Intrastat Reminder'
  • intrastat_remind_user_ids Many2many → res.users
    column1='company_id' column2='user_id' comodel_name='res.users' help='List of Odoo users who will receive a notification to remind them about the Intrastat declaration.' relation='company_intrastat_reminder_user_rel' string='Users Receiving the Intrastat Reminder'
Public methods (0)

No public methods.

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

No public methods.

REPOSITORY
REPOSITORYOCA/intrastat-extrastat
GIT
GIThttps://github.com/OCA/intrastat-extrastat.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/intrastat-extrastat/tree/18.0/intrastat_base
VERSION
VERSION 2.0.1
CATEGORY
CATEGORYIntrastat
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Noviat, Akretion, ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Noviat, Akretion, ACSONE SA/NV
COMMITTERS
COMMITTERSAlexis de Lattre, Víctor Martínez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/intrastat-extrastat
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_vat
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module contains common functions for the intrastat reporting and
should be used in combination with the generic reporting module
*intrastat_product* and with the country-specific reporting modules such
as:

- *l10n_fr_intrastat_service*: the module for the *Déclaration
  Européenne des Services* (DES) for France
- *l10n_fr_intrastat_product*: the module for the *Déclaration d'Echange
  de Biens* (DEB) for France
- *l10n_be_intrastat_product*: the module for the Intrastat Declaration
  for Belgium.

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
product_template_form_view intrastat.base.product.template.form product.template group Inherits account.product_template_form_view
res_partner_view_form_private res.partner field Inherits base.res_partner_view_form_private
view_account_position_filter account.fiscal.position field Inherits account.view_account_position_filter
view_account_position_form intrastat.account.fiscal.position.form account.fiscal.position field Inherits account.view_account_position_form
view_account_position_tree intrastat.account.fiscal.position.tree account.fiscal.position field Inherits account.view_account_position_tree
view_intrastat_res_config_settings intrastat.res.config.settings.form res.config.settings block Inherits account.res_config_settings_view_form
view_partner_address_form res.partner field Inherits base.view_partner_address_form
view_partner_form res.partner xpath Inherits base.view_partner_form
Models touched (6)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • intrastat Selection
    default='no' help='When set to B2B or B2C, the invoices with this fiscal position will be taken into account for the generation of the intrastat reports.' args: '_intrastat_selection'
Public methods (1)
  • intrastat_change(self)
    @api.onchange('intrastat', 'vat_required')

New fields (1)
  • intrastat_fiscal_position Selection
    related='fiscal_position_id.intrastat' store=True string='Intrastat Fiscal Position'
Public methods (0)

No public methods.

New fields (2)
  • intrastat_type Selection
    compute='_compute_intrastat_type' help='Type of product used for the intrastat declarations.' precompute=True store=True args: [('product', 'Product'), ('service', 'Service')]
  • is_accessory_cost Boolean
    compute='_compute_is_accessory_cost' help='Activate this option for shipping costs, packaging costs and all services related to the sale of products. This option is used for Intrastat reports.' precompute=True readonly=False store=True
Public methods (0)

No public methods.

New fields (2)
  • intrastat_email_list Char
    compute='_compute_intrastat_email_list' string='List of emails of Users Receiving the Intrastat Reminder'
  • intrastat_remind_user_ids Many2many → res.users
    column1='company_id' column2='user_id' comodel_name='res.users' help='List of Odoo users who will receive a notification to remind them about the Intrastat declaration.' relation='company_intrastat_reminder_user_rel' string='Users Receiving the Intrastat Reminder'
Public methods (0)

No public methods.

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

No public methods.

REPOSITORY
REPOSITORYOCA/intrastat-extrastat
GIT
GIThttps://github.com/OCA/intrastat-extrastat.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/intrastat-extrastat/tree/17.0/intrastat_base
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYIntrastat
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Noviat, Akretion, ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Noviat, Akretion, ACSONE SA/NV
COMMITTERS
COMMITTERSAlexis de Lattre, Víctor Martínez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/intrastat-extrastat
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_vat
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module contains common functions for the intrastat reporting and
should be used in combination with the generic reporting module
*intrastat_product* and with the country-specific reporting modules such
as:

- *l10n_fr_intrastat_service*: the module for the *Déclaration
  Européenne des Services* (DES) for France
- *l10n_fr_intrastat_product*: the module for the *Déclaration d'Echange
  de Biens* (DEB) for France
- *l10n_be_intrastat_product*: the module for the Intrastat Declaration
  for Belgium.

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
product_template_form_view intrastat.base.product.template.form product.template group Inherits account.product_template_form_view
view_account_position_filter account.fiscal.position field Inherits account.view_account_position_filter
view_account_position_form intrastat.account.fiscal.position.form account.fiscal.position field Inherits account.view_account_position_form
view_account_position_tree intrastat.account.fiscal.position.tree account.fiscal.position field Inherits account.view_account_position_tree
view_intrastat_res_config_settings intrastat.res.config.settings.form res.config.settings block Inherits account.res_config_settings_view_form
view_partner_address_form res.partner field Inherits base.view_partner_address_form
view_partner_form res.partner xpath Inherits base.view_partner_form
Models touched (6)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • intrastat Selection
    default='no' help='When set to B2B or B2C, the invoices with this fiscal position will be taken into account for the generation of the intrastat reports.' args: '_intrastat_selection'
Public methods (1)
  • intrastat_change(self)
    @api.onchange('intrastat', 'vat_required')

New fields (1)
  • intrastat_fiscal_position Selection
    related='fiscal_position_id.intrastat' store=True string='Intrastat Fiscal Position'
Public methods (0)

No public methods.

New fields (1)
  • is_accessory_cost Boolean
    help='Activate this option for shipping costs, packaging costs and all services related to the sale of products. This option is used for Intrastat reports.'
Public methods (0)

No public methods.

New fields (2)
  • intrastat_email_list Char
    compute='_compute_intrastat_email_list' string='List of emails of Users Receiving the Intrastat Reminder'
  • intrastat_remind_user_ids Many2many → res.users
    column1='company_id' column2='user_id' comodel_name='res.users' help='List of Odoo users who will receive a notification to remind them about the Intrastat declaration.' relation='company_intrastat_reminder_user_rel' string='Users Receiving the Intrastat Reminder'
Public methods (0)

No public methods.

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

No public methods.

REPOSITORY
REPOSITORYOCA/intrastat-extrastat
GIT
GIThttps://github.com/OCA/intrastat-extrastat.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/intrastat-extrastat/tree/16.0/intrastat_base
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYIntrastat
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Noviat, Akretion, ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Noviat, Akretion, ACSONE SA/NV
COMMITTERS
COMMITTERSAlexis de Lattre, Pedro M. Baeza, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/intrastat-extrastat
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:54:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_vat
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
product_template_form_view intrastat.base.product.template.form product.template group Inherits account.product_template_form_view
view_account_position_filter account.fiscal.position field Inherits account.view_account_position_filter
view_account_position_form intrastat.account.fiscal.position.form account.fiscal.position field Inherits account.view_account_position_form
view_account_position_template_form intrastat.account.fiscal.position.form account.fiscal.position.template field Inherits account.view_account_position_template_form
view_account_position_template_search account.fiscal.position.template field Inherits account.view_account_position_template_search
view_account_position_template_tree intrastat.account.fiscal.position.tree account.fiscal.position.template field Inherits account.view_account_position_template_tree
view_account_position_tree intrastat.account.fiscal.position.tree account.fiscal.position field Inherits account.view_account_position_tree
view_intrastat_res_config_settings intrastat.res.config.settings.form res.config.settings xpath Inherits account.res_config_settings_view_form
view_partner_form res.partner xpath Inherits base.view_partner_form
Models touched (7)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • intrastat Selection
    help='When set to B2B or B2C, the invoices with this fiscal position will be taken into account for the generation of the intrastat reports.' args: '_intrastat_selection'
Public methods (1)
  • intrastat_change(self)
    @api.onchange('intrastat', 'vat_required')

New fields (1)
  • intrastat Selection
    help='When set to B2B or B2C, the invoices with this fiscal position will be taken into account for the generation of the intrastat reports.' args: '_intrastat_selection'
Public methods (0)

No public methods.

New fields (1)
  • intrastat_fiscal_position Selection
    related='fiscal_position_id.intrastat' store=True string='Intrastat Fiscal Position'
Public methods (0)

No public methods.

New fields (1)
  • is_accessory_cost Boolean
    help='Activate this option for shipping costs, packaging costs and all services related to the sale of products. This option is used for Intrastat reports.'
Public methods (0)

No public methods.

New fields (2)
  • intrastat_email_list Char
    compute='_compute_intrastat_email_list' string='List of emails of Users Receiving the Intrastat Reminder'
  • intrastat_remind_user_ids Many2many → res.users
    column1='company_id' column2='user_id' comodel_name='res.users' help='List of Odoo users who will receive a notification to remind them about the Intrastat declaration.' relation='company_intrastat_reminder_user_rel' string='Users Receiving the Intrastat Reminder'
Public methods (0)

No public methods.

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

No public methods.

REPOSITORY
REPOSITORYOCA/intrastat-extrastat
GIT
GIThttps://github.com/OCA/intrastat-extrastat.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/intrastat-extrastat/tree/15.0/intrastat_base
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYIntrastat
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Noviat, Akretion, ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Noviat, Akretion, ACSONE SA/NV
COMMITTERS
COMMITTERSAlexis de Lattre, OCA Transbot, Víctor Martínez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/intrastat-extrastat
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_vat
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
product_template_form_view intrastat.base.product.template.form product.template group Inherits account.product_template_form_view
view_account_position_form intrastat.account.fiscal.position.form account.fiscal.position field Inherits account.view_account_position_form
view_account_position_tree intrastat.account.fiscal.position.tree account.fiscal.position field Inherits account.view_account_position_tree
view_intrastat_res_config_settings intrastat.res.config.settings.form res.config.settings xpath Inherits account.res_config_settings_view_form
view_partner_form res.partner xpath Inherits base.view_partner_form
Models touched (8)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • intrastat Boolean
    help='Set to True if the invoices with this fiscal position should be taken into account for the generation of the intrastat reports.'
Public methods (0)

No public methods.

New fields (1)
  • intrastat Boolean
    help='Check this if you want to generate intrastat declarations withthe created fiscal position'
Public methods (0)

No public methods.

New fields (1)
  • intrastat_fiscal_position Boolean
    related='fiscal_position_id.intrastat' store=True string='Intrastat Fiscal Position'
Public methods (0)

No public methods.

New fields (1)
  • is_accessory_cost Boolean
    help='Activate this option for shipping costs, packaging costs and all services related to the sale of products. This option is used for Intrastat reports.'
Public methods (0)

No public methods.

New fields (2)
  • intrastat_email_list Char
    compute='_compute_intrastat_email_list' string='List of emails of Users Receiving the Intrastat Reminder'
  • intrastat_remind_user_ids Many2many → res.users
    column1='company_id' column2='user_id' comodel_name='res.users' help='List of Odoo users who will receive a notification to remind them about the Intrastat declaration.' relation='company_intrastat_reminder_user_rel' string='Users Receiving the Intrastat Reminder'
Public methods (0)

No public methods.

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

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/intrastat-extrastat
GIT
GIThttps://github.com/OCA/intrastat-extrastat.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/intrastat-extrastat/tree/14.0/intrastat_base
VERSION
VERSION 2.2.0
CATEGORY
CATEGORYIntrastat
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Noviat, Akretion, ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Noviat, Akretion, ACSONE SA/NV
COMMITTERS
COMMITTERSAlexis de Lattre, Denis Roussel, Luc De Meyer, OCA Transbot, oca-travis, Weblate, OCA-git-bot, oca-ci, oca-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/intrastat-extrastat
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_vat
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
product_template_form_view intrastat.base.product.template.form product.template group Inherits account.product_template_form_view
view_account_position_form intrastat.account.fiscal.position.form account.fiscal.position field Inherits account.view_account_position_form
view_account_position_tree intrastat.account.fiscal.position.tree account.fiscal.position field Inherits account.view_account_position_tree
view_intrastat_res_config_settings intrastat.res.config.settings.form res.config.settings xpath Inherits account.res_config_settings_view_form
view_partner_form res.partner xpath Inherits base.view_partner_form
Models touched (8)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • intrastat Boolean
    help='Set to True if the invoices with this fiscal position should be taken into account for the generation of the intrastat reports.' string='Intrastat'
Public methods (0)

No public methods.

New fields (1)
  • intrastat Boolean
    help='Check this if you want to generate intrastat declarations withthe created fiscal position' string='Intrastat'
Public methods (0)

No public methods.

New fields (1)
  • intrastat_fiscal_position Boolean
    related='fiscal_position_id.intrastat' store=True string='Intrastat Fiscal Position'
Public methods (0)

No public methods.

New fields (1)
  • is_accessory_cost Boolean
    help='Activate this option for shipping costs, packaging costs and all services related to the sale of products. This option is used for Intrastat reports.' string='Is accessory cost'
Public methods (0)

No public methods.

New fields (2)
  • intrastat_email_list Char
    compute='_compute_intrastat_email_list' string='List of emails of Users Receiving the Intrastat Reminder'
  • intrastat_remind_user_ids Many2many → res.users
    column1='company_id' column2='user_id' comodel_name='res.users' help='List of Odoo users who will receive a notification to remind them about the Intrastat declaration.' relation='company_intrastat_reminder_user_rel' string='Users Receiving the Intrastat Reminder'
Public methods (0)

No public methods.

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

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/intrastat-extrastat
GIT
GIThttps://github.com/OCA/intrastat-extrastat.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/intrastat-extrastat/tree/13.0/intrastat_base
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYIntrastat
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Noviat, Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Noviat, Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, Pedro M. Baeza, Luc De Meyer, OCA Transbot, Víctor Martínez, oca-travis, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/intrastat-extrastat
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_vat
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
intrastat_result_view_form intrastat.result_view_form intrastat.result.view form New
product_template_form_view intrastat.base.product.template.form product.template group Inherits account.product_template_form_view
res_country_view_search intrastat.base.country.search res.country search New
view_country_form intrastat.base.country.form res.country field Inherits base.view_country_form
view_country_tree intrastat.base.country.tree res.country field Inherits base.view_country_tree
view_intrastat_res_config_settings intrastat.res.config.settings.form res.config.settings xpath Inherits account.res_config_settings_view_form
view_partner_form res.partner xpath Inherits base.view_partner_form
view_tax_form intrastat.base.tax account.tax field Inherits account.view_tax_form
Models touched (9)

New fields (1)
  • exclude_from_intrastat_if_present Boolean
    help='If this tax is present on an invoice line, this invoice line will be skipped when generating Intrastat Product or Service lines from invoices.' string='Exclude invoice line from intrastat if this tax is present'
Public methods (0)

No public methods.

New fields (1)
  • exclude_from_intrastat_if_present Boolean
    help='If this tax is present on an invoice line, this invoice line will be skipped when generating Intrastat Product or Service lines from invoices.' string='Exclude invoice line from intrastat if this tax is present'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • send_reminder_email(self, mail_template_xmlid)
  • unlink(self)

New fields (1)
  • note Text
    default=<expr> readonly=True string='Notes'
Public methods (0)

No public methods.

New fields (1)
  • is_accessory_cost Boolean
    help='Activate this option for shipping costs, packaging costs and all services related to the sale of products. This option is used for Intrastat reports.' string='Is accessory cost'
Public methods (0)

No public methods.

New fields (2)
  • intrastat_email_list Char
    compute='_compute_intrastat_email_list' string='List of emails of Users Receiving the Intrastat Reminder'
  • intrastat_remind_user_ids Many2many → res.users
    column1='company_id' column2='user_id' help='List of Odoo users who will receive a notification to remind them about the Intrastat declaration.' string='Users Receiving the Intrastat Reminder' args: 'res.users'
Public methods (0)

No public methods.

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

No public methods.

New fields (1)
  • intrastat Boolean
    help='Set to True for all European Union countries.' string='EU Country'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/intrastat-extrastat
GIT
GIThttps://github.com/OCA/intrastat-extrastat.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/intrastat-extrastat/tree/12.0/intrastat_base
VERSION
VERSION 1.2.1
CATEGORY
CATEGORYIntrastat
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Noviat, Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Noviat, Akretion
COMMITTERS
COMMITTERSStéphane Bidoul, Alexis de Lattre, Luc De Meyer, OCA Transbot, David Beal, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/intrastat
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_vat
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
intrastat_result_view_form intrastat.result_view_form intrastat.result.view form New
product_template_form_view intrastat.base.product.template.form product.template group Inherits account.product_template_form_view
res_country_view_search intrastat.base.country.search res.country search New
view_country_form intrastat.base.country.form res.country field Inherits base.view_country_form
view_country_tree intrastat.base.country.tree res.country field Inherits base.view_country_tree
view_intrastat_res_config_settings intrastat.res.config.settings.form res.config.settings xpath Inherits account.res_config_settings_view_form
view_partner_form res.partner xpath Inherits base.view_partner_form
view_tax_form intrastat.base.tax account.tax field Inherits account.view_tax_form
Models touched (8)

New fields (1)
  • exclude_from_intrastat_if_present Boolean
    help='If this tax is present on an invoice line, this invoice line will be skipped when generating Intrastat Product or Service lines from invoices.' string='Exclude invoice line from intrastat if this tax is present'
Public methods (0)

No public methods.

New fields (1)
  • exclude_from_intrastat_if_present Boolean
    help='If this tax is present on an invoice line, this invoice line will be skipped when generating Intrastat Product or Service lines from invoices.' string='Exclude invoice line from intrastat if this tax is present'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • send_reminder_email(self, mail_template_xmlid)
  • unlink(self)

New fields (1)
  • note Text
    default=<expr> readonly=True string='Notes'
Public methods (0)

No public methods.

New fields (1)
  • is_accessory_cost Boolean
    help='Activate this option for shipping costs, packaging costs and all services related to the sale of products. This option is used for Intrastat reports.' string='Is accessory cost'
Public methods (0)

No public methods.

New fields (2)
  • intrastat_email_list Char
    compute='_compute_intrastat_email_list' string='List of emails of Users Receiving the Intrastat Reminder'
  • intrastat_remind_user_ids Many2many → res.users
    column1='company_id' column2='user_id' comodel_name='res.users' help='List of Odoo users who will receive a notification to remind them about the Intrastat declaration.' relation='company_intrastat_reminder_user_rel' string='Users Receiving the Intrastat Reminder'
Public methods (0)

No public methods.

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

No public methods.

New fields (1)
  • intrastat Boolean
    help='Set to True for all European Union countries.' string='EU Country'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/intrastat-extrastat
GIT
GIThttps://github.com/OCA/intrastat-extrastat.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/intrastat-extrastat/tree/11.0/intrastat_base
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYIntrastat
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Noviat, Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Noviat, Akretion
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis
WEBSITE
WEBSITEhttps://github.com/OCA/intrastat
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:24:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_vat
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - analytic
    - web_planner
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
intrastat_result_view_form intrastat.result_view_form intrastat.result.view form New
product_template_form_view intrastat.base.product.template.form product.template group Inherits account.product_template_form_view
res_country_view_search intrastat.base.country.search res.country search New
view_country_form intrastat.base.country.form res.country field Inherits base.view_country_form
view_country_tree intrastat.base.country.tree res.country field Inherits base.view_country_tree
view_intrastat_res_config_settings intrastat.res.config.settings.form res.config.settings xpath Inherits account.res_config_settings_view_form
view_partner_form res.partner xpath Inherits base.view_partner_form
view_tax_form intrastat.base.tax account.tax field Inherits account.view_tax_form
Models touched (8)

New fields (1)
  • exclude_from_intrastat_if_present Boolean
    help='If this tax is present on an invoice line, this invoice line will be skipped when generating Intrastat Product or Service lines from invoices.' string='Exclude invoice line from intrastat if this tax is present'
Public methods (0)

No public methods.

New fields (1)
  • exclude_from_intrastat_if_present Boolean
    help='If this tax is present on an invoice line, this invoice line will be skipped when generating Intrastat Product or Service lines from invoices.' string='Exclude invoice line from intrastat if this tax is present'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • send_reminder_email(self, mail_template_xmlid)
    @api.multi
  • unlink(self)
    @api.multi

New fields (1)
  • note Text
    default=<expr> readonly=True string='Notes'
Public methods (0)

No public methods.

New fields (1)
  • is_accessory_cost Boolean
    help='Activate this option for shipping costs, packaging costs and all services related to the sale of products. This option is used for Intrastat reports.' string='Is accessory cost'
Public methods (0)

No public methods.

New fields (2)
  • intrastat_email_list Char
    compute='_compute_intrastat_email_list' string='List of emails of Users Receiving the Intrastat Reminder'
  • intrastat_remind_user_ids Many2many → res.users
    column1='company_id' column2='user_id' help='List of Odoo users who will receive a notification to remind them about the Intrastat declaration.' string='Users Receiving the Intrastat Reminder' args: 'res.users'
Public methods (0)

No public methods.

New fields (1)
  • intrastat_remind_user_ids Many2many
    related='company_id.intrastat_remind_user_ids'
Public methods (0)

No public methods.

New fields (1)
  • intrastat Boolean
    help='Set to True for all European Union countries.' string='EU Country'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/intrastat-extrastat
GIT
GIThttps://github.com/OCA/intrastat-extrastat.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/intrastat-extrastat/tree/10.0/intrastat_base
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYIntrastat
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, GitHub, Stéphane Bidoul (ACSONE), Sébastien BEAU, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttp://www.akretion.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_vat
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
intrastat_result_view_form intrastat.result_view_form intrastat.result.view form New
product_template_form_view intrastat.base.product.template.form product.template group Inherits account.product_template_form_view
res_country_view_search intrastat.base.country.search res.country search New
view_account_config_settings intrastat.account.config.settings.form account.config.settings xpath Inherits account.view_account_config_settings
view_country_form intrastat.base.country.form res.country field Inherits base.view_country_form
view_country_tree intrastat.base.country.tree res.country field Inherits base.view_country_tree
view_partner_form res.partner xpath Inherits base.view_partner_form
view_tax_form intrastat.base.tax account.tax field Inherits account.view_tax_form
Models touched (5)

New fields (1)
  • intrastat_remind_user_ids Many2many
    related='company_id.intrastat_remind_user_ids'
Public methods (0)

No public methods.

New fields (1)
  • exclude_from_intrastat_if_present Boolean
    help='If this tax is present on an invoice line, this invoice line will be skipped when generating Intrastat Product or Service lines from invoices.' string='Exclude invoice line from intrastat if this tax is present'
Public methods (0)

No public methods.

New fields (1)
  • is_accessory_cost Boolean
    help='Activate this option for shipping costs, packaging costs and all services related to the sale of products. This option is used for Intrastat reports.' string='Is accessory cost'
Public methods (0)

No public methods.

New fields (2)
  • intrastat_email_list Char
    compute='_compute_intrastat_email_list' string='List of emails of Users Receiving the Intrastat Reminder'
  • intrastat_remind_user_ids Many2many → res.users
    column1='company_id' column2='user_id' help='List of Odoo users who will receive a notification to remind them about the Intrastat declaration.' string='Users Receiving the Intrastat Reminder' args: 'res.users'
Public methods (0)

No public methods.

New fields (1)
  • intrastat Boolean
    help='Set to True for all European Union countries.' string='EU Country'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/intrastat-extrastat
GIT
GIThttps://github.com/OCA/intrastat-extrastat.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/intrastat-extrastat/tree/9.0/intrastat_base
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYIntrastat
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, Holger Brunn, Stéphane Bidoul (ACSONE), Roel Adriaans, oca-travis, OCA-git-bot, Tom, kiplangatdan
WEBSITE
WEBSITEhttp://www.akretion.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_vat
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - report
    - analytic
    - web_tip
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
intrastat_result_view_form intrastat.result_view_form intrastat.result.view form New
product_template_form_view intrastat.base.product.template.form product.template group Inherits account.product_template_form_view
res_country_view_search intrastat.base.country.search res.country search New
view_company_form intrastat.company.form res.company notebook Inherits base.view_company_form
view_country_form intrastat.base.country.form res.country field Inherits base.view_country_form
view_country_tree intrastat.base.country.tree res.country field Inherits base.view_country_tree
view_partner_form res.partner xpath Inherits base.view_partner_form
view_tax_form intrastat.base.tax account.tax field Inherits account.view_tax_form
Models touched (4)

New fields (1)
  • exclude_from_intrastat_if_present Boolean
    help='If this tax is present on an invoice line, this invoice line will be skipped when generating Intrastat Product or Service lines from invoices.' string='Exclude invoice line from intrastat if this tax is present'
Public methods (0)

No public methods.

New fields (1)
  • is_accessory_cost Boolean
    help='Activate this option for shipping costs, packaging costs and all services related to the sale of products. This option is used for Intrastat reports.' string='Is accessory cost'
Public methods (0)

No public methods.

New fields (2)
  • intrastat_email_list Char
    compute='_compute_intrastat_email_list' string='List of emails of Users Receiving the Intrastat Reminder'
  • intrastat_remind_user_ids Many2many → res.users
    column1='company_id' column2='user_id' help='List of Odoo users who will receive a notification to remind them about the Intrastat declaration.' string='Users Receiving the Intrastat Reminder' args: 'res.users'
Public methods (0)

No public methods.

New fields (1)
  • intrastat Boolean
    help='Set to True for all European Union countries.' string='EU Country'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/intrastat-extrastat
GIT
GIThttps://github.com/OCA/intrastat-extrastat.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/intrastat-extrastat/tree/8.0/intrastat_base
VERSION
VERSION 1.3.0
CATEGORY
CATEGORYIntrastat
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, GitHub, Stéphane Bidoul (ACSONE), Luc De Meyer, oca-travis, OCA-git-bot, Tom Blauwendraat, Tom
WEBSITE
WEBSITEhttp://www.akretion.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:27
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_vat
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
intrastat_result_view_form intrastat.result_view_form intrastat.result.view form New
product_template_form_view intrastat.base.product.template.form product.template group Inherits account.product_template_form_view
res_country_view_search intrastat.base.country.search res.country search New
view_company_form intrastat.company.form res.company notebook Inherits base.view_company_form
view_country_form intrastat.base.country.form res.country field Inherits base.view_country_form
view_country_tree intrastat.base.country.tree res.country field Inherits base.view_country_tree
view_partner_form res.partner xpath Inherits base.view_partner_form
view_tax_form intrastat.base.tax account.tax field Inherits account.view_tax_form
Models touched (4)

New fields (1)
  • exclude_from_intrastat_if_present Boolean
    help='If this tax is present on an invoice line, this invoice line will be skipped when generating Intrastat Product or Service lines from invoices.' string='Exclude invoice line from intrastat if this tax is present'
Public methods (0)

No public methods.

New fields (1)
  • is_accessory_cost Boolean
    help='Activate this option for shipping costs, packaging costs and all services related to the sale of products. This option is used for Intrastat reports.' string='Is accessory cost'
Public methods (0)

No public methods.

New fields (2)
  • intrastat_email_list Char
    compute='_compute_intrastat_email_list' string='List of emails of Users Receiving the Intrastat Reminder'
  • intrastat_remind_user_ids Many2many → res.users
    column1='company_id' column2='user_id' help='List of OpenERP users who will receive a notification to remind them about the Intrastat declaration.' string='Users Receiving the Intrastat Reminder' args: 'res.users'
Public methods (0)

No public methods.

New fields (1)
  • intrastat Boolean
    help='Set to True for all European Union countries.' string='EU Country'
Public methods (0)

No public methods.