TIP: You can type at any time to perform a new search.
Facturae - Literal Legal Texts
l10n_es_facturae_literal_legal · OCA/l10n-spain
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idsOne2many → l10n.es.facturae.literal.legalcopy=Truestring='Literal Legal' args: 'l10n.es.facturae.literal.legal', 'move_id'
No public methods.
New fields (4)
-
descriptionTextrequired=True -
description_lengthIntegercompute='_compute_description_length'store=True -
move_idMany2one → account.movecomodel_name='account.move'readonly=Truestring='Move' -
sequenceInteger
-
create(self, vals_list)@api.model_create_multi -
write(self, vals)