Account Invoice Download Scaleway

account_invoice_download_scaleway
REPOSITORY
REPOSITORYOCA/edi
GIT
GIThttps://github.com/OCA/edi.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/edi/tree/18.0/account_invoice_download_scaleway
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/edi
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/community-data-files:
    - account_tax_unece
    - base_unece
    - uom_unece
OCA/edi:
    - account_invoice_download
    - account_invoice_import
    - base_business_document_import
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_iban
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a **Scaleway** backend to the
**account_invoice_download** module. It allows you to auto-download
[Scaleway](https://www.scaleway.com/) invoices via the [Scaleway Billing
API](https://www.scaleway.com/en/developers/api/billing/).

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_invoice_download_config_form scaleway.account.invoice.download.config.form account.invoice.download.config field Inherits account_invoice_download.account_invoice_download_config_form
Models touched (1)

New fields (2)
  • backend Selection
    ondelete={'scaleway': 'set null'} selection_add=[('scaleway', 'Scaleway')]
  • scaleway_secret_key Char
Public methods (4)
  • credentials_stored(self)
  • download(self, credentials, logs)
  • prepare_credentials(self)
  • scaleway_download(self, credentials, logs)
REPOSITORY
REPOSITORYOCA/edi
GIT
GIThttps://github.com/OCA/edi.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/edi/tree/14.0/account_invoice_download_scaleway
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/edi
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/community-data-files:
    - account_tax_unece
    - base_unece
    - uom_unece
OCA/edi:
    - account_invoice_download
    - account_invoice_import
    - base_business_document_import
    - pdf_helper
OCA/server-tools:
    - onchange_helper
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
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES pypdf>=3.1.0,<5.0
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_invoice_download_config_form scaleway.account.invoice.download.config.form account.invoice.download.config field Inherits account_invoice_download.account_invoice_download_config_form
Models touched (1)

New fields (2)
  • backend Selection
    ondelete={'scaleway': 'set null'} selection_add=[('scaleway', 'Scaleway')]
  • scaleway_secret_key Char
    string='Scaleway Secret Key'
Public methods (4)
  • credentials_stored(self)
  • download(self, credentials, logs)
  • prepare_credentials(self)
  • scaleway_download(self, credentials, logs)