Merge lp:~openerp-dev/openobject-addons/trunk-bug-1108228-hip into lp:openobject-addons

Proposed by Hiral Patel (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1108228-hip
Merge into: lp:openobject-addons
Diff against target: 19 lines (+10/-0)
1 file modified
stock/wizard/stock_invoice_onshipping_view.xml (+10/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1108228-hip
Reviewer Review Type Date Requested Status
Ajay Patel (OpenERP) (community) Approve
OpenERP Core Team Pending
Review via email: mp+145353@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ajay Patel (OpenERP) (ajay-openerp) wrote :

seems ok..

Thanks,
Amit

review: Approve

Unmerged revisions

8523. By Hiral Patel (OpenERP)

[trunk][FIX] action_stock_invoice_onshipping missing on stock.picking

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'stock/wizard/stock_invoice_onshipping_view.xml'
2--- stock/wizard/stock_invoice_onshipping_view.xml 2012-11-29 22:26:45 +0000
3+++ stock/wizard/stock_invoice_onshipping_view.xml 2013-01-29 12:23:21 +0000
4@@ -40,5 +40,15 @@
5 view_type="form"
6 target="new"
7 id="action_stock_invoice_onshipping"/>
8+
9+ <act_window name="Create Invoices"
10+ res_model="stock.invoice.onshipping"
11+ src_model="stock.picking"
12+ key2="client_action_multi"
13+ multi="True"
14+ view_mode="form"
15+ view_type="form"
16+ target="new"
17+ id="action_stock_invoice_onshipping"/>
18 </data>
19 </openerp>

Subscribers

People subscribed via source and target branches

to all changes: