TIP: You can type at any time to perform a new search.
Import CODA Bank Statement
account_bank_statement_import_coda · OCA/l10n-belgium
- Repository
- OCA/l10n-belgium · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Accounting & Finance
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-belgium
- Last tracking update
- 2026-08-07 07:38:33
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA)
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA)
- Committers
- Stéphane Bidoul, Weblate, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_bank_statement_import_view |
account.bank.statement.import | Inherits account_bank_statement_import.account_bank_statement_import_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (4)-
get_st_line_name(self, line, globalisation_dict)This method must return a valid name for the statement line The name is the statement communication if exists or the communication of the related globalisation line if exists or '/' -
get_st_line_note(self, line, information_dict)This method returns a formatted note from line information -
get_st_line_vals(self, line, globalisation_dict, information_dict)This method must return a dict of vals that can be passed to create method of statement line in order to record it. It is the responsibility of every parser to give this dict of vals, so each one can implement his own way of recording the lines. :param: line: a dict of vals that represent a line of result_row_list :return: dict of values to give to the create method of statement line, it MUST contain at least: { 'name':value, 'date':value, 'amount':value, 'ref':value, } -
get_st_vals(self, statement)This method return a dict of vals that can be passed to create method of statement. :return: dict of vals that represent additional infos for the statement found in the file. { 'name': paper_seq_number 'balance_start': balance_start, 'balance_end_real': balance_end_real, 'transactions': transactions }
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…