TIP: You can type at any time to perform a new search.
Online Bank Statements: GoCardless
account_statement_import_online_gocardless · OCA/bank-statement-import
- Repository
- OCA/bank-statement-import · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Account
- Folder size
- 0.33 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/bank-statement-import
- Last tracking update
- 2026-08-07 08:42:54
- Authors
- Odoo Community Association (OCA), Tecnativa, ForgeFlow
- Maintainers
- Odoo Community Association (OCA), Tecnativa, ForgeFlow
- Committers
- Carlos Lopez, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module provides online bank statements from GoCardless Bank Account Data, which provides a free API for connecting and getting transactions for bank accounts.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
online_bank_statement_provider_form |
online.bank.statement.provider.form | online.bank.statement.provider | form | Inherits account_statement_import_online.online_bank_statement_provider_form |
view_online_bank_statement_provider_existing_form |
online.bank.statement.provider.existing | form | New |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/gocardless/response |
GocardlessController.gocardless_response |
public | http | ALL | csrf off sudo |
Models touched (2)
New fields (11)
-
gocardless_account_idChar -
gocardless_country_idMany2one → res.countrycompute='_compute_gocardless_country_id'readonly=Falsestore=True args: 'res.country' -
gocardless_date_typeSelectiondefault='valueDate'selection=[('valueDate', 'Value Date'), ('bookingDate', 'Booking Date')]string='Date type for GoCardless Import' -
gocardless_institution_idChar -
gocardless_refresh_expirationDatetimereadonly=True -
gocardless_refresh_tokenCharreadonly=True -
gocardless_requisition_expirationDatetimereadonly=True -
gocardless_requisition_idCharreadonly=True -
gocardless_requisition_refCharreadonly=True -
gocardless_tokenCharreadonly=True -
gocardless_token_expirationDatetimereadonly=True
-
action_check_gocardless_agreement(self) -
action_select_gocardless_bank(self) -
gocardless_reset_requisition(self)
New fields (2)
-
other_provider_idMany2one → online.bank.statement.providercomodel_name='online.bank.statement.provider' -
provider_idMany2one → online.bank.statement.providercomodel_name='online.bank.statement.provider'
-
link_existing(self) -
new_link(self)
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 15 days ago
- Last activity
- 10 days ago
- Repository
- OCA/bank-statement-import
- Pull request
- [19.0][MIG] account_statement_import_online_gocardless: Migration to version 19.0 (#984)