← Back to team overview

openerp-india team mailing list archive

[Bug 1102908] Re: inventory analysis location

 

Default view declaration for location_id is:
<field name="location_id" filter_domain="[('location_id', 'child_of', self)]"/>
-> and it does nothing

If I change it to:
<field name="location_id" operator="child_of"/>
-> it will show only stock for selected location

If I change it to:
<field name="location_id" widget="selection" operator="child_of"/>
-> it will work fine!

The problem is when I have a lot of locations (more than 30) selection is not a good choice...
I suppose this is a view/search bug in OpenERP?

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1102908

Title:
  inventory analysis location

Status in OpenERP Addons (modules):
  New

Bug description:
  Filter field location on Inventory Analysis in Stock module doesn't do anything...
  It should filter by location which is selected and by it's child locations...

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1102908/+subscriptions


References