inventory analysis location

Bug #1102908 reported by Milan Tribuson
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Confirmed
Low
OpenERP R&D Addons Team 2

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

Revision history for this message
Milan Tribuson (milan-infokom) wrote :

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?

Changed in openobject-addons:
status: New → Confirmed
Amit Parik (amit-parik)
Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 2 (openerp-dev-addons2)
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.