TIP: You can type at any time to perform a new search.
Online Bank Statements
account_bank_statement_import_online · OCA/bank-statement-import
- Repository
- OCA/bank-statement-import · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Accounting
- Folder size
- 0.13 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/bank-statement-import
- Last tracking update
- 2026-08-07 07:38:25
- Authors
- Odoo Community Association (OCA), CorporateHub
- Maintainers
- Odoo Community Association (OCA), CorporateHub
- Committers
- Pedro M. Baeza, Alexey Pelykh, Víctor Martínez, Christopher Ormaza, Weblate, OCA Transbot, OCA-git-bot, oca-travis, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- account_bank_statement_import_online_adyen, account_bank_statement_import_online_paypal, account_bank_statement_import_online_ponto, account_bank_statement_import_online_qonto, account_bank_statement_import_online_transferwise
- Description
Code Analysis ⓘ
Views touched (7)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
journal_dashboard_view_inherit |
account.journal.dashboard.kanban | account.journal | kanban | Inherits account_bank_statement_import.journal_dashboard_view_inherit |
online_bank_statement_provider_filter |
online.bank.statement.provider.filter | online.bank.statement.provider | search | New |
online_bank_statement_provider_form |
online.bank.statement.provider.form | online.bank.statement.provider | form | New |
online_bank_statement_provider_tree |
online.bank.statement.provider.tree | online.bank.statement.provider | tree | New |
online_bank_statement_pull_wizard_form |
online.bank.statement.pull.wizard.form | online.bank.statement.pull.wizard | form | New |
view_account_bank_journal_form |
account.journal.form | account.journal | form | Inherits account.view_account_bank_journal_form |
view_account_journal_form |
account.journal.form | account.journal | form | Inherits account.view_account_journal_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (2)
-
online_bank_statement_providerSelectionselection=<expr> -
online_bank_statement_provider_idMany2one → online.bank.statement.providercomodel_name='online.bank.statement.provider'copy=Falseondelete='restrict'string='Statement Provider'
-
action_online_bank_statements_pull_wizard(self) -
create(self, vals)@api.model -
values_online_bank_statement_provider(self)@api.model -
write(self, vals)
New fields (24)
-
account_numberCharrelated='journal_id.bank_account_id.sanitized_acc_number' -
activeBoolean -
api_baseChar -
certificateBinary -
certificate_chainText -
certificate_private_keyText -
certificate_public_keyText -
company_idMany2onerelated='journal_id.company_id'store=True -
currency_idMany2onerelated='journal_id.currency_id' -
interval_numberIntegerdefault=1required=Truestring='Scheduled update interval' -
interval_typeSelectiondefault='hours'required=Trueselection=[('minutes', 'Minute(s)'), ('hours', 'Hour(s)'), ('days', 'Day(s)'), ('weeks', 'Week(s)')] -
journal_idMany2one → account.journalcomodel_name='account.journal'domain=[('type', '=', 'bank')]ondelete='cascade'readonly=Truerequired=True -
keyBinary -
last_successful_runDatetimestring='Last successful pull' -
nameCharcompute='_compute_name'store=Truestring='Name' -
next_runDatetimedefault=fields.Datetime.nowrequired=Truestring='Next scheduled pull' -
originChar -
passphraseChar -
passwordChar -
serviceSelectionreadonly=Truerequired=Trueselection=<expr> -
statement_creation_modeSelectiondefault='daily'required=Trueselection=[('daily', 'Daily statements'), ('weekly', 'Weekly statements'), ('monthly', 'Monthly statements')] -
tzSelectiondefault=<expr>help='Timezone to convert transaction timestamps to prior being saved into a statement.'selection=_tz_getstring='Timezone' -
update_scheduleCharcompute='_compute_update_schedule'string='Update Schedule' -
usernameChar
-
values_service(self)@api.model
New fields (3)
-
date_sinceDatetimedefault=fields.Datetime.nowrequired=Truestring='Since' -
date_untilDatetimedefault=fields.Datetime.nowrequired=Truestring='Until' -
provider_idsMany2many → online.bank.statement.providercolumn1='wizard_id'column2='provider_id'comodel_name='online.bank.statement.provider'relation='online_bank_statement_provider_pull_wizard_rel'string='Providers'
-
action_pull(self)
Loading…
Loading…