c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17006
[Bug 717122] Re: Duplicating a task, start date is missing
Hello tchiboo,
This is not a bug. For duplicating the task we have override the
copy_data method of an orm in task object of project module. Here we
have explicitly passed the False for start_date and end_date field
because this field should be inputted by explicit user and not
duplicated as the above task.
You can refer the code of def copy_data(self, cr, uid, id, default={},
context=None): method which is on line:352 in project.py file.
Thanks.
** Changed in: openobject-addons
Status: New => Invalid
--
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/717122
Title:
Duplicating a task, start date is missing
Status in OpenERP Modules (addons):
Invalid
Bug description:
hi,
I am using Open ERP 6.0.1 with webclient.
When I duplicate a task, the starting date field stay empty on the
duplicated task. (When I am on calendar mode, I m loosing the task
because of this).
In previous version this field where duplicated. By meetings, this
field is correctly duplicated.
Thanks
References