I have had this problem on several occasions. When I edit .py-files of existing modules (yeah, I know this is considered bad practice, but that is another question), e.g. add a new field, I get the "no handler found" error when I try to access through the browser client after restarting the server. If I comment out my additions and restart, everything works fine again. I simply cannot see where I go wrong, as I have succesfully made additions like these in the past (and the syntax etc. checks out).
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ờ
2681
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ý
Philjun, I suggest that you either post the changes here so that others can help to evaluate or post the log when the error occurs. With your explanation, it would be hard for anyone to provide help. No handler found usually occurs when the web portion is running but the XML RPC server does not start properly.