Extra Accounting Reports

account_extra_reports
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/9.0/account_extra_reports
VERSION
VERSION 1.1
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Goffin Simon, Nicolas Martinelli, Nicolas Lempereur, qdp-odoo, Lucas Perais (lpe), Yannick Tivisse
WEBSITE
WEBSITEhttps://www.odoo.com/page/accounting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:48:30
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_accountant
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - report
    - analytic
    - web_tip
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Extra Accounting Reports.
====================================

This module adds two new reports:
* Sale/Purchase Journal report 
* Partner Ledger
    

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
account_report_partner_ledger_view Partner Ledger account.report.partner.ledger data Inherits account.account_common_report_view
account_report_print_journal_view Sale/Purchase Journal account.print.journal data Inherits account.account_common_report_view
report_journal report_journal ir.ui.view qweb New
report_partnerledger report_partnerledger ir.ui.view qweb New
Models touched (5)

New fields (1)
  • amount_currency Boolean
    help='Print Report with the currency column if the currency differs from the company currency.' args: 'With Currency'
Public methods (1)
  • pre_print_report(self, data)
    @api.multi

New fields (2)
  • journal_ids Many2many → account.journal
    default=<expr> required=True string='Journals' args: 'account.journal'
  • sort_selection Selection
    default='move_name' required=True args: [('date', 'Date'), ('move_name', 'Journal Entry Number')], 'Entries Sorted by'
Public methods (0)

No public methods.

New fields (2)
  • amount_currency Boolean
    help='It adds the currency column on report if the currency differs from the company currency.' args: 'With Currency'
  • reconciled Boolean
    args: 'Reconciled Entries'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • lines(self, target_move, journal_ids, sort_selection, data)
  • render_html(self, data)
    @api.multi

New fields (0)

No new fields.

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