Bank statement import move lines

account_statement_import_move_line
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/18.0/account_statement_import_move_line
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, pilarvargas-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/bank-statement-import
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-reconcile:
    - account_statement_base
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - 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
This module adds a button to bank statement form view to open a wizard
to allow filtering, selecting and importing lines form journal items
into the bank statement.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_journal_dashboard_kanban_view account.journal xpath Inherits account.account_journal_dashboard_kanban_view
account_statement_line_create_view_form account_statement_line_create_form account.statement.line.create form New
view_bank_statement_form account.bank.statement.form.population account.bank.statement button Inherits account_statement_base.view_bank_statement_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • create_statement_line_from_move_line(self, statement)

New fields (9)
  • date_type Selection
    required=True string='Type of Date Filter' args: [('due', 'Due Date'), ('move', 'Move Date')]
  • due_date Date
    default=fields.Date.context_today
  • invoice Boolean
    string='Linked to an Invoice or Refund'
  • journal_ids Many2many → account.journal
    string='Journals Filter' args: 'account.journal'
  • move_date Date
    default=fields.Date.context_today
  • move_line_ids Many2many → account.move.line
    string='Move Lines' args: 'account.move.line'
  • partner_id Many2one → res.partner
    domain=['|', ('parent_id', '=', False), ('is_company', '=', True)] string='Partner Related' args: 'res.partner'
  • statement_id Many2one → account.bank.statement
    string='Bank Statement' args: 'account.bank.statement'
  • target_move Selection
    string='Target Moves' args: [('posted', 'All Posted Entries'), ('all', 'All Entries')]
Public methods (4)
  • create_statement_lines(self)
  • default_get(self, field_list)
  • move_line_filters_change(self)
    @api.onchange('date_type', 'move_date', 'due_date', 'journal_ids', 'invoice', 'target_move', 'partner_id')
  • populate(self)
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/17.0/account_statement_import_move_line
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, pilarvargas-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/bank-statement-import
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-reconcile:
    - account_statement_base
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - 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
This module adds a button to bank statement form view to open a wizard
to allow filtering, selecting and importing lines form journal items
into the bank statement.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_journal_dashboard_kanban_view account.journal xpath Inherits account.account_journal_dashboard_kanban_view
account_statement_line_create_view_form account_statement_line_create_form account.statement.line.create form New
view_bank_statement_form account.bank.statement.form.population account.bank.statement button Inherits account_statement_base.view_bank_statement_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • create_statement_line_from_move_line(self, statement)

New fields (10)
  • allow_blocked Boolean
    string='Allow Litigation Move Lines'
  • date_type Selection
    required=True string='Type of Date Filter' args: [('due', 'Due Date'), ('move', 'Move Date')]
  • due_date Date
    default=fields.Date.context_today
  • invoice Boolean
    string='Linked to an Invoice or Refund'
  • journal_ids Many2many → account.journal
    string='Journals Filter' args: 'account.journal'
  • move_date Date
    default=fields.Date.context_today
  • move_line_ids Many2many → account.move.line
    string='Move Lines' args: 'account.move.line'
  • partner_id Many2one → res.partner
    domain=['|', ('parent_id', '=', False), ('is_company', '=', True)] string='Partner Related' args: 'res.partner'
  • statement_id Many2one → account.bank.statement
    string='Bank Statement' args: 'account.bank.statement'
  • target_move Selection
    string='Target Moves' args: [('posted', 'All Posted Entries'), ('all', 'All Entries')]
Public methods (4)
  • create_statement_lines(self)
  • default_get(self, field_list)
  • move_line_filters_change(self)
    @api.onchange('date_type', 'move_date', 'due_date', 'journal_ids', 'invoice', 'target_move', 'allow_blocked', 'partner_id')
  • populate(self)
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/15.0/account_statement_import_move_line
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Weblate, OCA-git-bot, pilarvargas-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/bank-statement-import
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:36
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - 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 (2)
XML IDNameModelTypeStatus
account_statement_line_create_view_form account_statement_line_create_form account.statement.line.create form New
view_bank_statement_form account.bank.statement.form.population account.bank.statement field Inherits account.view_bank_statement_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • create_statement_line_from_move_line(self, statement)

New fields (10)
  • allow_blocked Boolean
    string='Allow Litigation Move Lines'
  • date_type Selection
    required=True string='Type of Date Filter' args: [('due', 'Due Date'), ('move', 'Move Date')]
  • due_date Date
    default=fields.Date.context_today
  • invoice Boolean
    string='Linked to an Invoice or Refund'
  • journal_ids Many2many → account.journal
    string='Journals Filter' args: 'account.journal'
  • move_date Date
    default=fields.Date.context_today
  • move_line_ids Many2many → account.move.line
    string='Move Lines' args: 'account.move.line'
  • partner_id Many2one → res.partner
    domain=['|', ('parent_id', '=', False), ('is_company', '=', True)] string='Partner Related' args: 'res.partner'
  • statement_id Many2one → account.bank.statement
    string='Bank Statement' args: 'account.bank.statement'
  • target_move Selection
    string='Target Moves' args: [('posted', 'All Posted Entries'), ('all', 'All Entries')]
Public methods (4)
  • create_statement_lines(self)
  • default_get(self, field_list)
    @api.model
  • move_line_filters_change(self)
    @api.onchange('date_type', 'move_date', 'due_date', 'journal_ids', 'invoice', 'target_move', 'allow_blocked', 'partner_id')
  • populate(self)
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/14.0/account_statement_import_move_line
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSoca-travis, Weblate, OCA-git-bot, Luis D. Lafaurie
WEBSITE
WEBSITEhttps://github.com/OCA/bank-statement-import
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - 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 (2)
XML IDNameModelTypeStatus
account_statement_line_create_view_form account_statement_line_create_form account.statement.line.create form New
view_bank_statement_form account.bank.statement.form.population account.bank.statement field Inherits account.view_bank_statement_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • create_statement_line_from_move_line(self, statement)

New fields (10)
  • allow_blocked Boolean
    string='Allow Litigation Move Lines'
  • date_type Selection
    required=True string='Type of Date Filter' args: [('due', 'Due Date'), ('move', 'Move Date')]
  • due_date Date
    default=fields.Date.context_today string='Due Date'
  • invoice Boolean
    string='Linked to an Invoice or Refund'
  • journal_ids Many2many → account.journal
    string='Journals Filter' args: 'account.journal'
  • move_date Date
    default=fields.Date.context_today string='Move Date'
  • move_line_ids Many2many → account.move.line
    string='Move Lines' args: 'account.move.line'
  • partner_id Many2one → res.partner
    domain=['|', ('parent_id', '=', False), ('is_company', '=', True)] string='Partner Related' args: 'res.partner'
  • statement_id Many2one → account.bank.statement
    string='Bank Statement' args: 'account.bank.statement'
  • target_move Selection
    string='Target Moves' args: [('posted', 'All Posted Entries'), ('all', 'All Entries')]
Public methods (4)
  • create_statement_lines(self)
  • default_get(self, field_list)
    @api.model
  • move_line_filters_change(self)
    @api.onchange('date_type', 'move_date', 'due_date', 'journal_ids', 'invoice', 'target_move', 'allow_blocked', 'partner_id')
  • populate(self)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/bank-statement-import
PULL REQUEST
PULL REQUEST[19.0][MIG] account_statement_import_move_line: Migration to 19.0 (#932)