Merge lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-mrp into lp:stock-logistic-warehouse
Status: | Rejected |
---|---|
Rejected by: | Yannick Vaucher @ Camptocamp |
Proposed branch: | lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-mrp |
Merge into: | lp:stock-logistic-warehouse |
Prerequisite: | lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale |
Diff against target: |
326 lines (+280/-0) 7 files modified
stock_available/res_config.py (+8/-0) stock_available/res_config_view.xml (+4/-0) stock_available_mrp/__init__.py (+21/-0) stock_available_mrp/__openerp__.py (+39/-0) stock_available_mrp/product.py (+121/-0) stock_available_mrp/product_view.xml (+19/-0) stock_available_mrp/test/potential_qty.yml (+68/-0) |
To merge this branch: | bzr merge lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-mrp |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alexandre Fayolle - camptocamp | Needs Resubmitting | ||
Review via email:
|
Description of the change
Add stock_available
This branch builds upon lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available, which adds a generic module to compute the stock available to promise in a configurable way.
It also includes lp:~numerigraphe-team/stock-logistic-warehouse/7.0-add-stock-available-sale, which adds another //unrelated// implementation. This is only to avoid merge conflicts in case both are accepted, but they are independent works I can rebase this branch if needed.
Module by Loïc Bellier with contributions from your humble servant.
Unmerged revisions
- 37. By Numérigraphe
-
[ADD] stock_available
_mrp: take immediate manufaturing capability into account in the stock quantity available to promise - 36. By Numérigraphe
-
[ADD] stock_available
_sale: take sale quotations into account in the stock quantity available to promise - 35. By Numérigraphe
-
[ADD] stock_available: generic module to compute the stock quantity available to promise using several implementations. Make stock_available
_immediatly the first configurable implementation
The source code management for this project has been moved to https:/ /github. com/OCA/ stock-logistics -warehouse
Could you resubmit this MP on the new site?