Journal Report

account_journal_report
REPOSITORY
REPOSITORYOCA/account-financial-reporting
GIT
GIThttps://github.com/OCA/account-financial-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-reporting/tree/9.0/account_journal_report
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Eficent, J. Gutierrez, RGB Consulting
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Eficent, J. Gutierrez, RGB Consulting
COMMITTERS
COMMITTERSmreficent, OCA Transbot, oca-travis
WEBSITE
WEBSITEhttp://github.com/OCA/account-financial-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/reporting-engine:
    - report_xlsx
odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - report
    - analytic
    - web_tip
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES xlsxwriter
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_journal_ledger_report_view Print journal ledger account.journal.entries.report form New
journal_ledger journal_ledger ir.ui.view qweb New
Models touched (2)

New fields (5)
  • date_end Date
    default=fields.Date.to_string(date.today()) required=True
  • date_start Date
    default=fields.Date.to_string(<expr>) required=True
  • journal_ids Many2many → account.journal
    comodel_name='account.journal' default=_default_journal_ids relation='account_journal_entries_report_journals_rel' required=True string='Journals'
  • landscape Boolean
    default=True string='Landscape mode'
  • 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 (2)
  • print_report(self)
    @api.multi
    Print report PDF
  • print_report_xlsx(self)
    @api.multi
    Print report XLSX

New fields (0)

No new fields.

Public methods (1)
  • render_html(self, data)
    @api.multi