标签: python openerp odoo-8
我试图在我的Odoo V8中安装Asterisk dial2call。 首先尝试,Odoo给出了:"无法安装模块" base_phone"因为没有满足外部依赖:没有名为phonenumbers"的模块。然后 我在windows prompt命令中使用pip install phonenumbers安装了phonenumbers。
pip install phonenumbers
我的问题是,即使重新启动我的服务器,Odoo 8仍然不能识别phonenumbers依赖。