Odoo 中文社区

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Popular
    • Users
    • Groups

    Odoo中文社区可以通过以下两个域名访问:shine-it.net , odoo.net.cn

    由于系统升迁的原因,本论坛部分较早期的内容存在格式和链接损坏失效的问题,并非本论坛系统本身的缺陷,望谅解

    本社区没有维护任何QQ群讨论组,任何与本社区同名的QQ群讨论组的言论与本社区无关!

    开发人员可以登录gitter讨论组: http://gitter.im/odoo-china/Talk, 需要github账号

    如果您登录系统碰到问题,请在微信公众号留言:

    XP 安装openerp-allinone后打不开

    Odoo 新手求助
    8
    13
    11064
    Loading More Posts
    • 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.
    • 水
      水子 last edited by

      我在虚拟机上安装的,系统是XP SP3,安装后打不开的,新手!请指教!
      谢谢

      1 Reply Last reply Reply Quote 0
      • mrshelly
        mrshelly last edited by

        再试试 http://localhost:8080

        1 Reply Last reply Reply Quote 0
        • 水
          水子 last edited by

          也是一样!不知道是为什么?

          1 Reply Last reply Reply Quote 0
          • Joshua
            Joshua 管理员 last edited by

            可能是因为你的虚拟机的系统的某些库不全,导致安装服务不成功,你可以试试进server里面手动开启服务

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

            1 Reply Last reply Reply Quote 0
            • 水
              水子 last edited by

              不是吧,我的虚拟机是Oracle VM VirtualBox 官网下的!
              应该是没问题,系统是原版深度技术的版本!
              难道需要假设IIS?
              Server 里显示启动的!进入安装目录还是一样!手动启动了还是WEB Server
              这个数据库倒是能连接!

              1 Reply Last reply Reply Quote 0
              • T
                tesit last edited by

                试试睿派克的XP吧。 我在那上面装过。正常没问题。深度的貌似精简比较多

                1 Reply Last reply Reply Quote 0
                • 水
                  水子 last edited by

                  能不能把你XP的运行,桌面截图发个看看!
                  我的一定要手动去service文件启动的,不然这个不会自己启动!

                  1 Reply Last reply Reply Quote 0
                  • C
                    ccdos last edited by

                    我原版XP 安装的 虚拟机,安装 OE 任何版本从来没有出过问题。

                    有这个功夫研究为什么,不如找个原版XP,最多一小时就下载好了

                    1 Reply Last reply Reply Quote 0
                    • wjfonhand
                      wjfonhand last edited by

                      正版windows没问题。
                      虚拟机不如用shine-it的ubuntu虚拟机镜像,装好就可以直接使用了。

                      GoodERP -- Odoo China fork

                      1 Reply Last reply Reply Quote 0
                      • T
                        tasso last edited by

                        2003 也是一样安装完毕,服务启动了。打开OE
                        找不到网页

                        1 Reply Last reply Reply Quote 0
                        • 1
                          1653593 last edited by

                          你把IE里面高级选项里的友好界面选项去掉,看是不是显示 no handler found ,如果是的话给openerp服务指定个带密码的用户应该能解决

                          1 Reply Last reply Reply Quote 0
                          • mrshelly
                            mrshelly last edited by

                            修改 \addons\auth_openid\controllers\main.py 文件
                            大约47行左右的 get_system_user() 定义

                            修改为

                            <br />def get_system_user():<br />&nbsp; &nbsp; &quot;&quot;&quot;Return system user info string, such as USERNAME-EUID&quot;&quot;&quot;<br />&nbsp; &nbsp; info = getpass.getuser()<br />&nbsp; &nbsp; euid = getattr(os, &#039;geteuid&#039;, None) # Non available on some platforms<br />&nbsp; &nbsp; if euid is not None:<br />&nbsp; &nbsp; &nbsp; &nbsp; info = &#039;%s-%d&#039; % (info, euid())<br />&nbsp; &nbsp; return info<br /><br />#修改为<br />def get_system_user():<br />&nbsp; &nbsp; &quot;&quot;&quot;Return system user info string, such as USERNAME-EUID&quot;&quot;&quot;<br />&nbsp; &nbsp; info = None<br />&nbsp; &nbsp; try:<br />&nbsp; &nbsp; &nbsp; &nbsp; info = getpass.getuser()<br />&nbsp; &nbsp; except:<br />&nbsp; &nbsp; &nbsp; &nbsp; pass<br />&nbsp; &nbsp; euid = getattr(os, &#039;geteuid&#039;, None) # Non available on some platforms<br />&nbsp; &nbsp; if euid is not None:<br />&nbsp; &nbsp; &nbsp; &nbsp; info = &#039;%s-%d&#039; % (info, euid())<br />&nbsp; &nbsp; return info<br /><br />
                            

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post