Repository
odoo/odoo · module folder
Module version
1.1
Category
Accounting
Folder size
1.17 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://www.odoo.com/page/accounting
Last tracking update
2026-08-07 04:56:42
Authors
Maintainers
None
Committers
Martin Trigaux, Odoo Translation Bot, Goffin Simon, Nicolas Martinelli, Nicolas Lempereur, qdp-odoo, Lucas Perais (lpe), Yannick Tivisse
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 Inherits account.account_common_report_view
account_report_print_journal_view Sale/Purchase Journal account.print.journal Inherits account.account_common_report_view
report_journal report_journal ir.ui.view qweb New
report_partnerledger report_partnerledger ir.ui.view qweb New
HTTP endpoints (0)

No HTTP endpoints found for this module.

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