Rifakat (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/6.0-opw-50804-rha into 
lp:openobject-addons/6.0.

Requested reviews:
  nel (nel-tinyerp)
Related bugs:
  Bug #896604 in OpenERP Addons: "[6.0 STOCK] internal move, 
search_default_available doesn't work"
  https://bugs.launchpad.net/openobject-addons/+bug/896604

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-50804-rha/+merge/83552

Hello,

search_default_available doesn't work for 'Internal Moves'.
Filter name was not specified in filter.

Kindly review this.

Regards,
Rifakat
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-50804-rha/+merge/83552
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.0-opw-50804-rha.
=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml	2011-06-09 12:44:28 +0000
+++ stock/stock_view.xml	2011-11-28 06:33:25 +0000
@@ -1311,7 +1311,7 @@
             <field name="arch" type="xml">
                 <search string="Internal Picking List">
                     <group col="8" colspan="4">
-                        <filter icon="terp-check" string="Available" domain="[('state','=','assigned')]" help="Assigned Internal Moves"/>
+                        <filter icon="terp-check" name="available" string="Available" domain="[('state','=','assigned')]" help="Assigned Internal Moves"/>
                         <filter icon="terp-camera_test" name="confirmed" string="Confirmed" domain="[('state','=','confirmed')]" help="Confirmed Internal Moves" />
                         <separator orientation="vertical"/>
                         <field name="name"/>

_______________________________________________
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

Reply via email to