Hi
Please help me
How to print recurring calendar or view list meeting, create a report but send me error with recurring meeting
If i need a card with the meeting of each client
Thank you
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi
Please help me
How to print recurring calendar or view list meeting, create a report but send me error with recurring meeting
If i need a card with the meeting of each client
Thank you
Thank you I just want to take the values of a view that lists and stop the card, the model is calendar.event, only want the 'start' field, which is so likely to do i.
Citas | Fecha Inicio | Fecha Fin | Data |
The error says itself, you are trying to convert invalid literal to INT type. I think you are trying to make the type list of values from the string. Try to use python's builtin function eval().
docids = "[2,3,4]"
eval(docids) = [2,3,4]
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
2
ก.ย. 17
|
4428 | ||
|
0
มิ.ย. 25
|
870 | ||
|
1
ม.ค. 24
|
1485 | ||
|
0
เม.ย. 19
|
3352 | ||
|
1
มี.ค. 16
|
6872 |
this my error
Odoo Server Error
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1671, in report_download
response = self.report_routes(reportname, docids=docids, converter=converter)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 517, in response_wrap
response = f(*args, **kw)
File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1598, in report_routes
docids = [int(i) for i in docids.split(',')]
File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1598, in <listcomp>
docids = [int(i) for i in docids.split(',')]
ValueError: invalid literal for int() with base 10: '9-20190626173000'