| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/11.0/l10n_be_intrastat |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Localization |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Martin Trigaux, Olivier Dony, Christophe Simonis, Xavier Morel, Goffin Simon, Nicolas Martinelli, GitHub, Lucas Perais (lpe), Yannick Tivisse |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:53:43 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - report_intrastat - base - product - decimal_precision - 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 - l10n_be - base_iban - base_vat - l10n_multilang |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Generates Intrastat XML report for declaration
Based on invoices.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
intra_view_transaction_form |
intra.view.transaction_form | l10n_be_intrastat.transaction | form | New |
intra_view_transaction_tree |
intra.view.transaction_tree | l10n_be_intrastat.transaction | tree | New |
intra_view_transport_mode_form |
intra.view.transport_mode_form | l10n_be_intrastat.transport_mode | form | New |
intra_view_transport_mode_tree |
intra.view.transport_mode_tree | l10n_be_intrastat.transport_mode | tree | New |
l10n_be_intrastat_xml_decl_cust_invoice_view |
l10n_be_intrastat_xml.custinvoice_form | account.invoice | xpath | Inherits account.invoice_form |
l10n_be_intrastat_xml_decl_invoice_line_view |
l10n_be_intrastat_xml.invoiceline_form | account.invoice.line | xpath | Inherits account.view_invoice_line_form |
l10n_be_intrastat_xml_decl_product_category_view |
l10n_be_intrastat_xml.productcategory_form | product.category | xpath | Inherits product.product_category_form_view |
l10n_be_intrastat_xml_decl_res_company_form_view |
l10n_be_intrastat_xml.rescompany_form | res.company | xpath | Inherits base.view_company_form |
l10n_be_intrastat_xml_decl_stock_warehouse_form_view |
l10n_be_intrastat_xml.stockwarehouse_form | stock.warehouse | xpath | Inherits stock.view_warehouse |
l10n_be_intrastat_xml_decl_supp_invoice_view |
l10n_be_intrastat_xml.suppinvoice_form | account.invoice | xpath | Inherits account.invoice_supplier_form |
view_intrastat_declaration_xml |
Intrastat XML Declaration | l10n_be_intrastat_xml.xml_decl | form | New |
incoterm_id
Many2one → stock.incoterms
help='International Commercial Terms are a series of predefined commercial terms used in international transactions.'
string='Incoterm'
args: 'stock.incoterms'
intrastat_country_id
Many2one → res.country
domain=[('intrastat', '=', True)]
help='Intrastat country, delivery for sales, origin for purchases'
string='Intrastat Country'
args: 'res.country'
transport_mode_id
Many2one → l10n_be_intrastat.transport_mode
string='Intrastat Transport Mode'
args: 'l10n_be_intrastat.transport_mode'
No public methods.
intrastat_transaction_id
Many2one → l10n_be_intrastat.transaction
help='Intrastat nature of transaction'
string='Intrastat Transaction Type'
args: 'l10n_be_intrastat.transaction'
No public methods.
code
Char
required=True
country_id
Many2one → res.country
string='Country'
args: 'res.country'
description
Char
name
Char
translate=True
No public methods.
code
Char
readonly=True
required=True
description
Text
readonly=True
No public methods.
code
Char
readonly=True
required=True
name
Char
readonly=True
string='Description'
No public methods.
arrivals
Selection
default='be-standard'
required=True
args: [('be-exempt', 'Exempt'), ('be-standard', 'Standard'), ('be-extended', 'Extended')]
company_id
Many2one → res.company
default=<expr>
required=True
string='Company'
args: 'res.company'
dispatches
Selection
default='be-standard'
required=True
args: [('be-exempt', 'Exempt'), ('be-standard', 'Standard'), ('be-extended', 'Extended')]
file_save
Binary
readonly=True
string='Intrastat Report File'
month
Selection
default=_default_get_month
required=True
string='Month'
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
default='intrastat.xml'
string='File Name'
state
Selection
default='draft'
args: [('draft', 'Draft'), ('download', 'Download')]
year
Char
default=_default_get_year
required=True
size=4
create_xml(self)
intrastat_id
Many2one → report.intrastat.code
string='Intrastat Code'
args: 'report.intrastat.code'
get_intrastat_recursively(self)
No new fields.
Public methods (1)get_intrastat_recursively(self)
No new fields.
Public methods (0)No public methods.
description
Text
string='Description'
translate=True
No public methods.
incoterm_id
Many2one → stock.incoterms
help='International Commercial Terms are a series of predefined commercial terms used in international transactions.'
string='Default incoterm for Intrastat'
args: 'stock.incoterms'
region_id
Many2one → l10n_be_intrastat.region
string='Intrastat region'
args: 'l10n_be_intrastat.region'
transport_mode_id
Many2one → l10n_be_intrastat.transport_mode
string='Default transport mode'
args: 'l10n_be_intrastat.transport_mode'
No public methods.
No new fields.
Public methods (0)No public methods.
region_id
Many2one → l10n_be_intrastat.region
string='Intrastat region'
args: 'l10n_be_intrastat.region'
get_regionid_from_locationid(self, location)
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/10.0/l10n_be_intrastat |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Localization |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Martin Trigaux, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, Nicolas Martinelli, Nicolas Lempereur, Julien Legros, qdp-odoo, Lucas Perais (lpe), Yannick Tivisse |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:50:48 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - report_intrastat - base - product - decimal_precision - 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 - account_accountant - l10n_be - base_vat - base_iban - l10n_multilang |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Generates Intrastat XML report for declaration
Based on invoices.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
intra_view_transaction_form |
intra.view.transaction_form | l10n_be_intrastat.transaction | form | New |
intra_view_transaction_tree |
intra.view.transaction_tree | l10n_be_intrastat.transaction | tree | New |
intra_view_transport_mode_form |
intra.view.transport_mode_form | l10n_be_intrastat.transport_mode | form | New |
intra_view_transport_mode_tree |
intra.view.transport_mode_tree | l10n_be_intrastat.transport_mode | tree | New |
l10n_be_intrastat_xml_decl_cust_invoice_view |
l10n_be_intrastat_xml.custinvoice_form | account.invoice | xpath | Inherits account.invoice_form |
l10n_be_intrastat_xml_decl_invoice_line_view |
l10n_be_intrastat_xml.invoiceline_form | account.invoice.line | xpath | Inherits account.view_invoice_line_form |
l10n_be_intrastat_xml_decl_product_category_view |
l10n_be_intrastat_xml.productcategory_form | product.category | xpath | Inherits product.product_category_form_view |
l10n_be_intrastat_xml_decl_res_company_form_view |
l10n_be_intrastat_xml.rescompany_form | res.company | xpath | Inherits base.view_company_form |
l10n_be_intrastat_xml_decl_stock_warehouse_form_view |
l10n_be_intrastat_xml.stockwarehouse_form | stock.warehouse | xpath | Inherits stock.view_warehouse |
l10n_be_intrastat_xml_decl_supp_invoice_view |
l10n_be_intrastat_xml.suppinvoice_form | account.invoice | xpath | Inherits account.invoice_supplier_form |
view_intrastat_declaration_xml |
Intrastat XML Declaration | l10n_be_intrastat_xml.xml_decl | form | New |
incoterm_id
Many2one → stock.incoterms
help='International Commercial Terms are a series of predefined commercial terms used in international transactions.'
string='Incoterm'
args: 'stock.incoterms'
intrastat_country_id
Many2one → res.country
domain=[('intrastat', '=', True)]
help='Intrastat country, delivery for sales, origin for purchases'
string='Intrastat Country'
args: 'res.country'
transport_mode_id
Many2one → l10n_be_intrastat.transport_mode
string='Intrastat Transport Mode'
args: 'l10n_be_intrastat.transport_mode'
No public methods.
intrastat_transaction_id
Many2one → l10n_be_intrastat.transaction
help='Intrastat nature of transaction'
string='Intrastat Transaction Type'
args: 'l10n_be_intrastat.transaction'
No public methods.
code
Char
required=True
country_id
Many2one → res.country
string='Country'
args: 'res.country'
description
Char
name
Char
translate=True
No public methods.
code
Char
readonly=True
required=True
description
Text
readonly=True
No public methods.
code
Char
readonly=True
required=True
name
Char
readonly=True
string='Description'
No public methods.
arrivals
Selection
default='be-standard'
required=True
args: [('be-exempt', 'Exempt'), ('be-standard', 'Standard'), ('be-extended', 'Extended')]
company_id
Many2one → res.company
default=<expr>
required=True
string='Company'
args: 'res.company'
dispatches
Selection
default='be-standard'
required=True
args: [('be-exempt', 'Exempt'), ('be-standard', 'Standard'), ('be-extended', 'Extended')]
file_save
Binary
readonly=True
string='Intrastat Report File'
month
Selection
default=_default_get_month
required=True
string='Month'
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
default='intrastat.xml'
string='File Name'
state
Selection
default='draft'
args: [('draft', 'Draft'), ('download', 'Download')]
year
Char
default=_default_get_year
required=True
size=4
create_xml(self)
intrastat_id
Many2one → report.intrastat.code
string='Intrastat Code'
args: 'report.intrastat.code'
get_intrastat_recursively(self)
No new fields.
Public methods (1)get_intrastat_recursively(self)
No new fields.
Public methods (0)No public methods.
description
Text
string='Description'
translate=True
No public methods.
incoterm_id
Many2one → stock.incoterms
help='International Commercial Terms are a series of predefined commercial terms used in international transactions.'
string='Default incoterm for Intrastat'
args: 'stock.incoterms'
region_id
Many2one → l10n_be_intrastat.region
string='Intrastat region'
args: 'l10n_be_intrastat.region'
transport_mode_id
Many2one → l10n_be_intrastat.transport_mode
string='Default transport mode'
args: 'l10n_be_intrastat.transport_mode'
No public methods.
No new fields.
Public methods (0)No public methods.
region_id
Many2one → l10n_be_intrastat.region
string='Intrastat region'
args: 'l10n_be_intrastat.region'
get_regionid_from_locationid(self, location)
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/9.0/l10n_be_intrastat |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Localization |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, Nicolas Martinelli, Nicolas Lempereur, qdp-odoo, Aaron Bohy, pvy, Yannick Tivisse |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:48:30 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - report_intrastat - base - product - decimal_precision - 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 - account_accountant - l10n_be - base_vat - base_iban - l10n_multilang |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Generates Intrastat XML report for declaration
Based on invoices.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
intra_view_transaction_form |
intra.view.transaction_form | l10n_be_intrastat.transaction | form | New |
intra_view_transaction_tree |
intra.view.transaction_tree | l10n_be_intrastat.transaction | tree | New |
intra_view_transport_mode_form |
intra.view.transport_mode_form | l10n_be_intrastat.transport_mode | form | New |
intra_view_transport_mode_tree |
intra.view.transport_mode_tree | l10n_be_intrastat.transport_mode | tree | New |
l10n_be_intrastat_xml_decl_cust_invoice_view |
l10n_be_intrastat_xml.custinvoice_form | account.invoice | xpath | Inherits account.invoice_form |
l10n_be_intrastat_xml_decl_invoice_line_view |
l10n_be_intrastat_xml.invoiceline_form | account.invoice.line | xpath | Inherits account.view_invoice_line_form |
l10n_be_intrastat_xml_decl_product_category_view |
l10n_be_intrastat_xml.productcategory_form | product.category | xpath | Inherits product.product_category_form_view |
l10n_be_intrastat_xml_decl_res_company_form_view |
l10n_be_intrastat_xml.rescompany_form | res.company | xpath | Inherits base.view_company_form |
l10n_be_intrastat_xml_decl_stock_warehouse_form_view |
l10n_be_intrastat_xml.stockwarehouse_form | stock.warehouse | xpath | Inherits stock.view_warehouse |
l10n_be_intrastat_xml_decl_supp_invoice_view |
l10n_be_intrastat_xml.suppinvoice_form | account.invoice | xpath | Inherits account.invoice_supplier_form |
view_intrastat_declaration_xml |
Intrastat XML Declaration | l10n_be_intrastat_xml.xml_decl | form | New |
incoterm_id
Many2one → stock.incoterms
help='International Commercial Terms are a series of predefined commercial terms used in international transactions.'
args: 'stock.incoterms', 'Incoterm'
intrastat_country_id
Many2one → res.country
domain=[('intrastat', '=', True)]
help='Intrastat country, delivery for sales, origin for purchases'
args: 'res.country', 'Intrastat Country'
transport_mode_id
Many2one → l10n_be_intrastat.transport_mode
No public methods.
intrastat_transaction_id
Many2one → l10n_be_intrastat.transaction
help='Intrastat nature of transaction'
args: 'l10n_be_intrastat.transaction', 'Intrastat Transaction Type'
No public methods.
code
Char
required=True
args: 'Code'
country_id
Many2one → res.country
description
Char
name
Char
translate=True
args: 'Name'
No public methods.
code
Char
readonly=True
required=True
args: 'Code'
description
Text
readonly=True
args: 'Description'
No public methods.
code
Char
readonly=True
required=True
args: 'Code'
name
Char
readonly=True
args: 'Description'
No public methods.
No new fields.
Public methods (1)create_xml(self, cr, uid, ids, context=None)
intrastat_id
Many2one → report.intrastat.code
get_intrastat_recursively(self)
No new fields.
Public methods (1)get_intrastat_recursively(self)
No new fields.
Public methods (0)No public methods.
description
Text
translate=True
args: 'Description'
No public methods.
incoterm_id
Many2one → stock.incoterms
help='International Commercial Terms are a series of predefined commercial terms used in international transactions.'
args: 'stock.incoterms', 'Default incoterm for Intrastat'
region_id
Many2one → l10n_be_intrastat.region
transport_mode_id
Many2one → l10n_be_intrastat.transport_mode
No public methods.
No new fields.
Public methods (0)No public methods.
region_id
Many2one → l10n_be_intrastat.region
get_regionid_from_locationid(self, location)
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/8.0/l10n_be_intrastat |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Reporting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo SA |
| MAINTAINERS | |
| MAINTAINERS | Odoo SA |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Olivier Dony, Nicolas Martinelli |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:45:39 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - report_intrastat - base - product - decimal_precision - 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 - sale_stock - account_accountant - l10n_be - base_vat - base_iban - account_chart - l10n_be_coda - l10n_be_invoice_bba - l10n_multilang |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Generates Intrastat XML report for declaration
Based on invoices.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
intra_view_transaction_form |
intra.view.transaction_form | l10n_be_intrastat.transaction | form | New |
intra_view_transaction_tree |
intra.view.transaction_tree | l10n_be_intrastat.transaction | tree | New |
intra_view_transport_mode_form |
intra.view.transport_mode_form | l10n_be_intrastat.transport_mode | form | New |
intra_view_transport_mode_tree |
intra.view.transport_mode_tree | l10n_be_intrastat.transport_mode | tree | New |
l10n_be_intrastat_xml_decl_cust_invoice_view |
l10n_be_intrastat_xml.custinvoice_form | account.invoice | xpath | Inherits account.invoice_form |
l10n_be_intrastat_xml_decl_product_category_view |
l10n_be_intrastat_xml.productcategory_form | product.category | xpath | Inherits product.product_category_form_view |
l10n_be_intrastat_xml_decl_res_company_form_view |
l10n_be_intrastat_xml.rescompany_form | res.company | xpath | Inherits base.view_company_form |
l10n_be_intrastat_xml_decl_stock_warehouse_form_view |
l10n_be_intrastat_xml.stockwarehouse_form | stock.warehouse | xpath | Inherits stock.view_warehouse |
l10n_be_intrastat_xml_decl_supp_invoice_view |
l10n_be_intrastat_xml.suppinvoice_form | account.invoice | xpath | Inherits account.invoice_supplier_form |
view_intrastat_declaration_xml |
Intrastat XML Declaration | l10n_be_intrastat_xml.xml_decl | form | New |
No new fields.
Public methods (1)create_xml(self, cr, uid, ids, context=None)