Informes financieros para España

l10n_es_account_financial_report
REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/8.0/l10n_es_account_financial_report
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYLocalisation/Accounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Zikzakmedia SL, J. Gutierrez
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Zikzakmedia SL, J. Gutierrez
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis
WEBSITE
WEBSITEhttp://github.com/OCA/l10n-spain
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_journal_entries_report_view Print journal by entries account.journal.entries.report form New
journal_entries journal_entries ir.ui.view qweb New
Models touched (2)

New fields (4)
  • 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')]
Public methods (1)
  • print_report(self)
    @api.multi
    Print report.

New fields (0)

No new fields.

Public methods (1)
  • render_html(self, data=None)
    @api.multi
REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/7.0/l10n_es_account_financial_report
VERSION
VERSION 1.0
CATEGORY
CATEGORYLocalisation/Accounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Spanish Localization Team, Serv. Tecnol. Avanzados - Pedro M. Baeza, Zikzakmedia SL, J. Gutierrez
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Spanish Localization Team, Serv. Tecnol. Avanzados - Pedro M. Baeza, Zikzakmedia SL, J. Gutierrez
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot
WEBSITE
WEBSITEhttp://odoospain.org
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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.

    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_journal_entries_report_view Print journal by entries account.journal.entries.report form New
Models touched (1)

New fields (0)

No new fields.

Public methods (2)
  • default_get(self, cr, uid, fields, context=None)
  • print_report(self, cr, uid, ids, context=None)
    Print report.