| 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/10.0/account_journal_report_xls |
| VERSION | |
| VERSION | 0.2.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Noviat |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Noviat |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE) |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account_voucher - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_print_journal_xls |
Print/Export Journals | account.print.journal.xls | data | Inherits account.account_common_report_view |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (6)fields_get(self, cr, uid, fields=None, context=None)
fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False)
fy_period_ids(self, cr, uid, fiscalyear_id)
onchange_fiscalyear_id(self, cr, uid, ids, fiscalyear_id=False, context=None)
print_report(self, cr, uid, ids, context=None)
xls_export(self, cr, uid, ids, context=None)
| 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/8.0/account_journal_report_xls |
| VERSION | |
| VERSION | 0.2.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Noviat |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Noviat |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Yannick Vaucher, Guewen Baconnier, Alexandre Fayolle, Holger Brunn, Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), luc-demeyer, OCA Transbot, Adrien Peiffer (ACSONE) |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:25 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/reporting-engine: - report_xls odoo/odoo: - account_voucher - account - base_setup - base - web_kanban - web - product - decimal_precision - report - analytic - board - edi - email_template |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
xlwt |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_print_journal_xls |
Print/Export Journals | account.print.journal.xls | data | Inherits account.account_common_report_view |
No new fields.
Public methods (0)No public methods.
group_entries
Boolean
default=True
help='Group entries with same General Account & Tax Code.'
args: 'Group Entries'
journal_ids
Many2many → account.journal
required=True
string='Journals'
args: 'account.journal', 'account_print_journal_xls_journal_rel', 'journal_xls_id', 'journal_id'
fields_get(self, cr, uid, fields=None, context=None)
fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False)
fy_period_ids(self, cr, uid, fiscalyear_id)
onchange_fiscalyear_id(self, cr, uid, ids, fiscalyear_id=False, context=None)
print_report(self, cr, uid, ids, context=None)
xls_export(self, cr, uid, ids, context=None)
| 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/7.0/account_journal_report_xls |
| VERSION | |
| VERSION | 0.2 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Noviat |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Noviat |
| COMMITTERS | |
| COMMITTERS | Guewen Baconnier, Alexandre Fayolle, Laetitia Gangloff, Pedro M. Baeza, Luc De Meyer, unknown, Rudolf Schnapka, laetitia.gangloff@acsone.eu |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:15 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/reporting-engine: - report_xls odoo/odoo: - account_voucher - account - base_setup - base - web_kanban - web - product - process - decimal_precision - analytic - board - edi - email_template |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
xlwt |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Journal Reports
===============
This module adds journal reports by period and by fiscal year with
- entries printed per move
- option to group entries with same general account & VAT case
- vat info per entry
- vat summary
These reports are available in PDF and XLS format.
This module depends upon the 'report_xls' module,
cf. https://launchpad.net/openerp-reporting-engines
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_print_journal_xls |
Print/Export Journals | account.print.journal.xls | data | Inherits account.account_common_report_view |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (6)fields_get(self, cr, uid, allfields=None, context=None, write_access=True)
fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False)
fy_period_ids(self, cr, uid, fiscalyear_id)
onchange_fiscalyear_id(self, cr, uid, ids, fiscalyear_id=False, context=None)
print_report(self, cr, uid, ids, context=None)
xls_export(self, cr, uid, ids, context=None)
| 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/6.1/account_journal_report_xls |
| VERSION | |
| VERSION | 0.1 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Noviat |
| MAINTAINERS | |
| MAINTAINERS | Noviat |
| COMMITTERS | |
| COMMITTERS | Matthieu Dietrich |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:04:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/reporting-engine: - report_xls odoo/odoo: - account_voucher - account - base_setup - base - product - process - decimal_precision - analytic - board - edi - email_template - base_tools |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
xlwt |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Journal Reports
===============
This module adds journal reports by period and by fiscal year with
- entries printed per move
- option to group entries with same general account & VAT case
- vat info per entry
- vat summary
These reports are available in PDF and XLS format.
This module depends upon the 'report_xls' module,
cf. https://launchpad.net/openerp-reporting-engines
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_print_journal_xls |
Print/Export Journals | account.print.journal.xls | data | Inherits account.account_common_report_view |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (6)fields_get(self, cr, uid, fields=None, context=None)
fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False)
fy_period_ids(self, cr, uid, fiscalyear_id)
onchange_fiscalyear_id(self, cr, uid, ids, fiscalyear_id=False, context=None)
print_report(self, cr, uid, ids, context=None)
xls_export(self, cr, uid, ids, context=None)