TIP: You can type at any time to perform a new search.
Account Statement Line Order
account_statement_line_order · OCA/bank-statement-import
- Repository
- OCA/bank-statement-import · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Accounting
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/bank-statement-import
- Last tracking update
- 2026-08-07 08:42:54
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Thierry Ducrest, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_journal_form |
account.journal | form | Inherits account.view_account_journal_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
statement_line_internal_indexSelectiondefault='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.