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:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
5
Trả lời
5289
Lượt xem
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 | |
---|---|---|---|---|
|
0
thg 6 25
|
2 | ||
|
0
thg 3 25
|
1519 | ||
|
4
thg 4 24
|
174384 | ||
|
0
thg 12 23
|
2284 | ||
|
5
thg 7 25
|
228512 |
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 .