Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
5468 มุมมอง

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?

อวตาร
ละทิ้ง
ผู้เขียน

No i cant see that...Please help me.

คำตอบที่ดีที่สุด
  • 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:

  1. Make sure you have a complete module (including the files __init__.py and __openerp__.py)
  2. copy the whole folder to /addons/
  3. Update the module list (settings -> Update module list)
  4. 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.

อวตาร
ละทิ้ง