Odoo8 - Custom pdf name when printing
I've found this OCA module:
https://www.odoo.com/apps/modules/8.0/report_custom_filename/
But it does not work and only break the reports.
After installation I get "404: Page not found!" insted of report preview.
How do I change report name without using this module?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilitate
- Inventar
- PoS
- Project
- MRP
Această întrebare a fost marcată
1
Răspunde
3244
Vizualizări
Hi,
add below line in your report tab,
print_report_name = "(object.name+'.pdf')"
eg:
<report
id = "report_custom"
string = "Print pdf"
model = "model_name"
report_type = "qweb-pdf"
file = "module_name.report_custom"
name = "module_name.report_custom"
paperformat = "module_name.paperformat_a4"
print_report_name = "(object.name+'.pdf')"
/>
Thanks
Aswini iWesabe
Tried that and didn't work.
There is no field called "print_report_name ".
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-teRelated Posts | Răspunsuri | Vizualizări | Activitate | |
---|---|---|---|---|
|
1
mai 20
|
6254 | ||
|
1
oct. 17
|
2859 | ||
|
0
iul. 16
|
3314 | ||
Error in odoo server ( version 8)
Rezolvat
|
|
1
iun. 16
|
3630 | |
|
3
mai 16
|
3849 |