Account Invoice Download Weboob

account_invoice_download_weboob
REPOSITORY
REPOSITORYOCA/edi
GIT
GIThttps://github.com/OCA/edi.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/edi/tree/10.0/account_invoice_download_weboob
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/edi
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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
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.