c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #28950
[Bug 810983] Re: [Trunk] document_ftp module is not install with the latest trunk code.
hello,
It has been fixed in lp:~openerp-dev/openobject-addons/trunk-bug-810983-sbh
Revision ID: sbh@xxxxxxxxxxx-20110720115352-0nnt44uvokz2kqab
Revision num: 4890.
** Branch linked: lp:~openerp-dev/openobject-addons/trunk-bug-810983-sbh
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
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/810983
Title:
[Trunk] document_ftp module is not install with the latest trunk code.
Status in OpenERP Modules (addons):
Fix Committed
Bug description:
when I tried to install this module I did face following traceback:
2011-07-15 15:49:10,602][?] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
File "/home/vra/workspace/trunk/server/openerp/osv/osv.py", line 118, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/vra/workspace/trunk/server/openerp/osv/osv.py", line 172, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/vra/workspace/trunk/server/openerp/osv/osv.py", line 163, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/vra/workspace/trunk/server/openerp/addons/base/module/wizard/base_module_upgrade.py", line 44, in fields_view_get
res = super(base_module_upgrade, self).fields_view_get(cr, uid, view_id=view_id, view_type=view_type, context=context, toolbar=toolbar,submenu=False)
File "/home/vra/workspace/trunk/server/openerp/osv/orm.py", line 1917, in fields_view_get
WHERE id=%s""", (view_id,))
File "/home/vra/workspace/trunk/server/openerp/sql_db.py", line 153, in wrapper
return f(self, *args, **kwargs)
File "/home/vra/workspace/trunk/server/openerp/sql_db.py", line 213, in execute
res = self._obj.execute(query, params)
InternalError: current transaction is aborted, commands ignored until end of transaction block
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/810983/+subscriptions
References