TIP: You can type at any time to perform a new search.
MT940 ING Format Bank Statements Import
l10n_ro_account_bank_statement_import_mt940_ing · OCA/l10n-romania
- Repository
- OCA/l10n-romania · module folder · Try on Runboat
- Module version
- 0.2.0
- Category
- Localization
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-romania
- Last tracking update
- 2026-08-07 09:06:35
- Authors
- Odoo Community Association (OCA), Forest and Biomass Romania, Terrabit, NextERP Romania SRL
- Maintainers
- Odoo Community Association (OCA), Forest and Biomass Romania, Terrabit, NextERP Romania SRL
- Committers
- Dorin Hongu, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows you to import the MT940 files from the Romanian ING bank in Odoo as bank statements.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_bank_form |
res.partner.bank.form | res.partner.bank | form | Inherits l10n_ro_account_bank_statement_import_mt940_base.view_partner_bank_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (13)-
get_codewords(self) -
get_counterpart(self, transaction, subfield) -
get_header_lines(self) -
get_header_regex(self) -
get_subfield_split_text(self) -
get_subfields(self, data, codewords) -
get_tag_61_regex(self) -
handle_common_subfields(self, transaction, subfields)Deal with common functionality for tag 86 subfields. -
handle_common_subfields_100(self, transaction, subfields) -
handle_tag_25(self, data, result) -
handle_tag_28(self, data, result)Sequence number within batch - normally only zeroes. -
handle_tag_61(self, data, result)get transaction values -
handle_tag_62F(self, data, result)Get ending balance, statement date and id. We use the date on the last 62F tag as statement date, as the date on the 60F record (previous end balance) might contain a date in a previous period. We generate the statement.id from the local_account and the end-date, this should normally be unique, provided there is a maximum of one statement per day. Depending on the bank, there might be multiple 62F tags in the import file. The last one counts.
Loading…
Loading…
Loading…
Loading…
Loading…