CAMT Format Bank Statements Import

account_bank_statement_import_camt_oca
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/13.0/account_bank_statement_import_camt_oca
VERSION
VERSION 1.1.2
CATEGORY
CATEGORYBanking addons
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSRonald Portier, Pedro M. Baeza, Naglis Jonaitis, Luc De Meyer, OCA Transbot, oca-travis, OCA-git-bot, Iryna Vushnevska
WEBSITE
WEBSITEhttps://github.com/OCA/bank-statement-import
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_bank_statement_import
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
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 ul Inherits account_bank_statement_import.account_bank_statement_import_view
Models touched (5)

New fields (0)

No new fields.

Public methods (1)
  • reconciliation_widget_preprocess(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (8)
  • add_value_from_node(self, ns, node, xpath_str, obj, attr_name, join_str=None)
    Add value to object from first or all nodes found with xpath. If xpath_str is a list (or iterable), it will be seen as a series of search path's in order of preference. The first item that results in a found node will be used to set a value.
  • check_version(self, ns, root)
    Validate validity of camt file.
  • get_balance_amounts(self, ns, node)
    Return opening and closing balance. Depending on kind of balance and statement, the balance might be in a different kind of node: OPBD = OpeningBalance PRCD = PreviousClosingBalance ITBD = InterimBalance (first ITBD is start-, second is end-balance) CLBD = ClosingBalance
  • parse(self, data)
    Parse a camt.052 or camt.053 or camt.054 file.
  • parse_amount(self, ns, node)
    Parse element that contains Amount and CreditDebitIndicator.
  • parse_entry(self, ns, node)
    Parse an Ntry node and yield transactions
  • parse_statement(self, ns, node)
    Parse a single Stmt node.
  • parse_transaction_details(self, ns, node, transaction)
    Parse TxDtls node.

New fields (0)

No new fields.

Public methods (1)
  • write(self, vals)
    Purpose of this hook is catch updates for records with name == '/' In reconciliation_widget_preprocess, there is attempt to assign partner into statement line, this assignment relies on name, during import name setup to '/' for records without it and this makes search results wrong and partner assignment randomly

New fields (0)

No new fields.

Public methods (0)

No public methods.

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_camt_oca
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYBanking addons
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSOCA Transbot, Thomas Binsfeld, oca-travis, Weblate, OCA-git-bot, Iryna Vyshnevska
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 ul Inherits account_bank_statement_import.account_bank_statement_import_view
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (8)
  • add_value_from_node(self, ns, node, xpath_str, obj, attr_name, join_str=None)
    Add value to object from first or all nodes found with xpath. If xpath_str is a list (or iterable), it will be seen as a series of search path's in order of preference. The first item that results in a found node will be used to set a value.
  • check_version(self, ns, root)
    Validate validity of camt file.
  • get_balance_amounts(self, ns, node)
    Return opening and closing balance. Depending on kind of balance and statement, the balance might be in a different kind of node: OPBD = OpeningBalance PRCD = PreviousClosingBalance ITBD = InterimBalance (first ITBD is start-, second is end-balance) CLBD = ClosingBalance
  • parse(self, data)
    Parse a camt.052 or camt.053 or camt.054 file.
  • parse_amount(self, ns, node)
    Parse element that contains Amount and CreditDebitIndicator.
  • parse_entry(self, ns, node)
    Parse an Ntry node and yield transactions
  • parse_statement(self, ns, node)
    Parse a single Stmt node.
  • parse_transaction_details(self, ns, node, transaction)
    Parse TxDtls node.

New fields (0)

No new fields.

Public methods (0)

No public methods.

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/11.0/account_bank_statement_import_camt_oca
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYBanking addons
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSPedro M. Baeza, Andrea, OCA Transbot, Emanuel Cino, oca-travis, OCA-git-bot, Maxence Groine
WEBSITE
WEBSITEhttps://github.com/OCA/bank-statement-import
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_bank_statement_import
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - analytic
    - web_planner
    - portal
    - http_routing
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 ul Inherits account_bank_statement_import.account_bank_statement_import_view
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (8)
  • add_value_from_node(self, ns, node, xpath_str, obj, attr_name, join_str=None)
    Add value to object from first or all nodes found with xpath. If xpath_str is a list (or iterable), it will be seen as a series of search path's in order of preference. The first item that results in a found node will be used to set a value.
  • check_version(self, ns, root)
    Validate validity of camt file.
  • get_balance_amounts(self, ns, node)
    Return opening and closing balance. Depending on kind of balance and statement, the balance might be in a different kind of node: OPBD = OpeningBalance PRCD = PreviousClosingBalance ITBD = InterimBalance (first ITBD is start-, second is end-balance) CLBD = ClosingBalance
  • parse(self, data)
    Parse a camt.052 or camt.053 or camt.054 file.
  • parse_amount(self, ns, node)
    Parse element that contains Amount and CreditDebitIndicator.
  • parse_entry(self, ns, node)
    Parse an Ntry node and yield transactions
  • parse_statement(self, ns, node)
    Parse a single Stmt node.
  • parse_transaction_details(self, ns, node, transaction)
    Parse TxDtls node.
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/10.0/account_bank_statement_import_camt_oca
VERSION
VERSION 1.1.6
CATEGORY
CATEGORYBanking addons
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSAlexis de Lattre, Stefan Rijnhart, eLBati, Holger Brunn, Pedro M. Baeza, GitHub, Andrea, Stéphane Bidoul (ACSONE), OCA Transbot, Emanuel Cino, Moises Lopez - https://www.vauxoo.com/, oca-travis, OCA-git-bot, oleksandrpaziuk
WEBSITE
WEBSITEhttps://github.com/OCA/bank-statement-import
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_bank_statement_import
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
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 ul Inherits account_bank_statement_import.account_bank_statement_import_view
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (8)
  • add_value_from_node(self, ns, node, xpath_str, obj, attr_name, join_str=None)
    Add value to object from first or all nodes found with xpath. If xpath_str is a list (or iterable), it will be seen as a series of search path's in order of preference. The first item that results in a found node will be used to set a value.
  • check_version(self, ns, root)
    Validate validity of camt file.
  • get_balance_amounts(self, ns, node)
    Return opening and closing balance. Depending on kind of balance and statement, the balance might be in a different kind of node: OPBD = OpeningBalance PRCD = PreviousClosingBalance ITBD = InterimBalance (first ITBD is start-, second is end-balance) CLBD = ClosingBalance
  • parse(self, data)
    Parse a camt.052 or camt.053 or camt.054 file.
  • parse_amount(self, ns, node)
    Parse element that contains Amount and CreditDebitIndicator.
  • parse_entry(self, ns, node, transaction=None)
    Parse an Ntry node and yield transactions
  • parse_statement(self, ns, node)
    Parse a single Stmt node.
  • parse_transaction_details(self, ns, node, transaction)
    Parse TxDtls node.