Repository
OCA/edi · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting
Folder size
0.04 MB
License
AGPL-3
Application
Yes
Auto-installable
No
Website
https://github.com/OCA/edi
Last tracking update
2026-08-07 08:42:55
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Alexis de Lattre, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits account_invoice_download.account_invoice_download_config_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)

Loading…