Merge lp:~openerp-dev/openobject-addons/trunk-bug-911094-ksa into lp:openobject-addons

Proposed by Kirti Savalia(OpenERP)
Status: Merged
Merged at revision: 6298
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-911094-ksa
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
stock/stock_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-911094-ksa
Reviewer Review Type Date Requested Status
Rucha (Open ERP) (community) Approve
Kirti Savalia(OpenERP) (community) Needs Resubmitting
qdp (OpenERP) Pending
Review via email: mp+87345@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Rucha (Open ERP) (rpa-openerp) wrote :

the solution is incorrect,
after applying it, we are able to process moves that are not available too,

what we need to do is when the picking is not available we must not have any option to process it in the list view.

please correct it,
Thanks

review: Needs Fixing
Revision history for this message
Kirti Savalia(OpenERP) (ksa-openerp) :
review: Needs Resubmitting
Revision history for this message
Rucha (Open ERP) (rpa-openerp) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'stock/stock_view.xml'
2--- stock/stock_view.xml 2012-01-05 10:38:02 +0000
3+++ stock/stock_view.xml 2012-01-05 12:19:27 +0000
4@@ -682,7 +682,7 @@
5 <field name="invoice_state"/>
6 <field name="stock_journal_id" groups="base.group_extended" widget="selection"/>
7 <field name="state"/>
8- <button name="action_process" states="confirmed,assigned" groups="stock.group_stock_user" string="Process" type="object" icon="gtk-go-forward"/>
9+ <button name="action_process" states="assigned" groups="stock.group_stock_user" string="Process" type="object" icon="gtk-go-forward"/>
10 </tree>
11 </field>
12 </record>

Subscribers

People subscribed via source and target branches

to all changes: