TIP: You can type at any time to perform a new search.
Bank statement import move lines
account_bank_statement_import_move_line · OCA/bank-statement-import
- Repository
- OCA/bank-statement-import · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Accounting
- Folder size
- 0.12 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/bank-statement-import
- Last tracking update
- 2026-08-07 07:57:03
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Weblate, OCA-git-bot, oca-ci, Luis Ernesto García Medina
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 | form | Inherits account.view_bank_statement_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (1)-
create_statement_line_from_move_line(self, statement)
New fields (10)
-
allow_blockedBooleanstring='Allow Litigation Move Lines' -
date_typeSelectionrequired=Truestring='Type of Date Filter' args: [('due', 'Due Date'), ('move', 'Move Date')] -
due_dateDatedefault=fields.Date.context_today -
invoiceBooleanstring='Linked to an Invoice or Refund' -
journal_idsMany2many → account.journalstring='Journals Filter' args: 'account.journal' -
move_dateDatedefault=fields.Date.context_today -
move_line_idsMany2many → account.move.linestring='Move Lines' args: 'account.move.line' -
partner_idMany2one → res.partnerdomain=['|', ('parent_id', '=', False), ('is_company', '=', True)]string='Partner Related' args: 'res.partner' -
statement_idMany2one → account.bank.statementstring='Bank Statement' args: 'account.bank.statement' -
target_moveSelectionstring='Target Moves' args: [('posted', 'All Posted Entries'), ('all', 'All Entries')]
-
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)
Loading…
Loading…
Loading…
Loading…
Loading…