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 IDNameModelTypeStatus
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)HandlerAuthTypeMethodsFlags
/gocardless/response GocardlessController.gocardless_response public http ALL csrf off sudo
Models touched (2)

New fields (11)
  • gocardless_account_id Char
  • gocardless_country_id Many2one → res.country
    compute='_compute_gocardless_country_id' readonly=False store=True args: 'res.country'
  • gocardless_date_type Selection
    default='valueDate' selection=[('valueDate', 'Value Date'), ('bookingDate', 'Booking Date')] string='Date type for GoCardless Import'
  • gocardless_institution_id Char
  • gocardless_refresh_expiration Datetime
    readonly=True
  • gocardless_refresh_token Char
    readonly=True
  • gocardless_requisition_expiration Datetime
    readonly=True
  • gocardless_requisition_id Char
    readonly=True
  • gocardless_requisition_ref Char
    readonly=True
  • gocardless_token Char
    readonly=True
  • gocardless_token_expiration Datetime
    readonly=True
Public methods (3)
  • action_check_gocardless_agreement(self)
  • action_select_gocardless_bank(self)
  • gocardless_reset_requisition(self)

New fields (2)
  • other_provider_id Many2one → online.bank.statement.provider
    comodel_name='online.bank.statement.provider'
  • provider_id Many2one → online.bank.statement.provider
    comodel_name='online.bank.statement.provider'
Public methods (2)
  • 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
16 days ago
Last activity
11 days ago
Repository
OCA/bank-statement-import
Pull request
[19.0][MIG] account_statement_import_online_gocardless: Migration to version 19.0 (#984)