摘要:
上帝模式的开启方法:首先你可以在任何地方创建一个新文件夹,这个操作对于几乎所有电脑用户来说都非常简单,然后重要的是,将这个新文件夹重命名为“GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}”(不含引号)。输入完毕回车即可。双击打开God Mode窗口,可以...
阅读全文
posted @ 2015-04-30 10:06
Chen Jian
阅读(286)
推荐(0)
摘要:
来自:http://shine-it.net/index.php/topic,16199.msg27430.html 当前OPENERP只有一个功能,就是公司内部使用,不过老板又有一个要求,需要给客户那边也用,但是使用的是同一个软件,不同库,客户使用时不能看到其它人使用的库, 我感觉这个功能应该在多个库时比较有多,当前分享一下做法 1.有两个域名分别是 a.openerp....
阅读全文
posted @ 2015-04-30 08:58
Chen Jian
阅读(536)
推荐(0)
摘要:
来自:http://shine-it.net/index.php/topic,14517.html以前就发现过这个问题, 今天重新在群里同大家讨论了一下. 有时候可能我们希望用户不从登陆界面的账套选择处进入各个账套(因为如果未曾登陆过OE时, 默认会登陆第一个账套), 这时也容易造成错误. 所以, ...
阅读全文
posted @ 2015-04-30 08:51
Chen Jian
阅读(701)
推荐(0)
摘要:
操作环境:linux Ubuntu12.10 OpenERP7.0 以下操作,请注意大小写 切换用户 root@ubuntu:~# su - postgres 查看数据库 postgres@ubuntu:~$ psql -l 使用Demo数据库 postgres@ubuntu:~$ psql Demo 如果没有安装加密模块,如 auth_crypt...
阅读全文
posted @ 2015-04-24 14:13
Chen Jian
阅读(810)
推荐(0)
摘要:
odoo在ubuntu最简单最快速安装方式是deb方式,基本无需再去改数据库配置文件,全自动化了,odoo中文网推荐新手采用此方法 1 安装数据库:sudo apt-get install postgresql 2.建立数据库帐号及密码: sudo su postgres createuser openerp Shall the new role be a superuser? (y/...
阅读全文
posted @ 2015-04-24 11:27
Chen Jian
阅读(601)
推荐(0)
摘要:
使用apt-get进行软件的install或update时,有时会出现以下提示信息: E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is ...
阅读全文
posted @ 2015-04-24 11:03
Chen Jian
阅读(404)
推荐(0)
摘要:
Ubuntu 11.04 (Natty) 已经停止支持,但可以使用old-releases源了,先备份源列表文件: sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup sudo gedit /etc/apt/sources.list 把里面的内容替换为以下内容: deb http://old-releases....
阅读全文
posted @ 2015-04-24 10:53
Chen Jian
阅读(367)
推荐(0)
摘要:
How to get the url of a page in OpenERP? User is using OpenERP. I have a button on one web page. The button's action function is action_go() (code provided). When I click on a button, the code opens...
阅读全文
posted @ 2015-04-18 15:05
Chen Jian
阅读(364)
推荐(0)
摘要:
1.1 Synopsis In this part, we will explain how to create a load-balancer withnginxfor a lot of OpenERPservers.The load-balancing and the multi-process mode of OpenERPonly work with gunicorn.And i...
阅读全文
posted @ 2015-04-14 16:36
Chen Jian
阅读(288)
推荐(0)
摘要:
我们的Linux系统在无法启动时候,通常需要进入单用户模式下进行修改一些配置文件,或调整一些参数方可。但是在进入单用户模式后,我们的/文件系统是只读模式,无法进行修改,那么这个时候我们就需要用到一条命令:mount –o remount,rw / 这个命令来让我们的/路径文件系统为可读模式,这样就可以实现自由修改了。 例如: 增加了/etc/mtab /dev/sdb1 /install e...
阅读全文
posted @ 2015-04-14 15:29
Chen Jian
阅读(649)
推荐(0)