
Odoo中文社区可以通过以下两个域名访问:shine-it.net , odoo.net.cn
由于系统升迁的原因,本论坛部分较早期的内容存在格式和链接损坏失效的问题,并非本论坛系统本身的缺陷,望谅解
本社区没有维护任何QQ群讨论组,任何与本社区同名的QQ群讨论组的言论与本社区无关!
开发人员可以登录gitter讨论组: http://gitter.im/odoo-china/Talk, 需要github账号
如果您登录系统碰到问题,请在微信公众号留言:
对新手有帮助,但是需要各位大哥先帮忙解决下。关于patch
-
各位大哥好:
我的环境是这样的:
1.阿里云
2.ubuntu系统64
3.bzr branch lp:openobject-addons addons server、web一样的拉法
中间有碰到bzr拉断的问题,感谢我们的社区大佬jeff的一篇文章,这里贴一下造福人类。 [检测到链接无效,已移除]
我的问题是:
1.I'm new using bazaar. Have read the manual and checked some samples. But I don't want to risk doing an update to try to correct the bug and mess up the installation. Could someone instruct me on the steps to do it? I mean, to download and install the patch?
2.我用putty运行起来的openerp但是我把putty关了。进程就没了。有没有什么解决方法让关了putty,openerp还能运行!
小弟谢过! -
這是因為你沒有把openerp安裝成service運行吧.
為什麼不用apt-get install方式安裝呢,一切配置就幫你搞定. -
将你的 bzr location 改为 HTTP 地址, 而非 lp: 协议的即可.
这类的东西直接买服务即可. -
[quote author=mrshelly link=topic=5753.msg14215#msg14215 date=1361083896]
将你的 bzr location 改为 HTTP 地址, 而非 lp: 协议的即可.
这类的东西直接买服务即可.
[/quote]
谢谢总监!一般怎么快速买服务,直接qq你然后打钱给你还是oscg etc ...还有价格? -
BBS里盆友们.... 出来接客~~~~~~~~~~~~~~~~~~~~~~~
-
1.I'm new using bazaar. Have read the manual and checked some samples. But I don't want to risk doing an update to try to correct the bug and mess up the installation. Could someone instruct me on the steps to do it? I mean, to download and install the patch?
2.我用putty运行起来的openerp但是我把putty关了。进程就没了。有没有什么解决方法让关了putty,openerp还能运行!
这两个都是linux的命令,可以看文档学习一下。
1、 man patch 这个你学会了也搞不定的,erp里的bugfix和new bug很容易混在一起发布,不仅你很难快速发现,作者也很难快速发现。这是我们玩开源的原因之一。
2、 man nohup 这个比较简单 -
[quote author=Jeff link=topic=5753.msg14220#msg14220 date=1361107370]
1.I'm new using bazaar. Have read the manual and checked some samples. But I don't want to risk doing an update to try to correct the bug and mess up the installation. Could someone instruct me on the steps to do it? I mean, to download and install the patch?
2.我用putty运行起来的openerp但是我把putty关了。进程就没了。有没有什么解决方法让关了putty,openerp还能运行!
这两个都是linux的命令,可以看文档学习一下。
1、 man patch 这个你学会了也搞不定的,erp里的bugfix和new bug很容易混在一起发布,不仅你很难快速发现,作者也很难快速发现。这是我们玩开源的原因之一。
2、 man nohup 这个比较简单
[/quote]
谢谢jeff。这个答案我试了可以解决问题! 谢谢!