I have add a new custom module in my openerp addons folder. Then click update module list. But it cant see my module in the module list. how can i solve this problem?
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ờ
- Go to
Settings->Modules->Installed Modules
- In the top right search box remove the
Installed
filter. - Then search for the name of your module.
You should should see your custom module and you can install it.
hi karim, Can you plz help me? I cant see that module in that list(installed module)
Did you remove the Installed
filter from the search box and searched for the name of your module?
Steps to take are:
- Make sure you have a complete module (including the files __init__.py and __openerp__.py)
- copy the whole folder to /addons/
- Update the module list (settings -> Update module list)
- Go to modules and install the Module (as mentioned before by Karim)
Make sure that you added '__init__.py' and '__openerp__.py' in the module. Also make sure that 'installable': True in __openerp__.py file.
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ý
No i cant see that...Please help me.