TIP: You can type at any time to perform a new search.
Extra Accounting Reports
account_extra_reports · odoo/odoo
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_currencyBooleanhelp='Print Report with the currency column if the currency differs from the company currency.' args: 'With Currency'
-
pre_print_report(self, data)@api.multi
New fields (2)
-
journal_idsMany2many → account.journaldefault=<expr>required=Truestring='Journals' args: 'account.journal' -
sort_selectionSelectiondefault='move_name'required=True args: [('date', 'Date'), ('move_name', 'Journal Entry Number')], 'Entries Sorted by'
No public methods.
New fields (2)
-
amount_currencyBooleanhelp='It adds the currency column on report if the currency differs from the company currency.' args: 'With Currency' -
reconciledBooleanargs: 'Reconciled Entries'
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