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 08:42:54
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
pilarvargas-tecnativa, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 kanban 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 form Inherits account_statement_base.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 (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)

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
118 days ago
Last activity
118 days ago
Repository
OCA/bank-statement-import
Pull request
[19.0][MIG] account_statement_import_move_line: Migration to 19.0 (#932)