Jalpesh Patel(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-filters-warehouse-pja into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-filters-warehouse-pja/+merge/137552
Hello,
I have solve problem of group by filters source,destination,creation in
warehouse it's given traceback.
Thanks!
pja
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-filters-warehouse-pja/+merge/137552
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-filters-warehouse-pja.
=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml 2012-11-28 04:23:11 +0000
+++ stock/stock_view.xml 2012-12-03 12:58:26 +0000
@@ -1433,6 +1433,9 @@
<field name="product_id"/>
<field name="product_qty"/>
<field name="product_uom" string="Unit of Measure" groups="product.group_uom"/>
+ <field name="location_id" invisible="1"/>
+ <field name="location_dest_id" invisible="1"/>
+ <field name="create_date" invisible="1"/>
<button name="%(stock.move_scrap)d"
string="Scrap Products" type="action"
icon="gtk-convert" context="{'scrap': True}"
_______________________________________________
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