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

Hi! I have installed linux openerp 7 and I have created a project-addons folder in which I have copied the CRM module as CRM2, I have made ​​the following changes in the openerp-server.conf file:

addons_path = / opt/v7/openerp/addons, / openerp/v7/openerp/addons-project, but unfortunately I do not find the CRM2 module to install even I have made ​​updates.

อวตาร
ละทิ้ง

Did you changed the module name on file __openerp__.py ?

ผู้เขียน คำตอบที่ดีที่สุด

Yes I have changed name = 'CRM2' but it does not work,:( ,is that it is the only file to edit?

อวตาร
ละทิ้ง

Could you copy/paste the location (Path) from the crm2 folder properties.

ผู้เขียน

/opt/v7/openerp/addons-project

คำตอบที่ดีที่สุด

Good, add this path to your addons_path: /opt/v7/openerp/addons-project/

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

it does not work, here is the content of openerp-server.conf file

addons_path=/opt/v7/openerp/addons /, /opt/v7/openerp/addons-project /

Look in your openerp-server.log file, you'll probably find an error message like: no such directory .... or The addons-path %r does not seem to a be a valid Addons Directory!" .... (Post this part of the log)

Did you restarted the server after making changes in openerp-server.conf ?

ผู้เขียน

unfortunately yes but still it does not work :(

ผู้เขียน

here is the file content : / var / log / openerp / *. log { copytruncate missingok notifempty

}