openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #04150
[Bug 898113] Re: [Trunk] Task can not be created from via project Tasks act_window
Hello,
It has been fixed in https://code.launchpad.net/~openerp-dev/openobject-
addons/trunk-bug-898113-atp branch.
Revision ID: atp@xxxxxxxxxxx-20111229125605-t0or55ru2wu18h4m
Revision NO: 6193
kindly review it.
It will merge in addons soon.
Thanks
** Branch linked: lp:~openerp-dev/openobject-addons/trunk-bug-898113-atp
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of OpenERP
Indian Team, 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):
Fix Committed
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