简体   繁体   中英

How do i install an openerp module from backend

'installable': True,
'auto_install': True,
'application': True,
'active':True,

I have added the above to my openerp .py and tried adding the module to an existing module and in both scenarios after that,I tried updating all my modules still the module wasn't installed.

I have tried running the query:

 update ir_module_module set state='to install' where name = mymodule;

That changed the state still didn't install the module

在OpenERP工作区:

./openerp-server --addons-path=../addons/... -i <your module name> -d <your database name>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM