TIP: You can type at any time to perform a new search.
Import Statement Files
account_statement_import · OCA/bank-statement-import
- Repository
- OCA/bank-statement-import · module folder · Try on Runboat
- Module version
- 3.1.1
- Category
- Accounting
- Folder size
- 1.48 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/bank-statement-import
- Last tracking update
- 2026-08-07 07:57:03
- Authors
- Akretion, Odoo SA, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo SA, Odoo Community Association (OCA)
- Committers
- Enric Tobella, Luc De Meyer, Miquel Raïch, manu, Eduardo De Miguel, Maksym Yankin, Weblate, OCA Transbot, OCA-git-bot, oca-ci, sonhd91
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- account_statement_import_camt, account_statement_import_file_reconciliation_widget, account_statement_import_fr_cfonb, account_statement_import_ofx, account_statement_import_paypal, account_statement_import_txt_xlsx, l10n_es_account_statement_import_n43, l10n_ro_account_bank_statement_import_mt940_base
- Description
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_statement_import_form |
account.statement.import | form | New | |
journal_dashboard_view_inherit |
account.journal | kanban | Inherits account.account_journal_dashboard_kanban_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (1)-
import_account_statement(self)return action to import bank/cash statements. This button should be called only on journals with type =='bank'
New fields (0)
No new fields.
Public methods (1)-
validate(self)Default the bank statement source of new bank journals as 'file_import'
New fields (2)
-
statement_fileBinaryhelp='Get you bank statements in electronic format from your bank and select them here.'required=True -
statement_filenameChar
-
import_file_button(self)Process the file chosen in the wizard, create bank statement(s) and return an action. -
import_single_file(self, file_data, result) -
import_single_statement(self, single_statement_data, result)
Loading…