Merge lp:~camptocamp/stock-logistic-flows/7.0-stock_split_picking-display-button into lp:stock-logistic-flows

Proposed by Guewen Baconnier @ Camptocamp
Status: Merged
Merged at revision: 60
Proposed branch: lp:~camptocamp/stock-logistic-flows/7.0-stock_split_picking-display-button
Merge into: lp:stock-logistic-flows
Diff against target: 12 lines (+1/-1)
1 file modified
stock_split_picking/view/stock_partial_picking.xml (+1/-1)
To merge this branch: bzr merge lp:~camptocamp/stock-logistic-flows/7.0-stock_split_picking-display-button
Reviewer Review Type Date Requested Status
Pedro Manuel Baeza co Approve
Ana Juaristi Olalde (community) code review Approve
Romain Deheele - Camptocamp (community) code review, no test Approve
Review via email: mp+211739@code.launchpad.net

Description of the change

One may want to split a draft or confirmed delivery order, not only a available one.

To post a comment you must log in.
Revision history for this message
Romain Deheele - Camptocamp (romaindeheele) wrote :

LGTM,

Romain

review: Approve (code review, no test)
Revision history for this message
Ana Juaristi Olalde (ajuaristio) wrote :

LGTM

review: Approve (code review)
Revision history for this message
Pedro Manuel Baeza (pedro.baeza) wrote :

LGTM

review: Approve (co)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'stock_split_picking/view/stock_partial_picking.xml'
2--- stock_split_picking/view/stock_partial_picking.xml 2013-08-13 19:00:02 +0000
3+++ stock_split_picking/view/stock_partial_picking.xml 2014-03-19 14:24:40 +0000
4@@ -8,7 +8,7 @@
5 <field name="arch" type="xml">
6 <field name ="state" position="before">
7 <button name="split_process"
8- states="assigned"
9+ states="draft,confirmed,assigned"
10 string="Split"
11 groups="stock.group_stock_user"
12 type="object"/>

Subscribers

People subscribed via source and target branches