Account Statement Line Order

account_statement_line_order
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_line_order
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSThierry Ducrest, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/bank-statement-import
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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 configuration field `Statement Line Internal Index` on bank
journals to allow changing the default computation of the `internal_index`
of bank statement lines.

The `internal_index` is used to order the statement lines.

When importing multiple bank statements for the same day, the default computation
does not work well; because the lines of each statement are mixed together.

Using the custom index computation `Statement together ...` statement lines from
the same statement are kept together.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_journal_form account.journal xpath Inherits account.view_account_journal_form
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • statement_line_internal_index Selection
    default='date_line_sequence_id' help='Allow to select the computing method for the order sequence of the bank statement lines.' args: [('date_line_sequence_id', 'Default (Date, Line sequence/ID)'), ('date_statement_id_line_sequence_id', 'Statement together (Date, Statement ID, Line sequence/ID)')]
Public methods (0)

No public methods.