| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/bank-statement-import |
| GIT | |
| GIT | https://github.com/OCA/bank-statement-import.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/bank-statement-import/tree/18.0/account_statement_line_order |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Thierry Ducrest, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/bank-statement-import |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:14 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - onboarding - product - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_journal_form |
account.journal | xpath | Inherits account.view_account_journal_form |
No new fields.
Public methods (0)No public methods.
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)')]
No public methods.