This question has been flagged
1 Reply
3151 Views

Hello,

I'm currently creating a module on Odoo 9 and I have a list of coupons :

http://i.imgur.com/RCwsprh.png

When you click on one of them, there is a popup form that you can edit if you are in edit mode :

http://i.imgur.com/3U3cvYl.png

I want to make button in this popup to print a coupon with all the informations about the current coupon selected.

How can I do that ?


Thank you for your help !

Avatar
Discard
Author Best Answer

Does somebody have an answer ?

I didn't find how to do this, even if I did a lot of research.

I just find how to create a button :

<button name="%(MY_ACTION_VIEW)d" string="Print" type="action" icon="gtk-print"/>

Please, help me...  :C

Avatar
Discard