TIP: You can type at any time to perform a new search.
Account Invoice Download Weboob
account_invoice_download_weboob · OCA/edi
- Repository
- OCA/edi · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Accounting
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- Yes
- Auto-installable
- No
- Website
- https://github.com/OCA/edi
- Last tracking update
- 2026-08-07 07:17:47
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Alexis de Lattre, OCA Transbot, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_invoice_download_config_form |
weboob.account.invoice.download.config.form | account.invoice.download.config | form | 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 |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (4)
-
backendSelectionselection_add=[('weboob', 'Weboob')] -
weboob_has_parameterBooleanreadonly=Truerelated='weboob_module_id.has_parameters' -
weboob_module_idMany2one → weboob.moduledomain=[('state', '=', 'installed')]ondelete='restrict'string='Weboob Module' args: 'weboob.module' -
weboob_parameter_idsOne2many → weboob.parameterstring='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)@api.onchange('weboob_module_id')
New fields (9)
-
activeBooleandefault=True -
available_versionCharreadonly=Truestring='Available Version' -
descriptionCharreadonly=True -
has_parametersBooleanreadonly=Truestring='Has Additional Parameters' -
installed_versionCharreadonly=Truestring='Installed Version' -
licenseCharreadonly=True -
maintainerCharreadonly=True -
nameCharreadonly=Truerequired=True -
stateSelectiondefault='uninstalled'readonly=Truerequired=Truestring='State' args: [('uninstalled', 'Not Installed'), ('installed', 'Installed')]
-
get_installed_version(self, w) -
has_parameter(self, w, module_name)@api.model -
install(self) -
name_get(self)@api.depends('name', 'description') -
update_module_list(self)@api.model -
upgrade(self)
New fields (0)
No new fields.
Public methods (1)-
run(self)
New fields (4)
-
download_config_idMany2one → account.invoice.download.configondelete='cascade'string='Invoice Download Config' args: 'account.invoice.download.config' -
keyCharrequired=True -
noteCharstring='Help' -
valueChar
No public methods.