c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #32086
[Bug 823049] Re: trunk - filter function fields
#13
I went to warehouse - product - products
I just realized that i was checking the wrong module - sorry
in
product/product.py
'qty_available': fields.function(_product_qty_available, type='float', string='Quantity On Hand'),
'virtual_available': fields.function(_product_virtual_available, type='float', string='Quantity Available'),
the fnct_search as well as the buttons "QTY Available !=0" "QTY on Hand !=0" and is (badly) missing
especially if context location_id = "my search location" with only a
few not 0 products
BTW
Warehouse > Traceability > Production Lots
is not available for the demo user
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/823049
Title:
trunk - filter function fields
Status in OpenERP Web:
Fix Released
Bug description:
trunk - funciton fields are slectable in custom filters but the filter does not work
Example
filter products real_stock is not 0 - a very common question
To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/823049/+subscriptions
References