Repository
OCA/bank-payment · module folder · Try on Runboat
Module version
1.0.3
Category
Uncategorized
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/bank-payment
Last tracking update
2026-08-07 08:09:29
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Weblate, OCA-git-bot, oca-ci, Aritz Olea, Antônio Neto, Zina Rasoamanana
Odoo dependencies
Python dependencies
unidecode, fsspec>=2024.5.0
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_payment_method_form_view account.payment.method.form (in account_payment_method_fs_storage) account.payment.method form Inherits account_payment_mode.account_payment_method_form
fs_storage_form_view fs.storage form Inherits fs_storage.fs_storage_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • storage Selection
    help='Storage where to put the file after generation' selection='_get_selection_storage'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • generate_payment_file(self)
    Inherit to catch file generation and put it on the storage (if necessary)
  • open2generated(self)

New fields (1)
  • use_on_payment_method Boolean
    help='Tells if storage can be set on payment methods'
Public methods (0)

No public methods.