无法在 Odoo 9 中更新我的模块
Can't Update My Modul in Odoo 9
我想问一下在 Odoo 中更新我的模块。
我在下载文件夹中创建了 "modul"。
下一步,我已经通过终端"modul"移动到插件
mv /home/downloads/ modul /opt/odoo/addons/
但是,在 odoo 中更新列表模块时,我的模块无法读取。
我已经重新启动服务器,将权限更改为 Odoo.Odoo 与 Odoo 中的所有模块相同。
谢谢
Check this following in __openerp__.py
'installable': True,
'application': True,
Then give rights to your module by
chomd 777 "path of your module"
Then also check that on the time when you are searching your module
check App is removed or not.As shown in below Image.
我想问一下在 Odoo 中更新我的模块。
我在下载文件夹中创建了 "modul"。
下一步,我已经通过终端"modul"移动到插件
mv /home/downloads/ modul /opt/odoo/addons/
但是,在 odoo 中更新列表模块时,我的模块无法读取。
我已经重新启动服务器,将权限更改为 Odoo.Odoo 与 Odoo 中的所有模块相同。
谢谢
Check this following in
__openerp__.py
'installable': True,
'application': True,
Then give rights to your module by
chomd 777 "path of your module"
Then also check that on the time when you are searching your module check App is removed or not.As shown in below Image.