| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-spain |
| GIT | |
| GIT | https://github.com/OCA/l10n-spain.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-spain/tree/8.0/l10n_es_account_financial_report |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Localisation/Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Zikzakmedia SL, J. Gutierrez |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Zikzakmedia SL, J. Gutierrez |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, oca-travis |
| WEBSITE | |
| WEBSITE | http://github.com/OCA/l10n-spain |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/l10n-spain: - l10n_es odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - report - analytic - board - edi - email_template - base_vat - base_iban - l10n_es |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_journal_entries_report_view |
Print journal by entries | account.journal.entries.report | form | New |
journal_entries |
journal_entries | ir.ui.view | qweb | New |
journal_ids
Many2many → account.journal
comodel_name='account.journal'
default=_default_journal_ids
relation='account_journal_entries_report_journals_rel'
required=True
string='Journal'
landscape
Boolean
default=True
string='Landscape mode'
period_ids
Many2many → account.period
comodel_name='account.period'
relation='account_journal_entries_report_periods_rel'
string='Period'
sort_selection
Selection
default='name'
required=True
string='Entries Sorted By'
args: [('date', 'By date'), ('name', 'By entry number'), ('ref', 'By reference number')]
print_report(self)
No new fields.
Public methods (1)render_html(self, data=None)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-spain |
| GIT | |
| GIT | https://github.com/OCA/l10n-spain.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-spain/tree/7.0/l10n_es_account_financial_report |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Localisation/Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Spanish Localization Team, Serv. Tecnol. Avanzados - Pedro M. Baeza, Zikzakmedia SL, J. Gutierrez |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Spanish Localization Team, Serv. Tecnol. Avanzados - Pedro M. Baeza, Zikzakmedia SL, J. Gutierrez |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot |
| WEBSITE | |
| WEBSITE | http://odoospain.org |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/l10n-spain: - l10n_es odoo/odoo: - account - base_setup - base - web_kanban - web - product - process - decimal_precision - analytic - board - edi - email_template - base_vat - base_iban - l10n_es |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License
Informes financieros de la localización española
================================================
Agrega el siguiente informe y la pantalla de parametrización del mismo:
* Libro diario.
Uso
===
El informe se puede encontrar dentro de *Contabilidad > Informes legales >
Informes contables > Libro diario*.
Problemas conocidos
===================
* El espaciado entre cada línea del asiento se ha tenido que establecer fijo,
ya que si no salía muy grande de manera automática, por lo que habrá algún
solape si la descripción de la línea es muy larga, sobretodo en la
disposición vertical.
Créditos
========
Contribuidores
--------------
* Jordi Esteve <jesteve@zikzakmedia.com>
* Joaquin Gutierrez <joaquingpedrosa@gmail.com>
* Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
Maintainer
----------
.. image:: http://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: http://odoo-community.org
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
To contribute to this module, please visit http://odoo-community.org.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_journal_entries_report_view |
Print journal by entries | account.journal.entries.report | form | New |
No new fields.
Public methods (2)default_get(self, cr, uid, fields, context=None)
print_report(self, cr, uid, ids, context=None)