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账号

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

    Http.py报错的问题,求教

    Odoo 安装指南
    2
    3
    3954
    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.
    • 3
      357709468 last edited by

      大家好,在安装odoo时,出现系统报错;求解决;

      Traceback (most recent call last):
        File "/opt/odoo/openerp/http.py", line 537, in _handle_exception
          return super(JsonRequest, self)._handle_exception(exception)
        File "/opt/odoo/openerp/http.py", line 574, in dispatch
          result = self._call_function(**self.params)
        File "/opt/odoo/openerp/http.py", line 311, in _call_function
          return self.endpoint(*args, **kwargs)
        File "/opt/odoo/openerp/http.py", line 803, in call
          return self.method(*args, **kw)
        File "/opt/odoo/openerp/http.py", line 403, in response_wrap
          response = f(*args, **kw)
        File "/opt/odoo/addons/web/controllers/main.py", line 703, in create
          params['create_admin_pwd'])
        File "/opt/odoo/openerp/http.py", line 879, in proxy_method
          result = dispatch_rpc(self.service_name, method, args)
        File "/opt/odoo/openerp/http.py", line 115, in dispatch_rpc
          result = dispatch(method, params)
        File "/opt/odoo/openerp/service/db.py", line 65, in dispatch
          security.check_super(passwd)
        File "/opt/odoo/openerp/service/security.py", line 33, in check_super
          raise openerp.exceptions.AccessDenied()
      AccessDenied: Access denied.

      1 Reply Last reply Reply Quote 0
      • 卓忆
        卓忆 last edited by

        AccessDenied: Access denied.

        是不是 master 密码 打错了?

        仔细看看 这个 帖子: [检测到链接无效,已移除]

        恬淡

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