hello,
i have a static xml report (no dependent of class) like this:
<report
id="report_fiche_id"
model=""
string="Imprimer fiche"
report_type="qweb-pdf"
name="mon_gestionnaire.report_fiche"
file="mon_gestionnaire.report_fiche"
/>
and i'ld like to print it directly from menu item like :
<menuitem id="gest_fiche" name="Fiche journalière" parent="gest_imp" sequence="2" action="report_fiche_id"/>
but on click on this menu a got this erreu:
{
Traceback (most recent call last): File "C:\Program Files\Odoo 11.0e\server\odoo\addons\web\controllers\main.py", line 1666, in report_download data = url_decode(url.split('?')[1]).items() # decoding the args represented in JSON IndexError: list index out of range
}
i want help to be able to print.
and ... what do you expect ... ???