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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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_blocked Boolean
    string='Allow Litigation Move Lines'
  • 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)
    @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…