Commit Graph

28 Commits

Author SHA1 Message Date
OCA-git-bot
32685acfc6 [BOT] post-merge updates 2024-02-20 11:16:34 +00:00
Alexandre Fayolle
b733ed9657 [IMP] mrp_multi_level: safety stock
When a product has a safety stock in an area, and the current stock is
below safety, but there are moves in the future, mrp_multi_level does
not compute an immediate action to get back to the safety stock.

This PR changes this behavior: when the mrp_moves are considered, before
processing the first move in the future, we insert a resupply action to
rebuild the safety stock.

We also add some refactoring in the process:

* add extension point on the wizard to compute the quantity to reorder
(so we can choose in a separate module whether to rebuild safety stock
or not)
* add extension point on the wizard to get the date at which the safety
stock must be rebuilt (defaults to today)
* make the code of the wizard symetric between the groupes and non
grouped configuration
2024-02-14 09:36:24 +01:00
OCA-git-bot
cb0e5bba37 [BOT] post-merge updates 2023-12-14 08:52:56 +00:00
OCA-git-bot
0e49e5ea3f [BOT] post-merge updates 2023-12-14 08:31:51 +00:00
OCA-git-bot
0f2f8a6386 [BOT] post-merge updates 2023-11-29 12:43:48 +00:00
OCA-git-bot
b39ec5d5de [BOT] post-merge updates 2023-11-29 12:38:26 +00:00
OCA-git-bot
0c1a6d678a [UPD] README.rst 2023-09-03 14:28:29 +00:00
Pedro M. Baeza
192578727e [FIX] mrp_multi_level: Downgrade development status
For complying with rules
2022-04-22 08:46:01 +02:00
OCA-git-bot
7480e9f8c1 [UPD] README.rst 2020-12-17 06:18:29 +00:00
OCA-git-bot
a65e208b0c [UPD] README.rst 2020-12-17 04:24:29 +00:00
OCA-git-bot
43eb214537 [UPD] README.rst 2020-04-09 15:17:54 +00:00
OCA-git-bot
39125cbee3 [UPD] README.rst 2020-03-26 12:01:46 +00:00
OCA-git-bot
0d78a26fa0 [UPD] README.rst 2020-03-11 09:08:00 +00:00
OCA-git-bot
1cba56ef3a [UPD] README.rst 2020-03-02 15:46:49 +00:00
OCA-git-bot
f268b9591a [UPD] README.rst 2019-12-27 15:59:26 +00:00
Lois Rilo
d0765c3d87 [13.0][MIG] mrp_multi_level 2019-12-23 10:10:14 +01:00
OCA-git-bot
c5c71eaedb [UPD] README.rst 2019-12-23 10:10:14 +01:00
Lois Rilo
f5483cb563 [12.0][MIG] mrp_multi_level:
* You can know integrate with different forecasting mechanisms.
  As a consequence integration with stock_demand_estimate is moved
  to a new module (mrp_multi_level_estimate).
* As agreed by the authors, the module is re-licensed to LGPL-3.
2019-12-23 10:10:14 +01:00
OCA-git-bot
e0ea6f1a57 [UPD] README.rst 2019-12-23 10:10:14 +01:00
Lois Rilo
a0445e96b8 [11.0][IMP] mrp_multi_level: able to procure from a different location than area's. 2019-12-23 10:10:14 +01:00
Lois Rilo
6a86bbe7c5 [11.0][REW/IMP] mrp_multi_level:
* Extract concept of planned orders from mrp.move.
* Fix error grouping demand when there is no supply for a the first day of grouping.
* Adapt tests.
2019-12-23 10:10:14 +01:00
Lois Rilo
d224b1931f [11.0][IMP] mrp_multi_level:
* Able to run MRP only for selected areas.
 * Clean logging messages.
2019-12-23 10:10:14 +01:00
Lois Rilo
56b12548b0 [11.0][IMP] mrp_multi_level: be able to group demand when generating supply proposals 2019-12-23 10:10:14 +01:00
Lois Rilo
c0c5fb861f [11.0] mrp_multi_level:
* fix api.depends fields fro main supplier.
 * fix ordering and missing demo file in manifest.
 * Update README.
 * fix action_view* methods.
 * readd hook to exclude in mrp initialization
 * fix computation of qty available (it was considering several times sub-locations).
 * Remove contraint for outoing and incoming moves to be moved in/outside the company, they can be internal transfers.
 * mrp.moves visible with technical settings.
 * Show product and allow to search by it in mrp.inventory.
2019-12-23 10:10:14 +01:00
OCA-git-bot
27a0b9dad1 [UPD] README.rst 2019-12-23 10:10:14 +01:00
Jordi Ballester Alomar
52217ff648 mrp_multi_level:
* during bom explosion consider only stockable products in the BOM.
* add logo
* add rounding on application of stock demand estimates.
2019-12-23 10:10:14 +01:00
OCA Git Bot
e39e9160a8 [UPD] README.rst 2019-12-23 10:10:14 +01:00
OCA Git Bot
335e8b7c93 [UPD] README.rst 2019-12-23 10:10:14 +01:00