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
Odoo dependencies
Python dependencies
weboob, PyPDF2
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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)
  • 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'
Public methods (4)
  • 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)
  • 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')]
Public methods (6)
  • 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_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
Public methods (0)

No public methods.