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:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
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 ;)
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
1
thg 11 15
|
7290 | ||
Reportlab: Conditional Table Header
Đã xử lý
|
|
2
thg 8 15
|
10180 | |
|
0
thg 3 15
|
7013 | ||
|
4
thg 3 25
|
22864 | ||
|
2
thg 4 24
|
1876 |