Account Payment Method Fs Storage

account_payment_method_fs_storage
REPOSITORY
REPOSITORYOCA/bank-payment
GIT
GIThttps://github.com/OCA/bank-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/bank-payment/tree/16.0/account_payment_method_fs_storage
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Aritz Olea, Antônio Neto, Zina Rasoamanana
WEBSITE
WEBSITEhttps://github.com/OCA/bank-payment
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/bank-payment:
    - account_banking_sepa_credit_transfer
    - account_banking_pain_base
    - account_payment_order
    - account_payment_partner
    - account_payment_mode
OCA/storage:
    - fs_storage
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_iban
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES unidecode
fsspec>=2024.5.0
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits account_payment_mode.account_payment_method_form
fs_storage_form_view fs.storage field Inherits fs_storage.fs_storage_form_view
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.