| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-reporting |
| GIT | |
| GIT | https://github.com/OCA/account-financial-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-reporting/tree/9.0/account_journal_report |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Eficent, J. Gutierrez, RGB Consulting |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Eficent, J. Gutierrez, RGB Consulting |
| COMMITTERS | |
| COMMITTERS | mreficent, OCA Transbot, oca-travis |
| WEBSITE | |
| WEBSITE | http://github.com/OCA/account-financial-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/reporting-engine: - report_xlsx odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - report - analytic - web_tip - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
xlsxwriter |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_journal_ledger_report_view |
Print journal ledger | account.journal.entries.report | form | New |
journal_ledger |
journal_ledger | ir.ui.view | qweb | New |
date_end
Date
default=fields.Date.to_string(date.today())
required=True
date_start
Date
default=fields.Date.to_string(<expr>)
required=True
journal_ids
Many2many → account.journal
comodel_name='account.journal'
default=_default_journal_ids
relation='account_journal_entries_report_journals_rel'
required=True
string='Journals'
landscape
Boolean
default=True
string='Landscape mode'
sort_selection
Selection
default='name'
required=True
string='Entries Sorted By'
args: [('date', 'By date'), ('name', 'By entry number'), ('ref', 'By reference number')]
print_report(self)
print_report_xlsx(self)
No new fields.
Public methods (1)render_html(self, data)