Repository
OCA/l10n-spain · module folder · Try on Runboat
Module version
1.0.1
Category
Accounting
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-spain
Last tracking update
2026-08-07 07:24:52
Authors
Odoo Community Association (OCA), Acysos S.L., Diagram Software S.L., Consultoría Informática Studio 73 S.L.
Maintainers
Odoo Community Association (OCA), Acysos S.L., Diagram Software S.L., Consultoría Informática Studio 73 S.L.
Committers
Pedro M. Baeza, Ignacio Ibeas - Acysos S.L, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
OCA/account-financial-reporting:
OCA/l10n-spain:
OCA/server-ux:
odoo/odoo:
- web
- bus
Python dependencies
unidecode
System dependencies
None
Required by
l10n_es_aeat_soap, l10n_es_ticketbai
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
HTTP endpoints (0)

No HTTP endpoints found for this module.

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