Skip to Content
Menu
This question has been flagged
1 Atsakyti
2690 Rodiniai

I want to download quotation with the name Quotation number as "SQ/001" but it prints "SQ_001". How to remove this underscore and print as it is in sale.

code:

print_report_name="(object.state in ('draft', 'sent') and 'Quotation - %s' % (object.name)) or 'Sale Order - %s' % (object.name)"

Portretas
Atmesti
Best Answer

Hello,  Sakthi Priya,


Please you can try with below code,
print_report_name = "(object.state in ('draft', 'sent') and 'Quotation -% s'% (object.name) .replace (' / ',' _ ')) or' Sale Order -% s'% (object.name) .replace ('/', '_') " 

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
0
rugp. 25
106
1
rugp. 25
2053
1
liep. 25
2583
2
liep. 25
8022
2
liep. 25
4472