c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #31366
[Bug 838288] Re: [6.x][project_long_term] Resources link in project is useless
Sorry typed too fast:
"Instead I suggest to change the implementation to show the allocated resources in he project indeed"
-> "Instead I suggest to change the implementation to show the allocated resources in the project instead"
--
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/838288
Title:
[6.x][project_long_term] Resources link in project is useless
Status in OpenERP Modules (addons):
New
Bug description:
Hello,
I think the "Resources" right side link in the project form view (from the project_long_term module) is useless.
Indeed, in project_long_term/project_long_term_view.xml it's implemented this way currently:
<act_window
context="{'search_default_user_id': [user_id]}"
id="act_project_resource"
name="Resources"
res_model="resource.resource"
src_model="project.project"
domain="[('user_id', '=',user_id)]"
view_mode="tree,form"
view_type="form"
/>
I think there is no point in seeing the all the resources for your user_id in a given project.
Instead I suggest to change the implementation to show the allocated resources in he project indeed.
Else I suggest to just remove that link as it is useless and bloating the UI.
I suggest to do that change in 6.1 at least.
Thoughts?
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/838288/+subscriptions
References