Repository
OCA/bank-statement-import · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/bank-statement-import
Last tracking update
2026-08-07 07:31:54
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp
Committers
Tonow-c2c, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_bank_statement_import_view account.bank.statement.import.view account.bank.statement.import Inherits account_bank_statement_import.account_bank_statement_import_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (3)
  • check_journal Boolean
    default=True
  • check_message Char
    readonly=True
  • force_journal Boolean
    default=False string='Do you want to force this import ?'
Public methods (1)
  • import_file(self)
    @api.multi
    Override to make the import in 2 step. To provide to user possiblity to bypass the journal check.