Skip to content

Commit

Permalink
[FIX] action_stock_invoice_onshipping missing on stock.picking
Browse files Browse the repository at this point in the history
  • Loading branch information
hip-odoo authored and Stefan Rijnhart committed Jul 2, 2014
1 parent 037929e commit 3dd89ed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions addons/stock/wizard/stock_invoice_onshipping_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 3dd89ed

Please sign in to comment.