Skip to content
  • Categories
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Flatly)
  • No Skin
Collapse

Odoo 中文社区

  1. Home
  2. Categories
  3. Odoo 安装指南
  4. GreenOpenERP -- 绿色版 OpenERP for windows/linux , 源码运行 解压即用

GreenOpenERP -- 绿色版 OpenERP for windows/linux , 源码运行 解压即用

Scheduled Pinned Locked Moved Odoo 安装指南
94 Posts 52 Posters 286.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    songwt
    wrote on last edited by
    #61

    安装很方便,这个非常好,只是没有中国本地模块,希望把常用的模块,特别是把支持中国应用的模块都安装好,那样就更好了,谢谢!

    1 Reply Last reply
    0
    • K Offline
      K Offline
      k555tw
      wrote on last edited by
      #62

      我測試2014-04-20下的v8綠色版本在xp、win7及linux上都還可用,但之後下載更新的版本就無法用了(至5-13),流灠器打開都只有一片空白(http://127.0.0.1:8069/web/database/manager),也沒報錯,但上官方的測試站v8都是可用的,樓主可有辦法解決?謝謝!


      1 Reply Last reply
      0
      • JoshuaJ Offline
        JoshuaJ Offline
        Joshua
        管理员
        wrote on last edited by
        #63

        尝试清空浏览器缓存或者使用隐身窗口浏览。

        【上海先安科技】(joshua AT openerp.cn),欢迎关注公众号:openerp_cn

        1 Reply Last reply
        0
        • K Offline
          K Offline
          korgo
          wrote on last edited by
          #64

          安装财务模块时的错误:
          OpenERP Server Error
          Client Traceback (most recent call last):
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\addons\web\http.py", line 204, in dispatch
              response["result"] = method(self, **self.params)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\addons\web\controllers\main.py", line 1132, in call_button
              action = self._call_kw(req, model, method, args, {})
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\addons\web\controllers\main.py", line 1120, in _call_kw
              return getattr(req.session.model(model), method)(*args, **kwargs)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\addons\web\session.py", line 42, in proxy
              result = self.proxy.execute_kw(self.session._db, self.session._uid, self.session._password, self.model, method, args, kw)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\addons\web\session.py", line 30, in proxy_method
              result = self.session.send(self.service_name, method, *args)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\addons\web\session.py", line 103, in send
              raise xmlrpclib.Fault(openerp.tools.ustr(e), formatted_info)


          Server Traceback (most recent call last):
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\addons\web\session.py", line 89, in send
              return openerp.netsvc.dispatch_rpc(service_name, method, args)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\netsvc.py", line 296, in dispatch_rpc
              result = ExportService.getService(service_name).dispatch(method, params)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\service\web_services.py", line 626, in dispatch
              res = fn(db, uid, *params)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\osv\osv.py", line 190, in execute_kw
              return self.execute(db, uid, obj, method, *args, **kw or {})
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\osv\osv.py", line 132, in wrapper
              return f(self, dbname, *args, **kwargs)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\osv\osv.py", line 199, in execute
              res = self.execute_cr(cr, uid, obj, method, *args, **kw)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\osv\osv.py", line 187, in execute_cr
              return getattr(object, method)(cr, uid, *args, **kw)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\addons\base\module\module.py", line 426, in button_immediate_install
              return self._button_immediate_function(cr, uid, ids, self.button_install, context=context)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\addons\base\module\module.py", line 473, in _button_immediate_function
              _, pool = pooler.restart_pool(cr.dbname, update_module=True)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\pooler.py", line 39, in restart_pool
              registry = RegistryManager.new(db_name, force_demo, status, update_module)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\modules\registry.py", line 233, in new
              openerp.modules.load_modules(registry.db, force_demo, status, update_module)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\modules\loading.py", line 354, in load_modules
              loaded_modules, update_module)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\modules\loading.py", line 256, in load_marked_modules
              loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\modules\loading.py", line 188, in load_module_graph
              load_data(module_name, idref, mode)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\modules\loading.py", line 76, in <lambda>
              load_data = lambda *args: _load_data(cr, *args, kind='data')
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\modules\loading.py", line 122, in _load_data
              tools.convert_yaml_import(cr, module_name, fp, kind, idref, mode, noupdate, report)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\tools\yaml_import.py", line 928, in yaml_import
              yaml_interpreter.process(yaml_string)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\tools\yaml_import.py", line 864, in process
              self._process_node(node)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\tools\yaml_import.py", line 877, in _process_node
              self.process_python(node)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\openerp\tools\yaml_import.py", line 550, in process_python
              unsafe_eval(code_obj, {'ref': self.get_id}, code_context)
            File "D:\OpenERP\GreenOdoo-7.0-win32\GreenOdoo-7.0-win32\source\addons\account\account_pre_install.yml", line 7, in <module>
              wiz = wizards.browse(cr, uid, ref('account.account_configuration_installer_todo'))
          AttributeError: 'bool' object has no attribute 'lower'

          1 Reply Last reply
          0
          • A Offline
            A Offline
            andyyook
            wrote on last edited by
            #65

            求助:用WIN8.1 64位企业版如何安装GreenOdoo-8.0呢?应该下载GreenOdoo-8.0-win32.zip,还是下载GreenOdoo-8.0-linux64.tar.gz 

            1 Reply Last reply
            0
            • G Offline
              G Offline
              gisfjb
              wrote on last edited by
              #66

              启动正常, 输入http://localhost:8069/ 之后, 报错如下, 请问谁遇到过没? 怎么处理?

              我使用的是windows 8, 64位的。

              2014-07-16 16:56:18,859 22252 INFO ? openerp.service.server: H
              TTP service (werkzeug) running on 0.0.0.0:8069


              2014-07-16 16:56:52,049 22252 INFO ? werkzeug: 127.0.0.1 - - [
              16/Jul/2014 16:56:52] "GET / HTTP/1.1" 500 -
              2014-07-16 16:56:52,065 22252 ERROR ? openerp.service.server:
              Exception happened during processing of request from ('127.0.0.1', 62962)
              Traceback (most recent call last):
                File "D:\work\电商项目\GreenOdoo-8.0-win32\runtime\python\lib\SocketServer.py"
              , line 582, in process_request_thread
                  self.finish_request(request, client_address)
                File "D:\work\电商项目\GreenOdoo-8.0-win32\runtime\python\lib\SocketServer.py"
              , line 323, in finish_request
                  self.RequestHandlerClass(request, client_address, self)
                File "D:\work\电商项目\GreenOdoo-8.0-win32\runtime\python\lib\SocketServer.py"
              , line 638, in init
                  self.handle()
                File "D:\work\电商项目\GreenOdoo-8.0-win32\runtime\python\lib\site-packages\we
              rkzeug-0.8.3-py2.7.egg\werkzeug\serving.py", line 182, in handle
                  rv = BaseHTTPRequestHandler.handle(self)
                File "D:\work\电商项目\GreenOdoo-8.0-win32\runtime\python\lib\BaseHTTPServer.p
              y", line 340, in handle
                  self.handle_one_request()
                File "D:\work\电商项目\GreenOdoo-8.0-win32\runtime\python\lib\site-packages\we
              rkzeug-0.8.3-py2.7.egg\werkzeug\serving.py", line 217, in handle_one_request
                  return self.run_wsgi()
                File "D:\work\电商项目\GreenOdoo-8.0-win32\runtime\python\lib\site-packages\we
              rkzeug-0.8.3-py2.7.egg\werkzeug\serving.py", line 176, in run_wsgi
                  traceback.plaintext)
                File "D:\work\电商项目\GreenOdoo-8.0-win32\runtime\python\lib\site-packages\we
              rkzeug-0.8.3-py2.7.egg\werkzeug\utils.py", line 77, in get
                  value = self.func(obj)
                File "D:\work\电商项目\GreenOdoo-8.0-win32\runtime\python\lib\site-packages\we
              rkzeug-0.8.3-py2.7.egg\werkzeug\debug\tbtools.py", line 332, in plaintext
                  return u'\n'.join(self.generate_plaintext_traceback())
                File "D:\work\电商项目\GreenOdoo-8.0-win32\runtime\python\lib\site-packages\we
              rkzeug-0.8.3-py2.7.egg\werkzeug\debug\tbtools.py", line 326, in generate_plainte
              xt_traceback
                  frame.function_name
              UnicodeDecodeError: 'ascii' codec can't decode byte 0xb5 in position 8: ordinal
              not in range(128)

              1 Reply Last reply
              0
              • W Offline
                W Offline
                wjfonhand
                wrote on last edited by
                #67

                不要用中文做目录名

                GoodERP -- Odoo China fork

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  suhuyy
                  wrote on last edited by
                  #68

                  这个绿色版看起来很好,我在10月7日下载了使用,在ubuntu12.4.4中运行,解压完成,运行命令./start.sh后出现如下错误,不知何故?盼指导,谢谢!
                  ./runtime/pgsql/bin/pg_ctl.bin: 1: ./runtime/pgsql/bin/pg_ctl.bin: Syntax error: "(" unexpected
                  ./runtime/python/bin/.python2.7.bin: 3: ./runtime/python/bin/.python2.7.bin: Syntax error: Unterminated quoted string

                  简单就是美

                  1 Reply Last reply
                  0
                  • G Offline
                    G Offline
                    george_sze
                    wrote on last edited by
                    #69

                    WIN7 64位可以使用,但是pgadmin 里的默认服务器要密码才能登录。
                    试过openpgpwd / admin 无效

                    1 Reply Last reply
                    0
                    • N Offline
                      N Offline
                      nokia3640
                      wrote on last edited by
                      #70

                      下载解压好之后,运行start.bat,之后再怎么操作呢?小白求指教。

                      1 Reply Last reply
                      0
                      • H Offline
                        H Offline
                        hyg008
                        wrote on last edited by
                        #71

                        就是想知道,使用GreenOdoo以后,怎么升级新版本?

                        1 Reply Last reply
                        0
                        • M Offline
                          M Offline
                          maohouzi
                          wrote on last edited by
                          #72

                          虽然来的晚,但是感谢从不晚。。非常感谢~~~~

                          1 Reply Last reply
                          0
                          • H Offline
                            H Offline
                            husw
                            wrote on last edited by
                            #73

                            WIN7 64位 运行GreenOdoo-8.0-win32成功

                            感谢步科!

                            1 Reply Last reply
                            0
                            • A Offline
                              A Offline
                              a136794drt
                              wrote on last edited by
                              #74

                              到了Odoo登陆页面进不去,之后怎么弄啊

                              1 Reply Last reply
                              0
                              • P Offline
                                P Offline
                                PeleLiao
                                wrote on last edited by
                                #75

                                下载 GreenOdoo-8.0-win32.zip,解压后,运行 *.bat 后在浏览器输入 localhost:8069,创建 Database ,出现下面截图的情况,从 odoo.com 下载最新版本安装也碰到一样的情况。绿色版是安装 Windows  XP SP3 32bit,官网下载的安装包是安装在 Windows 7 64bit。

                                1 Reply Last reply
                                0
                                • W Offline
                                  W Offline
                                  wjfonhand
                                  wrote on last edited by
                                  #76

                                  密码是admin,你输入的是什么?

                                  GoodERP -- Odoo China fork

                                  1 Reply Last reply
                                  0
                                  • P Offline
                                    P Offline
                                    PeleLiao
                                    wrote on last edited by
                                    #77

                                    谢谢!楼主。因为每次安装时在创建Database 重新填写了 Master Password,是这一步出错了。查看了不少安装操作说明的文档,也没有提到这一步的密码的情况。再次谢谢楼主!

                                    1 Reply Last reply
                                    0
                                    • F Offline
                                      F Offline
                                      Freedom
                                      wrote on last edited by
                                      #78

                                      感谢楼主,终于可以走进源码了。

                                      1 Reply Last reply
                                      0
                                      • O Offline
                                        O Offline
                                        oryjk
                                        wrote on last edited by
                                        #79

                                        [quote author=wangbuke link=topic=5811.msg27427#msg27427 date=1392128456]
                                        GreenOpenERP -- 绿色版 OpenERP 发布 linux x64 版

                                        1、同样的解压即用,一样的源码运行
                                        2、centos/debian/ubuntu 测试通过

                                        欢迎更多的同学测试 。。。谢谢!
                                        [/quote]

                                        你好,我的是mac os,解压后,start.sh, 会报错,你能我帮我看一下吗?

                                        ➜  GreenOdoo-8.0-linux64  ./start.sh
                                        readlink: illegal option -- f
                                        usage: readlink [-n] [file ...]
                                        ./runtime/pgsql/bin/pg_ctl: line 4: /Users/cwang7/Documents/private_project/GreenOdoo-8.0-linux64/runtime/pgsql/bin/pg_ctl.bin: cannot execute binary file
                                        ./runtime/pgsql/bin/pg_ctl: line 4: /Users/cwang7/Documents/private_project/GreenOdoo-8.0-linux64/runtime/pgsql/bin/pg_ctl.bin: Undefined error: 0
                                        /Users/cwang7/Documents/private_project/GreenOdoo-8.0-linux64/runtime/python/bin/.python.bin: line 4: /Users/cwang7/Documents/private_project/GreenOdoo-8.0-linux64/runtime/python/bin/.python2.7.bin: cannot execute binary file
                                        /Users/cwang7/Documents/private_project/GreenOdoo-8.0-linux64/runtime/python/bin/.python.bin: line 4: /Users/cwang7/Documents/private_project/GreenOdoo-8.0-linux64/runtime/python/bin/.python2.7.bin: Undefined error: 0
                                        ➜  GreenOdoo-8.0-linux64

                                        1 Reply Last reply
                                        0
                                        • X Offline
                                          X Offline
                                          xiaoniqiu2015
                                          wrote on last edited by
                                          #80

                                          没有ODOO 8.0绿色版吗???????

                                          1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups