TIP: You can type at any time to perform a new search.
Intrastat Reporting
report_intrastat · odoo/odoo
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → report.intrastat.codestring='Intrastat Code' args: 'report.intrastat.code'
No public methods.
New fields (11)
-
codeCharreadonly=Truestring='Country code' -
company_idMany2one → res.companyreadonly=Truestring='Company' args: 'res.company' -
currency_idMany2one → res.currencyreadonly=Truestring='Currency' args: 'res.currency' -
intrastat_idMany2one → report.intrastat.codereadonly=Truestring='Intrastat code' args: 'report.intrastat.code' -
monthSelectionreadonly=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')] -
nameCharreadonly=Truestring='Year' -
refCharreadonly=Truestring='Source document' -
supply_unitsFloatreadonly=Truestring='Supply Units' -
typeSelectionstring='Type' args: [('import', 'Import'), ('export', 'Export')] -
valueFloatdigits=0readonly=Truestring='Value' -
weightFloatreadonly=Truestring='Weight'
-
init(self)
New fields (2)
-
descriptionCharstring='Description' -
nameCharstring='Intrastat Code'
No public methods.
New fields (1)
-
intrastatBooleanstring='Intrastat member'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…