Repository
odoo/odoo · module folder
Module version
0.1.0
Category
Accounting
Folder size
0.76 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 05:03:18
Authors
Maintainers
None
Committers
Christophe Simonis, Thibault Delavallée, Martin Trigaux, Odoo Translation Bot, Simon Lejeune, Joren Van Onder, Nicolas Martinelli, qdp-odoo, GitHub, Yannick Tivisse, Odoo Online, Laurent Smet, Adrien Dieudonne
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
l10n_be_intrastat, l10n_nl_cbs_export
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 form 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 form Inherits base.view_country_form
view_country_tree res.country.tree.inherit res.country tree 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
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…

Loading…

Loading…

Loading…

Loading…