c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #27129
[Bug 800897] Re: Compatibility with OpenERP 6.02
Hello Jean-Michel,
PayPal would be a nice addition!
I guess this will be an import parser module? If that's the case, you
can use the merge proposal from Stefan Rijnhart to get a v6 installable
version and work from there. IMO it's not production ready yet, but at
least it installs clean with v6 and a basic import seems to work.
Good luck
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/800897
Title:
Compatibility with OpenERP 6.02
Status in Account Banking Framework:
New
Bug description:
Hello,
I am trying to install Account Banking framework under Open ERP 6.02.
My project would be to develop a Paypal import filter and submit it
back.
But it seems that Account Banking framework is not compatible with
6.02.
Here is the error:
Environment Information :
System : Linux-2.6.39-1-amd64-x86_64-with-debian-wheezy-sid
OS Name : posix
Distributor ID: Debian
Description: Debian GNU/Linux unstable (sid)
Release: unstable
Codename: sid
Operating System Release : 2.6.39-1-amd64
Operating System Version : #1 SMP Tue May 24 14:34:19 UTC 2011
Operating System Architecture : 64bit
Operating System Locale : fr_FR.UTF8
Python Version : 2.6.6
OpenERP-Client Version : 6.0.2
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
File "/usr/share/pyshared/openerp-server/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/usr/share/pyshared/openerp-server/service/web_services.py", line 599, in dispatch
res = fn(db, uid, *params)
File "/usr/share/pyshared/openerp-server/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/usr/share/pyshared/openerp-server/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/share/pyshared/openerp-server/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/usr/share/pyshared/openerp-server/addons/base/module/wizard/base_module_upgrade.py", line 98, in upgrade_module
_db, pool = pooler.restart_pool(cr.dbname, update_module=True)
File "/usr/share/pyshared/openerp-server/pooler.py", line 60, in restart_pool
return get_db_and_pool(db_name, force_demo, status, update_module=update_module)
File "/usr/share/pyshared/openerp-server/pooler.py", line 39, in get_db_and_pool
addons.load_modules(db, force_demo, status, update_module)
File "/usr/share/pyshared/openerp-server/addons/__init__.py", line 883, in load_modules
processed_modules.extend(load_module_graph(cr, graph, status, report=report, skip_modules=processed_modules))
File "/usr/share/pyshared/openerp-server/addons/__init__.py", line 717, in load_module_graph
modules = pool.instanciate(package.name, cr)
File "/usr/share/pyshared/openerp-server/osv/osv.py", line 258, in instanciate
res.append(klass.createInstance(self, module, cr))
File "/usr/share/pyshared/openerp-server/osv/osv.py", line 331, in createInstance
assert pool.get(parent_name), "parent class %s does not exist in module %s !" % (parent_name, module)
AssertionError: parent class payment.type does not exist in module account_banking !
To manage notifications about this bug go to:
https://bugs.launchpad.net/account-banking/+bug/800897/+subscriptions
References