Facturae - Literal Legal Texts

l10n_es_facturae_literal_legal
REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/17.0/l10n_es_facturae_literal_legal
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), APSL - Nagarro
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), APSL - Nagarro
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, bobrador
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-spain
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:19:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-financial-reporting:
    - account_tax_balance
OCA/bank-payment:
    - account_payment_partner
    - account_payment_mode
OCA/community-data-files:
    - base_bank_from_iban
    - base_iso3166
OCA/l10n-spain:
    - l10n_es_facturae
    - l10n_es_partner
    - l10n_es_aeat
OCA/reporting-engine:
    - report_xml
    - report_qweb_parameter
OCA/server-ux:
    - date_range
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_iban
    - base_vat
    - l10n_es
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES pycountry
xmlsig
schwifty==2024.4.0
lxml
unidecode
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits l10n_es_facturae.view_move_form
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)