Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on create_database Odoo 8.0 #56

Closed
yvaucher opened this issue Aug 22, 2014 · 1 comment
Closed

Error on create_database Odoo 8.0 #56

yvaucher opened this issue Aug 22, 2014 · 1 comment
Labels
Milestone

Comments

@yvaucher
Copy link
Contributor

In odoo 8.0 db.create changed signature to db.create_database

Captured logging:
  ERROR:openerp.http:exp_create
  Traceback (most recent call last):
    File ".../server/openerp/http.py", line 93, in dispatch_rpc
      result = dispatch(method, params)
    File ".../server/openerp/service/db.py", line 69, in dispatch
      fn = globals()['exp_' + method]
  KeyError: 'exp_create'
yvaucher added a commit to yvaucher/erppeek that referenced this issue Aug 22, 2014
yvaucher added a commit to yvaucher/erppeek that referenced this issue Aug 22, 2014
in Odoo 8.0 db.create is missing
yvaucher added a commit to yvaucher/erppeek that referenced this issue Aug 22, 2014
in Odoo 8.0 db.create is missing
yvaucher added a commit to yvaucher/erppeek that referenced this issue Aug 22, 2014
…b.create and db.get_progress are missing
yvaucher added a commit to yvaucher/erppeek that referenced this issue Aug 22, 2014
…b.create and db.get_progress are missing
@florentx florentx added the bug label Sep 19, 2014
@florentx florentx modified the milestone: 1.6 Sep 19, 2014
@florentx
Copy link
Member

fix released with 1.6

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants