ODOO14笔记---系统升级崩溃后进不去系统解决办法
一、通过pycharm升级模块:
2、对于已安装odoo模块,升级报错系统崩溃的解决办法;---执行以下SQL
update ir_module_module set state ='installed' where state='to upgrade';
然后解决报错问题,再重启升级!
心有猛虎,细嗅蔷薇
一、通过pycharm升级模块:
2、对于已安装odoo模块,升级报错系统崩溃的解决办法;---执行以下SQL
update ir_module_module set state ='installed' where state='to upgrade';
然后解决报错问题,再重启升级!