Intrastat Reporting

report_intrastat
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/11.0/report_intrastat
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Thibault Delavallée, Christophe Simonis, Joren Van Onder, Simon Lejeune, Nicolas Martinelli, qdp-odoo, GitHub, Yannick Tivisse, Odoo Online, Laurent Smet, Adrien Dieudonne
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:53:42
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - product
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - delivery
    - sale_stock
    - sale_management
    - sale
    - sales_team
    - account
    - analytic
    - web_planner
    - portal
    - http_routing
    - account_invoicing
    - stock_account
    - stock
    - barcodes
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
A module that adds intrastat reports.
=====================================

This module gives the details of the goods traded between the countries of
European Union.

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
product_template_form_view product.template.form.inherit product.template group Inherits stock.view_template_property_form
report_intrastatinvoice report_intrastatinvoice ir.ui.view qweb New
report_intrastatinvoice_document report_intrastatinvoice_document ir.ui.view qweb New
view_country_form res.country.form.inherit res.country field Inherits base.view_country_form
view_country_tree res.country.tree.inherit res.country field Inherits base.view_country_tree
view_report_intrastat_code_form report.intrastat.code.form report.intrastat.code form New
view_report_intrastat_code_tree report.intrastat.code.tree report.intrastat.code tree New
view_report_intrastat_kanban report.intrastat.kanban report.intrastat kanban New
view_report_intrastat_search report.intrastat.search report.intrastat search New
view_report_intrastat_tree report.intrastat.tree report.intrastat tree New
Models touched (4)

New fields (1)
  • intrastat_id Many2one → report.intrastat.code
    string='Intrastat Code' args: 'report.intrastat.code'
Public methods (0)

No public methods.

New fields (11)
  • code Char
    readonly=True string='Country code'
  • company_id Many2one → res.company
    readonly=True string='Company' args: 'res.company'
  • currency_id Many2one → res.currency
    readonly=True string='Currency' args: 'res.currency'
  • intrastat_id Many2one → report.intrastat.code
    readonly=True string='Intrastat code' args: 'report.intrastat.code'
  • month Selection
    readonly=True args: [('01', 'January'), ('02', 'February'), ('03', 'March'), ('04', 'April'), ('05', 'May'), ('06', 'June'), ('07', 'July'), ('08', 'August'), ('09', 'September'), ('10', 'October'), ('11', 'November'), ('12', 'December')]
  • name Char
    readonly=True string='Year'
  • ref Char
    readonly=True string='Source document'
  • supply_units Float
    readonly=True string='Supply Units'
  • type Selection
    string='Type' args: [('import', 'Import'), ('export', 'Export')]
  • value Float
    digits=0 readonly=True string='Value'
  • weight Float
    readonly=True string='Weight'
Public methods (1)
  • init(self)

New fields (2)
  • description Char
    string='Description'
  • name Char
    string='Intrastat Code'
Public methods (0)

No public methods.

New fields (1)
  • intrastat Boolean
    string='Intrastat member'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/10.0/report_intrastat
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Christophe Matthieu, Martin Trigaux, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, Goffin Simon, Nicolas Martinelli, Julien Legros, qdp-odoo, Yannick Tivisse
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:50:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - product
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - delivery
    - sale_stock
    - sale
    - sales_team
    - account
    - analytic
    - web_planner
    - procurement
    - stock_account
    - stock
    - barcodes
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
A module that adds intrastat reports.
=====================================

This module gives the details of the goods traded between the countries of
European Union.

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
product_template_form_view product.template.form.inherit product.template group Inherits stock.view_template_property_form
report_intrastatinvoice report_intrastatinvoice ir.ui.view qweb New
report_intrastatinvoice_document report_intrastatinvoice_document ir.ui.view qweb New
view_country_form res.country.form.inherit res.country field Inherits base.view_country_form
view_country_tree res.country.tree.inherit res.country field Inherits base.view_country_tree
view_report_intrastat_code_form report.intrastat.code.form report.intrastat.code form New
view_report_intrastat_code_tree report.intrastat.code.tree report.intrastat.code tree New
view_report_intrastat_search report.intrastat.search report.intrastat search New
view_report_intrastat_tree report.intrastat.tree report.intrastat tree New
Models touched (4)

New fields (1)
  • intrastat_id Many2one → report.intrastat.code
    string='Intrastat code' args: 'report.intrastat.code'
Public methods (0)

No public methods.

New fields (11)
  • code Char
    readonly=True string='Country code'
  • company_id Many2one → res.company
    readonly=True string='Company' args: 'res.company'
  • currency_id Many2one → res.currency
    readonly=True string='Currency' args: 'res.currency'
  • intrastat_id Many2one → report.intrastat.code
    readonly=True string='Intrastat code' args: 'report.intrastat.code'
  • month Selection
    readonly=True args: [('01', 'January'), ('02', 'February'), ('03', 'March'), ('04', 'April'), ('05', 'May'), ('06', 'June'), ('07', 'July'), ('08', 'August'), ('09', 'September'), ('10', 'October'), ('11', 'November'), ('12', 'December')]
  • name Char
    readonly=True string='Year'
  • ref Char
    readonly=True string='Source document'
  • supply_units Float
    readonly=True string='Supply Units'
  • type Selection
    string='Type' args: [('import', 'Import'), ('export', 'Export')]
  • value Float
    digits=0 readonly=True string='Value'
  • weight Float
    readonly=True string='Weight'
Public methods (1)
  • init(self)

New fields (2)
  • description Char
    string='Description'
  • name Char
    string='Intrastat Code'
Public methods (0)

No public methods.

New fields (1)
  • intrastat Boolean
    string='Intrastat member'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/9.0/report_intrastat
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, Goffin Simon, Nicolas Martinelli, Richard Mathot, qdp-odoo, Yannick Tivisse, Martin Geubelle
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:48:29
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - product
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - report
    - delivery
    - sale_stock
    - sale
    - sales_team
    - account
    - analytic
    - web_tip
    - web_planner
    - procurement
    - stock_account
    - stock
    - barcodes
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
A module that adds intrastat reports.
=====================================

This module gives the details of the goods traded between the countries of
European Union.

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
product_template_form_view product.template.form product.template field Inherits product.product_template_form_view
report_intrastatinvoice report_intrastatinvoice ir.ui.view qweb New
report_intrastatinvoice_document report_intrastatinvoice_document ir.ui.view qweb New
view_country_form res.country.form res.country field Inherits base.view_country_form
view_country_tree res.country.tree res.country field Inherits base.view_country_tree
view_report_intrastat_code_form report.intrastat.code.form report.intrastat.code form New
view_report_intrastat_code_tree report.intrastat.code.tree report.intrastat.code tree New
view_report_intrastat_search report.intrastat.search report.intrastat search New
view_report_intrastat_tree report.intrastat.view report.intrastat tree New
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/8.0/report_intrastat
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSOdoo Translation Bot, Christophe Matthieu, Martin Trigaux, Antony Lesuisse, Olivier Dony, Thibault Delavallée, Vo Minh Thu, Launchpad Translations on behalf of openerp, Fabien Meghazi, Christophe Simonis, Goffin Simon, Simon Lejeune, Nicolas Martinelli, Richard Mathot, Aaron Bohy
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:45:38
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - product
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - stock
    - procurement
    - board
    - web_kanban_gauge
    - web_kanban_sparkline
    - sale
    - sales_team
    - account_voucher
    - account
    - analytic
    - edi
    - email_template
    - purchase
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
A module that adds intrastat reports.
=====================================

This module gives the details of the goods traded between the countries of
European Union.

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
product_template_form_view product.template.form product.template field Inherits product.product_template_form_view
report_intrastatinvoice report_intrastatinvoice ir.ui.view qweb New
report_intrastatinvoice_document report_intrastatinvoice_document ir.ui.view qweb New
view_country_form res.country.form res.country field Inherits base.view_country_form
view_country_tree res.country.tree res.country field Inherits base.view_country_tree
view_report_intrastat_code_form report.intrastat.code.form report.intrastat.code form New
view_report_intrastat_code_tree report.intrastat.code.tree report.intrastat.code tree New
view_report_intrastat_search report.intrastat.search report.intrastat search New
view_report_intrastat_tree report.intrastat.view report.intrastat tree New
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/7.0/report_intrastat
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSJagdish Panchal (Open ERP), Twinkle Christian (OpenERP), Cecile Tonglet, Rucha (Open ERP), Odoo Translation Bot, Turkesh Patel (Open ERP), Martin Trigaux, Ajay Chauhan (OpenERP), Purnendu Singh (OpenERP), Fabien Pinckaers, Olivier Dony, Divyesh Makwana (Open ERP), Vo Minh Thu, Hardik, Sbh (Openerp), Launchpad Translations on behalf of openerp, vta vta@openerp.com, Quentin (OpenERP), Nimesh (Open ERP), Jigar Amin - OpenERP, Sanjay Gohel (Open ERP), Dharti Ratani (OpenERP), Goffin Simon
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:43:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - product
    - process
    - web
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - stock
    - account
    - analytic
    - board
    - edi
    - email_template
    - sale
    - account_voucher
    - purchase
    - procurement
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
A module that adds intrastat reports.
=====================================

This module gives the details of the goods traded between the countries of
European Union.

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
product_normal_form_view product.normal.form product.product field Inherits product.product_normal_form_view
view_country_form res.country.form res.country field Inherits base.view_country_form
view_country_tree res.country.tree res.country field Inherits base.view_country_tree
view_report_intrastat_code_form report.intrastat.code.form report.intrastat.code form New
view_report_intrastat_code_tree report.intrastat.code.tree report.intrastat.code tree New
view_report_intrastat_search report.intrastat.search report.intrastat search New
view_report_intrastat_tree report.intrastat.view report.intrastat tree New
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/6.1/report_intrastat
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRucha (Open ERP), Stephane Wirtel, Numerigraphe - Lionel Sausin, Fabien Pinckaers, Olivier Dony, Vo Minh Thu, Launchpad Translations on behalf of openerp, Quentin (OpenERP), vro, niv-openerp, Xavier Morel, Carlos Vásquez, Els Van Vossel, Israel Fermin Montilla, Dhara (OpenERP)
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:41:35
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - product
    - process
    - decimal_precision
    - stock
    - account
    - base_setup
    - analytic
    - board
    - edi
    - email_template
    - mail
    - base_tools
    - sale
    - procurement
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
A module that adds intrastat reports.
=====================================

This module gives the details of the goods traded between the countries of European Union 

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
product_normal_form_view product.normal.form product.product field Inherits product.product_normal_form_view
view_country_form res.country.form res.country field Inherits base.view_country_form
view_country_tree res.country.tree res.country field Inherits base.view_country_tree
view_report_intrastat_code_form report.intrastat.code.form report.intrastat.code form New
view_report_intrastat_code_tree report.intrastat.code.tree report.intrastat.code tree New
view_report_intrastat_search report.intrastat.search report.intrastat search New
view_report_intrastat_tree report.intrastat.view report.intrastat tree New
Models touched (0)

No models found for this module.