Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
Lines of code | 151 |
Technical Name |
print_journal_entires |
License | AGPL-3 |
Website | http://haksolutions.com |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
Lines of code | 151 |
Technical Name |
print_journal_entires |
License | AGPL-3 |
Website | http://haksolutions.com |
Print Journal Entries
The purpose of this module is to print the journal entries.
Below listed are features of Print Journal Entries:
Prerequisites before Installation
There are no prerequisites required before the Installation
Configurations
As shown in the image first go to Accounting module and create Journal Entries

After creating the journal entries open the journal entry and click on Print button.

Now your journal entry is printed.

Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
Hi, I have a problem using the app can you help me
this is the dump
Error:Odoo Server Error
Traceback (most recent call last): File "/home/odoo/src/odoo/odoo/tools/cache.py", line 85, in lookup r = d[key] File "/home/odoo/src/odoo/odoo/tools/func.py", line 69, in wrapper return func(self, *args, **kwargs) File "/home/odoo/src/odoo/odoo/tools/lru.py", line 44, in __getitem__ a = self.d[obj].meKeyError: ('ir.ui.view', <function View.get_view_id at 0x7fd904a269d8>, 2, False, 'journal_entries_print.journal_entries_report_id', (None,))
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/odoo/src/odoo/odoo/tools/cache.py", line 85, in lookup r = d[key] File "/home/odoo/src/odoo/odoo/tools/func.py", line 69, in wrapper return func(self, *args, **kwargs) File "/home/odoo/src/odoo/odoo/tools/lru.py", line 44, in __getitem__ a = self.d[obj].meKeyError: ('ir.model.data', <function IrModelData.xmlid_lookup at 0x7fd90e591a60>, 'journal_entries_print.journal_entries_report_id')
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/odoo/src/odoo/addons/web/controllers/main.py", line 2025, in report_download response = self.report_routes(reportname, docids=docids, converter=converter, context=context) File "/home/odoo/src/odoo/odoo/http.py", line 515, in response_wrap response = f(*args, **kw) File "/home/odoo/src/odoo/addons/web/controllers/main.py", line 1963, in report_routes pdf = report.with_context(context).render_qweb_pdf(docids, data=data)[0] File "/home/odoo/src/odoo/odoo/addons/base/models/ir_actions_report.py", line 734, in render_qweb_pdf html = self.with_context(context).render_qweb_html(res_ids, data=data)[0] File "/home/odoo/src/odoo/odoo/addons/base/models/ir_actions_report.py", line 774, in render_qweb_html return self.render_template(self.report_name, data), 'html' File "/home/odoo/src/odoo/odoo/addons/base/models/ir_actions_report.py", line 548, in render_template return view_obj.render_template(template, values) File "/home/odoo/src/odoo/odoo/addons/base/models/ir_ui_view.py", line 1177, in render_template return self.browse(self.get_view_id(template)).render(values, engine) File "<decorator-gen-152>", line 2, in get_view_id File "/home/odoo/src/odoo/odoo/tools/cache.py", line 90, in lookup value = d[key] = self.method(*args, **kwargs) File "/home/odoo/src/odoo/addons/website/models/ir_ui_view.py", line 299, in get_view_id return super(View, self).get_view_id(xml_id) File "/home/odoo/src/odoo/odoo/addons/base/models/ir_ui_view.py", line 1080, in get_view_id return view and view.id or self.env['ir.model.data'].xmlid_to_res_id(template, raise_if_not_found=True) File "/home/odoo/src/odoo/odoo/addons/base/models/ir_model.py", line 1690, in xmlid_to_res_id return self.xmlid_to_res_model_res_id(xmlid, raise_if_not_found)[1] File "/home/odoo/src/odoo/odoo/addons/base/models/ir_model.py", line 1681, in xmlid_to_res_model_res_id return self.xmlid_lookup(xmlid)[1:3] File "<decorator-gen-24>", line 2, in xmlid_lookup File "/home/odoo/src/odoo/odoo/tools/cache.py", line 90, in lookup value = d[key] = self.method(*args, **kwargs) File "/home/odoo/src/odoo/odoo/addons/base/models/ir_model.py", line 1670, in xmlid_lookup raise ValueError('External ID not found in the system: %s' % xmlid)ValueError: External ID not found in the system: journal_entries_print.journal_entries_report_id