'installable': True,
'auto_install': True,
'application': True,
'active':True,
我已将上述内容添加到我的openerp .py 中,并尝试将模块添加到现有模块中,之后在两种情况下,我都尝试更新我的所有模块,但仍未安装该模块。
我试过运行查询:
update ir_module_module set state='to install' where name = mymodule;
那改变状态仍然没有安装模块