| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/9.0/account_extra_reports |
| VERSION | |
| VERSION | 1.1 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Goffin Simon, Nicolas Martinelli, Nicolas Lempereur, qdp-odoo, Lucas Perais (lpe), Yannick Tivisse |
| WEBSITE | |
| WEBSITE | https://www.odoo.com/page/accounting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:48:30 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account_accountant - account - base_setup - base - web_kanban - web - product - decimal_precision - 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
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
amount_currency
Boolean
help='Print Report with the currency column if the currency differs from the company currency.'
args: 'With Currency'
pre_print_report(self, data)
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'
No public methods.
amount_currency
Boolean
help='It adds the currency column on report if the currency differs from the company currency.'
args: 'With Currency'
reconciled
Boolean
No public methods.
No new fields.
Public methods (2)lines(self, target_move, journal_ids, sort_selection, data)
render_html(self, data)
No new fields.
Public methods (1)render_html(self, data)