Repository
OCA/l10n-spain · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting & Finance
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-spain
Last tracking update
2026-08-07 08:22:53
Authors
Odoo Community Association (OCA), APSL - Nagarro
Maintainers
Odoo Community Association (OCA), APSL - Nagarro
Committers
OCA-git-bot, oca-ci, bobrador
Odoo dependencies
OCA/account-financial-reporting:
OCA/bank-payment:
OCA/community-data-files:
OCA/l10n-spain:
OCA/reporting-engine:
OCA/server-ux:
odoo/odoo:
- web
- bus
- uom
Python dependencies
pycountry, xmlsig, schwifty==2024.4.0, lxml, unidecode
System dependencies
None
Required by
None
Description
Agrega los Literales Legales para ser usados en Facturae.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
template_facturae_inherit_special_payment template_facturae_inherit_special_payment ir.ui.view qweb Inherits l10n_es_facturae.template_facturae
view_move_form_inherit_facturae_special_payment account.move.form account.move form Inherits l10n_es_facturae.view_move_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • literal_legal_ids One2many → l10n.es.facturae.literal.legal
    copy=True string='Literal Legal' args: 'l10n.es.facturae.literal.legal', 'move_id'
Public methods (0)

No public methods.

New fields (4)
  • description Text
    required=True
  • description_length Integer
    compute='_compute_description_length' store=True
  • move_id Many2one → account.move
    comodel_name='account.move' readonly=True string='Move'
  • sequence Integer
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)