Xavier ALT (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.1-opw-50804-xal into
lp:openobject-addons/6.1.
Requested reviews:
OpenERP R&D Team (openerp-dev)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-50804-xal/+merge/95598
Hi,
This is a forward-port of v6.0 [OPW 50804].
Fix "Internal Move" search view so that search_default context works
({'search_default_available': 1}).
Thanks,
Xavier
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-50804-xal/+merge/95598
Your team OpenERP R&D Team is requested to review the proposed merge of
lp:~openerp-dev/openobject-addons/6.1-opw-50804-xal into
lp:openobject-addons/6.1.
=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml 2012-01-31 13:36:57 +0000
+++ stock/stock_view.xml 2012-03-02 15:52:07 +0000
@@ -1304,7 +1304,7 @@
<field name="arch" type="xml">
<search string="Internal Picking List">
<group>
- <filter icon="terp-check" string="Ready" domain="[('state','=','assigned')]" help="Assigned Internal Moves"/>
+ <filter icon="terp-check" name="available" string="Ready" domain="[('state','=','assigned')]" help="Assigned Internal Moves"/>
<filter icon="terp-camera_test" name="confirmed" string="Waiting" 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