as mentionned in the title, I need to open a report in a new window. I know that we can do so using target
with act_window but I am stuck on how implement that to open a report.
<template id="myTemplate">
<!--template-->
</template>
<report
id="my_report_partner"
string="Graphe"
model="res.partner"
report_type="qweb-html"
file="myModule.myTemplate"
name="myModule.myTemplate"
/>
button:
<button name="%(myModule.my_report_partner)d" type='action' string="open graph"/>