AEAT Certificados

l10n_es_aeat_certificate
REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/11.0/l10n_es_aeat_certificate
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Acysos S.L., Diagram Software S.L., Consultoría Informática Studio 73 S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Acysos S.L., Diagram Software S.L., Consultoría Informática Studio 73 S.L.
COMMITTERS
COMMITTERSPedro M. Baeza, Ignacio Ibeas - Acysos S.L, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-spain
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-financial-reporting:
    - account_tax_balance
OCA/l10n-spain:
    - l10n_es_aeat
OCA/server-ux:
    - date_range
odoo/odoo:
    - base
    - account_invoicing
    - account
    - base_setup
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - analytic
    - web_planner
    - portal
    - http_routing
    - base_iban
    - l10n_es
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES unidecode
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
l10n_es_aeat_certificate_form_view l10n.es.aeat.certificate.form l10n.es.aeat.certificate form New
l10n_es_aeat_certificate_password_wizard_view l10n.es.aeat.certificate.password.wizard l10n.es.aeat.certificate.password form New
l10n_es_certificate_tree_view l10n.es.aeat.certificate.tree l10n.es.aeat.certificate tree New
Models touched (2)

New fields (9)
  • company_id Many2one → res.company
    comodel_name='res.company' default=<expr> required=True string='Compañía'
  • date_end Date
    string='End Date'
  • date_start Date
    string='Start Date'
  • file Binary
    required=True string='File'
  • folder Char
    required=True string='Folder Name'
  • name Char
    string='Name'
  • private_key Char
    readonly=True string='Private Key'
  • public_key Char
    readonly=True string='Public Key'
  • state Selection
    default='draft' string='State' args: [('draft', 'Draft'), ('active', 'Active')]
Public methods (3)
  • action_active(self)
    @api.multi
  • get_certificates(self, company=False)
    @api.multi
  • load_password_wizard(self)
    @api.multi

New fields (1)
  • password Char
    required=True string='Password'
Public methods (1)
  • get_keys(self)
    @api.multi