Hi all,
I have edited some files of my custom module in server. But when checked after upgrading the modules and restarting the server, the changes are not yet affected there and there are no '.pyc' files generated.
I tried killing all the running processes and start again, but still it shows error message.....
Somebody please help me.......
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
5
ตอบกลับ
5244
มุมมอง
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
0
มิ.ย. 25
|
2 | ||
|
0
มี.ค. 25
|
1385 | ||
|
4
เม.ย. 24
|
174301 | ||
|
0
ธ.ค. 23
|
2186 | ||
|
5
ก.ค. 25
|
228126 |
but still it shows error message.....
which error message ?
make an lsof on the port to see all running process or use htop to kill it easily
I have faced same Issue ! any solution is appreciated
kindly check the whether .py files has been imported at __init__.py file or not.
I too faced the same issue last day
It shows 'none type object is not callable' while evaluating a function defined in the parser, and of-course I have imported all the .py files in __init__.py .