콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
7 답글
41789 화면

Please help me to add print button inside form view instead of the one in header

아바타
취소
베스트 답변

Hi Sreedath,

Adding a print button is nothing but is just like you add a normal button. Add a button to your view for eg:

 <button name="%(REPORT ACTION ID)d" string="YOUR STRING" type="action" icon="gtk-print"/>

where REPORT ACTION ID is the id of your report that you have declared in the .xml file.

Thanks,

아바타
취소
작성자

Thank you :) It worked. I have tried one more method, it also worked fine :)

Can we get a printout of DASHBOARD...?

베스트 답변

in your report there must be a report tag as follows.

<report id="profit_loss_report"  model="Account.checklist"  string="Check List"  name="module_name.report_document"  file="module_name.report_documentreport_type="qweb-pdf"/>

the report id is in the first line :"profit_loss_report" 

아바타
취소
베스트 답변

Hello,

I followed your method and I replaced the module_name with my module's name "Medical prescription". When I print a prescription an error message is displayed "External ID not found in the system: Medical Prescription.report_document"

Could you help me please

아바타
취소
베스트 답변

hi i added the button but i do not know how to get report action id where i can find it ????

please help me in this..

thanks in advance

아바타
취소

Hi Marc, you will find the report action id from the xml you created for declaring your report.

관련 게시물 답글 화면 활동
3
7월 22
11554
1
11월 15
10741
1
10월 22
5700
6
4월 20
11306
2
3월 15
7607