credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #01341
[Bug 898113] Re: [Trunk] Task can not be created from via project Tasks act_window
This fix is in trunk ?
because i try 2 minute ago with
http://trunk_4096.runbot.openerp.com:9489
and same error happen
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/898113
Title:
[Trunk] Task can not be created from via project Tasks act_window
Status in OpenERP Addons (modules):
New
Bug description:
Install Project
Goto Project Form View
Click to Tasks Act window
create New Task
Got the Error:
Traceback (most recent call last):
File "/home/amp/workspace/trunk6/server/openerp/osv/osv.py", line 120, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/amp/workspace/trunk6/server/openerp/osv/osv.py", line 172, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/amp/workspace/trunk6/server/openerp/osv/osv.py", line 163, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/amp/workspace/trunk6/server/openerp/osv/orm.py", line 1468, in default_get
defaults[f] = self._defaults[f](self, cr, uid, context)
File "/home/amp/workspace/trunk6/addons/project/project.py", line 535, in _default_project
return int(context['project_id'])
ValueError: invalid literal for int() with base 10: 'OpenERP Integration'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/898113/+subscriptions
References