
odoo
z_yong_cool
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Installing Odoo 9 on Ubuntu 14.04
Hi guys,1. IntroductionIn this tutorial I will learn you how to install Odoo 9 on Ubuntu 14.04. The script that you will use is based on the code from André Schenkels but has been updated and翻译 2016-06-12 14:57:48 · 554 阅读 · 0 评论 -
Installing Odoo 9 on Ubuntu 16.04
Hi guys,1. IntroductionIn this tutorial I will teach you how to install Odoo 9 on Ubuntu 16.04. The script that you will use is based on the code from André Schenkels but has been updated and翻译 2016-06-12 15:01:10 · 995 阅读 · 0 评论 -
解决Odoo访问fonts.googleapis.com导致速度慢的问题
解决方法如下:360网站卫士常用前端公共库CDN服务把谷歌字体库都存到它的CDN上了,因此我们只需把样式表中谷歌字体的原始链接替换为360的链接即可。搜索Odoo目录下含有fonts.googleapis.com的文件,将其替换为fonts.useso.com。问题解决!原创 2016-08-30 10:33:00 · 1265 阅读 · 0 评论 -
Odoo中安装website模块后如何进入数据库管理界面
Odoo中安装website模块后,登录界面找不到"数据库管理"(Manage Databases)链接,可通过此链接进入数据库管理界面:http://localhost:8069/web/database/manager数据库选择界面url http://localhost:8069/web/database/selector带db信息的登录界面url http://localh转载 2016-09-15 17:06:49 · 1172 阅读 · 0 评论