Merge lp:~camptocamp/stock-logistic-warehouse/add-stock_ownership_nbi into lp:stock-logistic-warehouse
Proposed by
Nicolas Bessi - Camptocamp
Status: | Merged |
---|---|
Merged at revision: | 33 |
Proposed branch: | lp:~camptocamp/stock-logistic-warehouse/add-stock_ownership_nbi |
Merge into: | lp:stock-logistic-warehouse |
Diff against target: |
166 lines (+137/-0) 5 files modified
stock_location_ownership/__init__.py (+22/-0) stock_location_ownership/__openerp__.py (+44/-0) stock_location_ownership/model/__init__.py (+22/-0) stock_location_ownership/model/stock.py (+34/-0) stock_location_ownership/view/stock_view.xml (+15/-0) |
To merge this branch: | bzr merge lp:~camptocamp/stock-logistic-warehouse/add-stock_ownership_nbi |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Yannick Vaucher @ Camptocamp | Approve | ||
Lionel Sausin - Initiatives/Numérigraphe (community) | Needs Information | ||
Romain Deheele - Camptocamp (community) | code review and test | Approve | |
Review via email:
|
Description of the change
[ADD] stock_location_
See https:/
To post a comment you must log in.
Guewen,
Changes about sale and sale order line (_prepare methods on sale order, field location_id on sale order line, sale views and sale tests) by_line addon proposed here : /code.launchpad .net/~camptocam p/sale- wkfl/7. 0-add-sale_ sourced_ and_stock_ ownership/ +merge/ 194527
are already in sale_sourced_
https:/
It seems to me that the best location is sale_sourced_ by_line because pointed changes concern sale objects.
What do you think about it?
Regards,
Romain