Repository
OCA/bank-statement-import · module folder · Try on Runboat
Module version
1.0.0
Category
Banking addons
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/bank-statement-import
Last tracking update
2026-08-07 07:31:54
Authors
Odoo Community Association (OCA), Therp BV
Maintainers
Odoo Community Association (OCA), Therp BV
Committers
Alexis de Lattre, Alexey Pelykh, Weblate, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_bank_statement_form 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 (4)
  • import_date Datetime
    related='import_file.create_date' string='Imported on'
  • import_file Many2one → ir.attachment
    readonly=True args: 'ir.attachment', 'Import file'
  • import_log Text
    related='import_file.description' string='Import Warnings'
  • import_user Many2one
    related='import_file.create_uid' string='Imported by'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • import_file(self)
    @api.multi

Loading…

Loading…

Loading…