← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 765559] Re: locations cannot be sorted

 

any chance to get this into 6.0.x ?
it's really a showstopper

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

Title:
  locations cannot be sorted

Status in OpenERP Modules (addons):
  Fix Committed

Bug description:
  1. Currently the locations list has limited sorting features, because the "complete name" field is a function field that is not stored.
  Making it stored would improve this, but it must not be "stored=True", otherwise it will not be correctly recomputed when ancestor locations are modified!
  The store trigger must recompute all descendant locations too (child_of operator)!

  2. Adding the parent_location to the search view could be useful too.


  ===== original description =======
  the tree view of stock locations (not location structure - this one is OK) results in a list order by
   _order = 'parent_left'
  which is not human readable / undertandable

  together with the fact that function fields (Location Name = complete_name)  can't be sorted this list is not user friendly at all
  (sorting worked in V5)

  BTW
  IMHO the search view should have buttons for all "usages"
  as well as a search field for parent location

  please consider the missing sorting and filtering of function fields
  as a major issue for migration of complex installations to v6


References