Hello,
I have created a QWeb report on the tasks, that I can launch from the list view of tasks (menu print after selecting e few tasks).
I also managed to launch it from the task form view in a button:
<button class="oe_stat_button" type="action" name="600" icon="fa-file-o" string="My Report" />
I tried to add "args" or "context", but it doesn't work (or I don't know the right syntax).
(I'm using Odoo 12 for now)
Thanks for your help !