Merge lp://staging/~hirt/ocb-addons/6.1_stock_use_date_always into lp://staging/ocb-addons/6.1
Proposed by
Etienne Hirt
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~hirt/ocb-addons/6.1_stock_use_date_always |
Merge into: | lp://staging/ocb-addons/6.1 |
Diff against target: |
179 lines (+16/-14) 2 files modified
stock/stock.py (+3/-1) stock/stock_view.xml (+13/-13) |
To merge this branch: | bzr merge lp://staging/~hirt/ocb-addons/6.1_stock_use_date_always |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Stefan Rijnhart (Opener) | Needs Information | ||
Ronald Portier (Therp) | Needs Fixing | ||
Holger Brunn (Therp) | Needs Fixing | ||
Review via email: mp+194646@code.staging.launchpad.net |
Description of the change
[6.1] Improve Sorting for pickings (always make date valid use date for sorting)
To post a comment you must log in.
Unmerged revisions
- 6817. By Etienne Hirt
-
fix indent in stock_move write
- 6816. By Etienne Hirt
-
commit removed executable flags
- 6815. By Etienne Hirt
-
remove address restriction change as done in a separate branch
- 6814. By Etienne Hirt
-
Minor additional fix:
remove restriction to company addresses in incoming deliveries - 6813. By Etienne Hirt
-
make date field readonly in view and set it from expected as long as not in done state
now sort according to date always such that the sorting is always correct independent of state
Could you explain #93?
And date and date_expected are different things in my opinion. So we lose data the way you propose.
Actually, I don't even exactly understand the problem you want to fix here. Please file a bug report and elaborate there.