account_statement_import_online_stripe
Enables Odoo to retrieve Stripe balance transactions as online bank statements.
Key Features
- online.bank.statement.provider: Adds Stripe as an available online statement service and lets providers authenticate with an API key.
- online.bank.statement.provider: Provides template fields so admins can customize statement labels, notes, references, and fee descriptors generated from Stripe data.
- online.bank.statement.provider: Fetches Stripe balance transactions for a selected date range, respecting the provider currency when building statement lines.
- accounting: Creates additional statement lines to represent Stripe fees associated with each transaction.
- integration: Supports Stripe API pagination and optional expand parameters while safely formatting placeholders from the response.