Bank statement one move

account_statement_one_move
REPOSITORY
REPOSITORYOCA/account-reconcile
GIT
GIThttps://github.com/OCA/account-reconcile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-reconcile/tree/10.0/account_statement_one_move
VERSION
VERSION 0.1
CATEGORY
CATEGORYGeneric Modules/Others
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSPedro M. Baeza
WEBSITE
WEBSITEhttp://www.akretion.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-reconcile:
    - account_statement_ext
odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
    - account_voucher
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
    This module allows to group all lines of a bank statement in only one move.
    This feature is optional and can be activated with a checkbox in the bank
    statement's profile. This is very useful for credit card deposit for
    example, you won't have a move for each line.

    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_statement_view_form account_statement_one_move.account_statement.view_form account.statement.profile field Inherits account_statement_ext.statement_importer_view_form
Models touched (2)

New fields (0)

No new fields.

Public methods (5)
  • button_cancel(self, cr, uid, ids, context=None)
  • button_confirm_bank(self, cr, uid, ids, context=None)
  • create_move_from_st_line(self, cr, uid, st_line_id, company_currency_id, st_line_number, context=None)
  • create_move_line_from_st_line(self, cr, uid, move_id, st_line_id, company_currency_id, context=None)
    Create the account move line from the statement line. :param int/long move_id: ID of the account.move :param int/long st_line_id: ID of the account.bank.statement.line to create the move line from. :param int/long company_currency_id: ID of the res.currency of the company :return: ID of the account.move created
  • create_move_transfer_lines(self, cr, uid, move, st, context=None)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-reconcile
GIT
GIThttps://github.com/OCA/account-reconcile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-reconcile/tree/9.0/account_statement_one_move
VERSION
VERSION 0.1
CATEGORY
CATEGORYGeneric Modules/Others
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERS
WEBSITE
WEBSITEhttp://www.akretion.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-reconcile:
    - account_statement_ext
odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - report
    - analytic
    - web_tip
    - web_planner
    - report_webkit
    - account_voucher
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
    This module allows to group all lines of a bank statement in only one move.
    This feature is optional and can be activated with a checkbox in the bank
    statement's profile. This is very useful for credit card deposit for
    example, you won't have a move for each line.

    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_statement_view_form account_statement_one_move.account_statement.view_form account.statement.profile field Inherits account_statement_ext.statement_importer_view_form
Models touched (2)

New fields (0)

No new fields.

Public methods (5)
  • button_cancel(self, cr, uid, ids, context=None)
  • button_confirm_bank(self, cr, uid, ids, context=None)
  • create_move_from_st_line(self, cr, uid, st_line_id, company_currency_id, st_line_number, context=None)
  • create_move_line_from_st_line(self, cr, uid, move_id, st_line_id, company_currency_id, context=None)
    Create the account move line from the statement line. :param int/long move_id: ID of the account.move :param int/long st_line_id: ID of the account.bank.statement.line to create the move line from. :param int/long company_currency_id: ID of the res.currency of the company :return: ID of the account.move created
  • create_move_transfer_lines(self, cr, uid, move, st, context=None)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-reconcile
GIT
GIThttps://github.com/OCA/account-reconcile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-reconcile/tree/8.0/account_statement_one_move
VERSION
VERSION 0.1
CATEGORY
CATEGORYGeneric Modules/Others
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSStéphane Bidoul, Pedro M. Baeza
WEBSITE
WEBSITEhttp://www.akretion.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-reconcile:
    - account_statement_ext
odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
    - report_webkit
    - account_voucher
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
    This module allows to group all lines of a bank statement in only one move.
    This feature is optional and can be activated with a checkbox in the bank
    statement's profile. This is very useful for credit card deposit for
    example, you won't have a move for each line.

    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_statement_view_form account_statement_one_move.account_statement.view_form account.statement.profile field Inherits account_statement_ext.statement_importer_view_form
Models touched (2)

New fields (0)

No new fields.

Public methods (5)
  • button_cancel(self, cr, uid, ids, context=None)
  • button_confirm_bank(self, cr, uid, ids, context=None)
  • create_move_from_st_line(self, cr, uid, st_line_id, company_currency_id, st_line_number, context=None)
  • create_move_line_from_st_line(self, cr, uid, move_id, st_line_id, company_currency_id, context=None)
    Create the account move line from the statement line. :param int/long move_id: ID of the account.move :param int/long st_line_id: ID of the account.bank.statement.line to create the move line from. :param int/long company_currency_id: ID of the res.currency of the company :return: ID of the account.move created
  • create_move_transfer_lines(self, cr, uid, move, st, context=None)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-reconcile
GIT
GIThttps://github.com/OCA/account-reconcile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-reconcile/tree/7.0/account_statement_one_move
VERSION
VERSION 0.1
CATEGORY
CATEGORYGeneric Modules/Others
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSYannick Vaucher, Alexandre Fayolle, Leonardo Pistone, Pedro M. Baeza, florian-dacosta, Sebastien Beau, Florian da Costa
WEBSITE
WEBSITEhttp://www.akretion.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-reconcile:
    - account_statement_ext
odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
    - report_webkit
    - account_voucher
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
    This module allows to group all lines of a bank statement in only one move.
    This feature is optional and can be activated with a checkbox in the bank
    statement's profile. This is very useful for credit card deposit for
    example, you won't have a move for each line.

    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_statement_view_form account_statement_one_move.account_statement.view_form account.statement.profile field Inherits account_statement_ext.statement_importer_view_form
Models touched (2)

New fields (0)

No new fields.

Public methods (5)
  • button_cancel(self, cr, uid, ids, context=None)
  • button_confirm_bank(self, cr, uid, ids, context=None)
  • create_move_from_st_line(self, cr, uid, st_line_id, company_currency_id, st_line_number, context=None)
  • create_move_line_from_st_line(self, cr, uid, move_id, st_line_id, company_currency_id, context=None)
    Create the account move line from the statement line. :param int/long move_id: ID of the account.move :param int/long st_line_id: ID of the account.bank.statement.line to create the move line from. :param int/long company_currency_id: ID of the res.currency of the company :return: ID of the account.move created
  • create_move_transfer_lines(self, cr, uid, move, st, context=None)

New fields (0)

No new fields.

Public methods (0)

No public methods.