Skip to Content
मेन्यू
This question has been flagged
1 Reply
2492 Views

I want to add report to inventory reports. I wrote this code but after upgrading my custom module new report won't show in inventory print dropdown. How should I add a report to existing inventory reports?

<odoo>
<data>
<report
id="report_card_xls"
string="Print xlsx"
model="stock.picking"
report_type="xlsx"
name="stock.print_badge"
file="stock.print_badge"
print_report_name="'Picking Operations - %s - %s' % (object.partner_id.name or '', object.name)"
/>
</data>
</odoo>
Avatar
Discard

Can you make sure that the report action is get added in the db ?

Best Answer

Hi,

Can you try after changing the following lines in the code.

name="your_custom_report_module.your_report_custom_template"
file="your_custom_report_module.your_report_custom_template"
Hope it helps
Avatar
Discard
Related Posts Replies Views Activity
1
अग॰ 25
674
1
नव॰ 24
1249
0
मार्च 22
1512
1
जून 20
3125
1
सित॰ 15
4000