Financial Journal reports

account_journal_report_xls
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/10.0/account_journal_report_xls
VERSION
VERSION 0.2.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Noviat
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Noviat
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_voucher
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_print_journal_xls Print/Export Journals account.print.journal.xls data Inherits account.account_common_report_view
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (6)
  • fields_get(self, cr, uid, fields=None, context=None)
  • fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False)
    skip account.common.journal.report,fields_view_get (adds domain filter on journal type)
  • fy_period_ids(self, cr, uid, fiscalyear_id)
    returns all periods from a fiscalyear sorted by date
  • onchange_fiscalyear_id(self, cr, uid, ids, fiscalyear_id=False, context=None)
  • print_report(self, cr, uid, ids, context=None)
  • xls_export(self, cr, uid, ids, context=None)
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/8.0/account_journal_report_xls
VERSION
VERSION 0.2.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Noviat
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Noviat
COMMITTERS
COMMITTERSStéphane Bidoul, Yannick Vaucher, Guewen Baconnier, Alexandre Fayolle, Holger Brunn, Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), luc-demeyer, OCA Transbot, Adrien Peiffer (ACSONE)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/reporting-engine:
    - report_xls
odoo/odoo:
    - account_voucher
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES xlwt
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_print_journal_xls Print/Export Journals account.print.journal.xls data Inherits account.account_common_report_view
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • group_entries Boolean
    default=True help='Group entries with same General Account & Tax Code.' args: 'Group Entries'
  • journal_ids Many2many → account.journal
    required=True string='Journals' args: 'account.journal', 'account_print_journal_xls_journal_rel', 'journal_xls_id', 'journal_id'
Public methods (6)
  • fields_get(self, cr, uid, fields=None, context=None)
  • fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False)
    skip account.common.journal.report,fields_view_get (adds domain filter on journal type)
  • fy_period_ids(self, cr, uid, fiscalyear_id)
    returns all periods from a fiscalyear sorted by date
  • onchange_fiscalyear_id(self, cr, uid, ids, fiscalyear_id=False, context=None)
  • print_report(self, cr, uid, ids, context=None)
  • xls_export(self, cr, uid, ids, context=None)
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/7.0/account_journal_report_xls
VERSION
VERSION 0.2
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Noviat
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Noviat
COMMITTERS
COMMITTERSGuewen Baconnier, Alexandre Fayolle, Laetitia Gangloff, Pedro M. Baeza, Luc De Meyer, unknown, Rudolf Schnapka, laetitia.gangloff@acsone.eu
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/reporting-engine:
    - report_xls
odoo/odoo:
    - account_voucher
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES xlwt
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Journal Reports
===============

This module adds journal reports by period and by fiscal year with
    - entries printed per move
    - option to group entries with same general account & VAT case
    - vat info per entry
    - vat summary

These reports are available in PDF and XLS format.

This module depends upon the 'report_xls' module,
cf. https://launchpad.net/openerp-reporting-engines

    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_print_journal_xls Print/Export Journals account.print.journal.xls data Inherits account.account_common_report_view
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (6)
  • fields_get(self, cr, uid, allfields=None, context=None, write_access=True)
  • fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False)
    skip account.common.journal.report,fields_view_get (adds domain filter on journal type)
  • fy_period_ids(self, cr, uid, fiscalyear_id)
    returns all periods from a fiscalyear sorted by date
  • onchange_fiscalyear_id(self, cr, uid, ids, fiscalyear_id=False, context=None)
  • print_report(self, cr, uid, ids, context=None)
  • xls_export(self, cr, uid, ids, context=None)
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/6.1/account_journal_report_xls
VERSION
VERSION 0.1
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSNoviat
MAINTAINERS
MAINTAINERSNoviat
COMMITTERS
COMMITTERSMatthieu Dietrich
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/reporting-engine:
    - report_xls
odoo/odoo:
    - account_voucher
    - account
    - base_setup
    - base
    - product
    - process
    - decimal_precision
    - analytic
    - board
    - edi
    - email_template
    - mail
    - base_tools
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES xlwt
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Journal Reports
===============

This module adds journal reports by period and by fiscal year with
    - entries printed per move
    - option to group entries with same general account & VAT case
    - vat info per entry
    - vat summary

These reports are available in PDF and XLS format.

This module depends upon the 'report_xls' module,
cf. https://launchpad.net/openerp-reporting-engines

    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_print_journal_xls Print/Export Journals account.print.journal.xls data Inherits account.account_common_report_view
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (6)
  • fields_get(self, cr, uid, fields=None, context=None)
  • fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False)
    skip account.common.journal.report,fields_view_get (adds domain filter on journal type)
  • fy_period_ids(self, cr, uid, fiscalyear_id)
    returns all periods from a fiscalyear sorted by date
  • onchange_fiscalyear_id(self, cr, uid, ids, fiscalyear_id=False, context=None)
  • print_report(self, cr, uid, ids, context=None)
  • xls_export(self, cr, uid, ids, context=None)