Repository
OCA/bank-statement-import · module folder · Try on Runboat
Module version
1.0.0
Category
Account
Folder size
0.38 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), Binhex
Maintainers
Odoo Community Association (OCA), Binhex
Committers
Weblate, OCA-git-bot, oca-ci, Antonio David Ruban
Odoo dependencies
Python dependencies
plaid-python
System dependencies
None
Required by
None
Description
This module provides online bank statements from Plaid.com, supporting
both Sandbox and Production environments.

Code Analysis

Views touched (1)
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
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • plaid_access_token Char
  • plaid_host Selection
    default='sandbox' args: [('sandbox', 'Sandbox'), ('production', 'Production')]
Public methods (2)
  • action_sync_with_plaid(self)
  • plaid_create_access_token(self, public_token, active_id)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…