Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3630 มุมมอง

I want to print  a report in openerp. It should be printable only from form view. Is there any option

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Are you asking, printing the report option , which is under More menu options should come only in Form view?

If so, well to do that you need to diasable the report from Menu, and call the same in your custom button..

To that all you need to do is,  while defining the report definition in XML specify menu=False...

Then in your form, add a button of type action, and call that report.... that way this button will be visible on in the form view, hence achiving you criteria
 

อวตาร
ละทิ้ง