| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/edi |
| GIT | |
| GIT | https://github.com/OCA/edi.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/edi/tree/18.0/account_invoice_download_scaleway |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | Yes |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/edi |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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/). |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
backend
Selection
ondelete={'scaleway': 'set null'}
selection_add=[('scaleway', 'Scaleway')]
scaleway_secret_key
Char
credentials_stored(self)
download(self, credentials, logs)
prepare_credentials(self)
scaleway_download(self, credentials, logs)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/edi |
| GIT | |
| GIT | https://github.com/OCA/edi.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/edi/tree/14.0/account_invoice_download_scaleway |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | Yes |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/edi |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
backend
Selection
ondelete={'scaleway': 'set null'}
selection_add=[('scaleway', 'Scaleway')]
scaleway_secret_key
Char
string='Scaleway Secret Key'
credentials_stored(self)
download(self, credentials, logs)
prepare_credentials(self)
scaleway_download(self, credentials, logs)