Atik Agewan(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-872184-aag into
lp:openobject-addons.
Requested reviews:
Rucha (Open ERP) (rpa-openerp)
Related bugs:
Bug #872184 in OpenERP Addons: "In menu Warehouse/Reporting/Last Product
Inventories Consumable button is not working."
https://bugs.launchpad.net/openobject-addons/+bug/872184
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-872184-aag/+merge/78962
Hello,
Stock:In menu Warehouse/Reporting/Last Product Inventories user can filter
list of record by Consumable button.
Thanks,
Atik Agewan,
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-872184-aag/+merge/78962
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-872184-aag.
=== modified file 'stock/report/report_stock_view.xml'
--- stock/report/report_stock_view.xml 2011-05-13 13:24:17 +0000
+++ stock/report/report_stock_view.xml 2011-10-11 13:28:18 +0000
@@ -38,7 +38,7 @@
<filter icon="terp-accessories-archiver" name="stockable" string="Stockable"
domain="[('product_id.type','=', 'product')]"/>
<filter icon="terp-accessories-archiver" string="Consumable"
- domain="[('product_id.type','=', 'consumable')]"/>
+ domain="[('product_id.type','=', 'consu')]"/>
<separator orientation="vertical"/>
<filter icon="terp-accessories-archiver-minus" string="Non Inv"
domain="[('date','=', False)]"/>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp