| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/edi |
| GIT | |
| GIT | https://github.com/OCA/edi.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/edi/tree/10.0/account_invoice_download_weboob |
| 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, OCA Transbot, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/edi |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/community-data-files: - account_tax_unece - base_unece - product_uom_unece OCA/edi: - account_invoice_download - account_invoice_import - base_business_document_import OCA/partner-contact: - base_vat_sanitized OCA/server-tools: - onchange_helper odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner - base_iban - base_vat |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
weboob PyPDF2 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_invoice_download_config_form |
weboob.account.invoice.download.config.form | account.invoice.download.config | field | Inherits account_invoice_download.account_invoice_download_config_form |
weboob_module_form |
weboob.module.form | weboob.module | form | New |
weboob_module_search |
weboob.module.search | weboob.module | search | New |
weboob_module_tree |
weboob.module.tree | weboob.module | tree | New |
weboob_module_update_form |
weboob.module.update.form | weboob.module.update | form | New |
backend
Selection
selection_add=[('weboob', 'Weboob')]
weboob_has_parameter
Boolean
readonly=True
related='weboob_module_id.has_parameters'
weboob_module_id
Many2one → weboob.module
domain=[('state', '=', 'installed')]
ondelete='restrict'
string='Weboob Module'
args: 'weboob.module'
weboob_parameter_ids
One2many → weboob.parameter
string='Weboob Additional Parameters'
args: 'weboob.parameter', 'download_config_id'
download(self, credentials, logs)
prepare_credentials(self)
weboob_download(self, credentials, logs)
weboob_module_id_change(self)
active
Boolean
default=True
available_version
Char
readonly=True
string='Available Version'
description
Char
readonly=True
has_parameters
Boolean
readonly=True
string='Has Additional Parameters'
installed_version
Char
readonly=True
string='Installed Version'
license
Char
readonly=True
maintainer
Char
readonly=True
name
Char
readonly=True
required=True
state
Selection
default='uninstalled'
readonly=True
required=True
string='State'
args: [('uninstalled', 'Not Installed'), ('installed', 'Installed')]
get_installed_version(self, w)
has_parameter(self, w, module_name)
install(self)
name_get(self)
update_module_list(self)
upgrade(self)
No new fields.
Public methods (1)run(self)
download_config_id
Many2one → account.invoice.download.config
ondelete='cascade'
string='Invoice Download Config'
args: 'account.invoice.download.config'
key
Char
required=True
note
Char
string='Help'
value
Char
No public methods.