TIP: You can type at any time to perform a new search.
Intra-Community transactions declaration (ICP)
l10n_nl_intrastat · OCA/l10n-netherlands
- Repository
- OCA/l10n-netherlands · module folder · Try on Runboat
- Module version
- 1.0.2
- Category
- Localisation/Report Intrastat
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/intrastat
- Last tracking update
- 2026-08-07 07:17:52
- Authors
- Odoo Community Association (OCA), Therp BV
- Maintainers
- Odoo Community Association (OCA), Therp BV
- Committers
- Holger Brunn, OCA Transbot, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (7)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_specific |
assets_specific | ir.ui.view | qweb | Inherits report.assets_common |
l10n_nl_intrastat.internal_layout |
l10n_nl_intrastat.internal_layout | ir.ui.view | qweb | New |
l10n_nl_intrastat.report_nl_intrastat |
l10n_nl_intrastat.report_nl_intrastat | ir.ui.view | qweb | New |
l10n_nl_intrastat.report_nl_intrastat_filters |
l10n_nl_intrastat.report_nl_intrastat_filters | ir.ui.view | qweb | New |
l10n_nl_intrastat_report_form |
l10n_nl.report.intrastat | form | New | |
l10n_nl_intrastat_report_line_tree |
l10n_nl.report.intrastat.line | tree | New | |
l10n_nl_intrastat_report_tree |
l10n_nl.report.intrastat | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (10)
-
company_idMany2one → res.companydefault=<expr>required=Truestring='Company' args: 'res.company' -
currency_idMany2onereadonly=Truerelated='company_id.currency_id'string='Currency' -
date_fromDaterequired=True -
date_range_idMany2one → date.rangeargs: 'date.range', 'Date range' -
date_toDaterequired=True -
last_updatedDatetimereadonly=True -
line_idsOne2many → l10n_nl.report.intrastat.linereadonly=Truestring='ICP line' args: 'l10n_nl.report.intrastat.line', 'report_id' -
stateSelectiondefault='draft'help="State of the declaration. When the state is set to 'Done', the parameters become read-only."readonly=Trueselection=[('draft', 'Draft'), ('done', 'Done')] -
total_amountMonetaryhelp='Total amount in company currency of the declaration.'readonly=Truestring='Total amount' -
year_monthCharcompute='_compute_year_month'help='Date range of the declaration.'readonly=Truestring='Period'
-
generate_lines(self)@api.multiCollect the data lines for the given report. Unlink any existing lines first. -
onchange_date_range_id(self)@api.onchange('date_range_id') -
set_done(self)@api.multiValidate and close report. -
set_draft(self)@api.multiReset report state to draft.
New fields (7)
-
amount_productMonetaryreadonly=Truestring='Amount products' -
amount_serviceMonetaryreadonly=Truestring='Amount services' -
country_codeCharreadonly=Truerelated='partner_id.country_id.code'store=True -
currency_idMany2onereadonly=Truerelated='report_id.company_id.currency_id'string='Currency' -
partner_idMany2one → res.partnercomodel_name='res.partner'readonly=Truerequired=Truestring='Partner' -
report_idMany2one → l10n_nl.report.intrastatcomodel_name='l10n_nl.report.intrastat'ondelete='cascade'readonly=Truerequired=Truestring='Report' -
vatCharreadonly=Truerelated='partner_id.vat'store=Truestring='VAT'
No public methods.
Loading…