How I can translate field value for example (124/P1/25 to 124-1-25). Actually how I can do sting operations in Report Designer ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
2
Cevaplar
3850
Görünümler
Hello my friend;
here is how you can convert your (124/P1/25 to 124-1-25).
Answer:
s = "124/P1/25"
print s
s.replace('/','-')
print s
s = s.replace('/','-')
print s
s.replace('P','')
print s
s = s.replace('P','')
print s
Best Regards.
Thanks I used that [ ((o.fiskal_broj).replace('/','-')).replace('P','') ]] in my report. You helped me a lot. :)
in your service :) but why dont you vote ;)
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
1
Kas 15
|
7290 | ||
|
2
Ağu 15
|
10178 | ||
|
0
Mar 15
|
7012 | ||
|
4
Mar 25
|
22837 | ||
|
2
Nis 24
|
1868 |