Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
6037 Tampilan

I want to add print functionality in Journal Entries screen, which should be displayed and should work like print in invoice screen. How to do this?

Avatar
Buang
Jawaban Terbai

To show the print report in report menu you have to :

1- create report and link it with the required model

2- create your template and link it with the report definition

EX:

<report
id="report_print_journal"
string="Print Journal"
model="account.move"
report_type="qweb-pdf"
name="account.print_journal"
file="account.print_journal"
print_report_name="'Print Journal- %s' % (object.name).replace('/', '')"
/>

<template id="print_journal">
<t t-call="web.basic_layout">
<div class="page">
<t t-foreach="docs" t-as="guest"> #here means the recordset of model

and complete you report
Avatar
Buang
Penulis

Thanks for your answer

Post Terkait Replies Tampilan Aktivitas
1
Apr 19
4331
2
Jul 25
1591
5
Mei 25
9632
3
Feb 25
3084
0
Jan 24
1567