c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #31413
[Bug 838288] Re: [6.x][project_long_term] Resources link in project is useless
Hello Raphael,
I have checked your issue but it is not bug.
But it's good improvement so we will consider this for a future
rodamaps.
So Currently I am setting it as a "Wishlist"
Thanks for participation.
** Changed in: openobject-addons
Importance: Undecided => Wishlist
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 1 (openerp-dev-addons1)
--
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):
Confirmed
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
Follow ups
References