← Back to team overview

openerp-community-reviewer team mailing list archive

[Merge] lp:~camptocamp/ocb-addons/ocb-7.0-fix-1108228-hip-afe into lp:ocb-addons

 

Alexandre Fayolle - camptocamp has proposed merging lp:~camptocamp/ocb-addons/ocb-7.0-fix-1108228-hip-afe into lp:ocb-addons.

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

For more details, see:
https://code.launchpad.net/~camptocamp/ocb-addons/ocb-7.0-fix-1108228-hip-afe/+merge/188010

Port of https://code.launchpad.net/~camptocamp/openobject-addons/7.0-fix-1108228-hip-afe/+merge/187994  to OCB
-- 
https://code.launchpad.net/~camptocamp/ocb-addons/ocb-7.0-fix-1108228-hip-afe/+merge/188010
Your team OpenERP Community Backports Team is requested to review the proposed merge of lp:~camptocamp/ocb-addons/ocb-7.0-fix-1108228-hip-afe into lp:ocb-addons.
=== modified file 'stock/wizard/stock_invoice_onshipping_view.xml'
--- stock/wizard/stock_invoice_onshipping_view.xml	2012-10-23 16:05:04 +0000
+++ stock/wizard/stock_invoice_onshipping_view.xml	2013-09-27 10:40:01 +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>


References