** Changed in: openobject-addons
       Status: Confirmed => In Progress

-- 
[RC1] base_report_designer can't push report to db
https://bugs.launchpad.net/bugs/671360
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: In Progress

Bug description:
On OpenOffice, when I modify a report and try to push it on server, the server 
crashes with this error :

[2010-11-05 12:03:00,233][demo_msf1] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
  File 
"/home/quentin/Developpement/OpenERP_official/6.0.RC1/openerp-server-6.0.0-rc1/bin/osv/osv.py",
 line 57, in wrapper
    return f(self, dbname, *args, **kwargs)
  File 
"/home/quentin/Developpement/OpenERP_official/6.0.RC1/openerp-server-6.0.0-rc1/bin/osv/osv.py",
 line 140, in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File 
"/home/quentin/Developpement/OpenERP_official/6.0.RC1/openerp-server-6.0.0-rc1/bin/osv/osv.py",
 line 130, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File 
"/home/quentin/Developpement/OpenERP_official/6.0.RC1/openerp-server-6.0.0-rc1/bin/addons/base_report_designer/base_report_designer.py",
 line 60, in upload_report
    interface.register_all(db)
AttributeError: 'module' object has no attribute 'register_all'


I try to fix it, but I discover that the function 'register_all' isn't define 
in bin/report/interface.py.

I don't know if this bug should be declare on openobject-addons or 
openobject-server.



_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : c2c-oerpscenario@lists.launchpad.net
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to