Bypass check Bank statement import

account_bank_statement_import_bypass_check
REPOSITORY
REPOSITORYOCA/bank-statement-import
GIT
GIThttps://github.com/OCA/bank-statement-import.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/bank-statement-import/tree/12.0/account_bank_statement_import_bypass_check
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSTonow-c2c, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/bank-statement-import
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_bank_statement_import
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_bank_statement_import_view account.bank.statement.import.view account.bank.statement.import field Inherits account_bank_statement_import.account_bank_statement_import_view
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.