Hiral Patel (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1108228-hip into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1108228 in OpenERP Addons: "action_stock_invoice_onshipping missing on 
stock.picking"
  https://bugs.launchpad.net/openobject-addons/+bug/1108228

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1108228-hip/+merge/145353
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1108228-hip/+merge/145353
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1108228-hip.
=== modified file 'stock/wizard/stock_invoice_onshipping_view.xml'
--- stock/wizard/stock_invoice_onshipping_view.xml	2012-11-29 22:26:45 +0000
+++ stock/wizard/stock_invoice_onshipping_view.xml	2013-01-29 12:23:21 +0000
@@ -40,5 +40,15 @@
             view_type="form"
             target="new"
             id="action_stock_invoice_onshipping"/>
+
+        <act_window name="Create Invoices"
+            res_model="stock.invoice.onshipping"
+            src_model="stock.picking"
+            key2="client_action_multi"
+            multi="True"
+            view_mode="form"
+            view_type="form"
+            target="new"
+            id="action_stock_invoice_onshipping"/>
     </data>
 </openerp>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : openerp-dev-gtk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to