Khushboo Bhatt(openerp) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1072658-kbh into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1072658 in OpenERP Addons: "[Trunk] Getting bug on sales order creation"
  https://bugs.launchpad.net/openobject-addons/+bug/1072658

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1072658-kbh/+merge/132072

Hello,

  I have fixed the issue of domain when creating sale order.

Thanks,
KBH.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1072658-kbh/+merge/132072
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1072658-kbh.
=== modified file 'sale_stock/sale_stock_view.xml'
--- sale_stock/sale_stock_view.xml	2012-10-28 15:37:55 +0000
+++ sale_stock/sale_stock_view.xml	2012-10-30 11:40:57 +0000
@@ -41,7 +41,7 @@
                    </xpath>
                    <xpath expr="//button[@name='action_view_invoice']" position="after">
                        <button name="action_view_delivery" string="View Delivery Order" type="object" class="oe_highlight"
-                           attrs="{'invisible': ['|','|','|',('picking_ids','=',False),('picking_ids','=',[]), ('state', 'not in', ('progress','manual')),('shipped','=',True)]}"/>
+                           attrs="{'invisible': ['|',('state', 'not in', ('progress','manual')),('shipped','=',True)]}"/>
                    </xpath>
                     <xpath expr="//button[@name='action_cancel']" position="after">
                         <button name="ship_cancel" states="shipping_except" string="Cancel"/>

_______________________________________________
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