← Back to team overview

c2c-oerpscenario team mailing list archive

Re: [Bug 838288] Re: [6.x][project_long_term] Resources link in project is useless

 

Si please just remove that link in 6.1 It's a dead simple commit.
On Sep 2, 2011 3:41 AM, "Amit Parik (OpenERP)" <amp@xxxxxxxxxxx> wrote:
> 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 OpenERP
> Drivers, which is subscribed to OpenERP Addons.
> 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

-- 
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


References