69 Commits

Author SHA1 Message Date
BernatPForgeFlow
c328d9b799 [FIX] mrp_multi_level: Prioritize safety stock with mrp moves today
If I have 0 units, my safety stock is 5 units and today I have a supply for 10 units, the procurement recommendation should be 0 units
2024-02-20 16:47:05 +01:00
Lois Rilo
6ed19deb8c [FIX] mrp_multi_level: starting qty on hand wrong when using lots
Unify the way to get the starting on hand whenever needed in MRP
calculations.
2024-02-14 10:12:11 +01:00
Lois Rilo
fc8ffcd594 [FIX] mrp_multi_level: wrong safety stock intial order in grouped demand mode
Three tests cases modelize the issues being solved.
2024-02-14 10:03:06 +01:00
Lois Rilo
11b3f934e7 [FIX] mrp_multi_level: ariable 'move' referenced before assignment 2024-02-14 09:59:18 +01:00
Alexandre Fayolle
9d0b11ddbe [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:59:07 +01:00
Alexandre Fayolle
2a3a9f704b [IMP] mrp_multi_level: reduce some logging
When running the multi level planner, the wizard will delete the records
from the previous run (mrp.inventory, mrp.move, mrp.planned.order).
There can be hundreds of such records, and the call to unlink() will
create a log entry which is not really informative. We disable this log
during the call to the wizard (but keep if for manual unlinking of the
records which we want to trace).
2023-12-13 16:53:43 +01:00
Alexandre Fayolle
ef0da31762 [REF] mrp_multi_level: location management
Small refactoring adding a _get_locations method on product.mrp.area
which by defaults delegates the computation to the related mrp.area.

This enables extending a few things related to locations at the
product.mrp.area level.

Change the way `_get_locations()` work: don't return the list of child
locations, only the top-most locations, and then use the `child_of`
operator in the code that looks for locations.
2023-12-13 16:29:52 +01:00
Alessandro Uffreduzzi
b95762c93d [FIX] all: fix pre-commit new checks 2023-10-31 09:54:12 +01:00
BernatPForgeFlow
226ed0280f [IMP] mrp_multi_level: Get BoM to explode
When exploding requirements or calculating supply method, we will consider the first active BoM taking into account the routes.
2023-04-21 09:32:26 +02:00
Lois Rilo
1d29729cc6 [IMP] mrp_multi_level: do not create moves if not data
This improves extensibility, allowing to not create moves on
certain situations by extending the prepare vals hook method.
2023-01-11 11:40:41 +01:00
Lois Rilo
d8de668a88 [IMP] mrp_multi_level: avoid recursion on LLC calculation.
Introduce a safe and configurable LLC depth limit to avoid infinite
recursion.

Also, improve extensibility of BoM finding and fix it to not
consider archived BoMs.
2022-10-25 15:37:21 +02:00
Bernat Puig Font
f56d5247c6 [FIX] mrp_multi_level: Descriptive order number in MRP Moves 2022-09-30 11:50:13 +02:00
OCA-git-bot
e5da8bbb01 Merge PR #850 into 14.0
Signed-off-by LoisRForgeFlow
2022-09-23 11:37:59 +00:00
Bernat Puig Font
b2f75ca610 [FIX] mrp_multi_level: Manage Kits in MRP Multi Level 2022-09-21 12:23:05 +02:00
Lois Rilo
ff5c7cd603 [FIX] mrp_multi_level: do not include supplies on origin.
Planned orders' origin when groupping was including supplies
which could lead to confusion.
2022-09-16 13:34:56 +02:00
LaiaTForgeFlow
da4dbe99a3 [FIX]mrp_multi_level: avoid mixing str with boolean 2022-06-30 13:55:44 +02:00
Miquel Raïch
2ec1bc4745 [FIX] mrp_multi_level: add view in manifest 2022-06-17 17:04:19 +02:00
Lois Rilo
3c9d9813fb [IMP] mrp_multi_level: enchance traceability with origin.
* keept description of planned orders verbose.
* make it translatable in most cases.
* while grouping demand include the product in the description.
* add `origin` field not mrp moves and planned orders. Fill it
  with top level demand origin.
2022-06-13 10:04:57 +02:00
Jordi Ballester
bdf4e14881 improve usage of planned orders. - The description of the planned order includes the topmost requirement that caused the planned order. This makes it easier to trace, for example, what planned orders has a given sales order generated. The description of the planned order is passed on to the Manufacturing Orders / Purchase Orders / Transfers as the origin, so it can be possible to search for PO's / MO's that were originated as a result of a given sales order, for example.
- The MRP Inventory tree view is improved so as to add a button to allow you to
  jump to the planned orders.
2022-06-13 10:03:36 +02:00
oca-git-bot
cf21bb169f [IMP] update dotfiles [ci skip] 2022-03-30 23:21:22 +02:00
NuriaXForgeFlow
1642fcd1ac [FIX] mrp_multi_level: Fix case when Purchase Uom is different from Uom and PO in draft 2022-03-02 08:24:41 +01:00
Jordi Ballester
a85a2db345 [FIX] mrp_multi_level: Use running on hand quantity in mrp.inventory
We need to show the projected on hand as it evolves over time.
2022-02-06 23:21:13 +01:00
Sébastien Alix
3cdcdb14bf [FIX] Fix access right issues when using actions 2022-01-29 08:29:11 +01:00
OCA-git-bot
4aa5dcecaf Merge PR #701 into 14.0
Signed-off-by LoisRForgeFlow
2021-12-22 15:59:56 +00:00
Jordi Ballester
1ebfda57b4 [mrp_multi_level][fix] allow to procure from planned orders 2021-11-10 13:50:17 +01:00
Jordi Ballester
a903fbf192 [mrp_multi_level][imp] improve speed by creating mrp.move,mrp.inventory records using
the create_multi capabilities
2021-10-26 11:00:25 +02:00
Lois Rilo
a315ede779 [FIX] mrp_multi_level: Consider timezone of the warehouse to generate mrp inventory records. 2021-05-05 16:51:51 +02:00
Lois Rilo
dc0f9e7642 [14.0][FIX] mrp_multi_level: error with 3 step delivery.
If the destination moves do not include a MO, the mrp move end
up without a name that raises an error later. This can happen
with 3 setep delivery but also with in more cases in wich there is
a chain of stock moves.

We ensure that the variable `order_number` always have a value.
2021-03-24 17:31:21 +01:00
Lois Rilo
1cdeed4db7 [MIG] mrp_multi_level: finish migration of test 2021-03-11 12:46:19 +01:00
davidborromeo
7629759536 [MIG] mrp_multi_level: Migration to 14.0 2021-03-11 12:46:19 +01:00
davidborromeo
274d78451e [IMP] mrp_multi_level: black, isort, prettier 2021-03-03 13:04:50 +01:00
Jordi Ballester Alomar
430698e41a [FIX] mrp_multi_level: when a bom has quantity multiplier, consider it 2021-03-03 13:04:05 +01:00
AaronHForgeFlow
09f7cd0f35 [IMP]mrp_multi_level
* let third modules to choose wether to continue exploding or not

This is useful for subcontracting and potentially for other flows.
2021-03-03 13:04:05 +01:00
Matt Taylor
636904241e [FIX] mrp_multi_level: Check BoM Line Attrs
add a call to mrp.bom.line._skip_bom_line() method
fixes #505
2021-03-03 13:04:05 +01:00
Núria Martín Xifré
bc37971d76 [13.0][IMP] mrp_multi_level: index llc 2021-03-03 13:04:05 +01:00
hveficent
96793593d9 [IMP] mrp_multi_level:
* Stock Moves Domain moved to product mrp area
2021-03-03 13:04:05 +01:00
OCA-git-bot
1ec8055a84 pre-commit update 2021-03-03 13:04:05 +01:00
Lois Rilo
c3d0afd5aa [11.0][FIX] mrp_multi_level: origin for "mv" was never being set.
Also, improve mrp.move by using picking name if the move is part of a picking.

[13.0] set "mo" as origin also for material consumption moves.
2021-03-03 13:04:05 +01:00
hveficent
6e43a5c129 [IMP] mrp_multi_level:
* Planned Order release and due date become required.
* Add button to Product MRP Area to update MOQ from Supplier Info.
* Link Manufacturing Orders with Planned Orders.
* Allow Mrp Inventory Procure Wizard to be used from other models.
* Make MRP Inventory creation more extensible.
* Main Supplier computation (v13 requires explicit False definitions).
2021-03-03 13:04:05 +01:00
hveficent
e1d85248a2 [IMP] mrp_multi_level: Minor changes
* Planned Orders become fixed on manual creation by default
* Released Quantity become readonly
* Add product reference if Planned Order name is not defined on bom explosion
2021-03-03 13:04:05 +01:00
hveficent
a5f171adcd [IMP] mrp_multi_level: Show supply method on mrp inventory 2021-03-03 13:04:05 +01:00
Lois Rilo
3bde781f26 [13.0][MIG] mrp_multi_level 2021-03-03 13:04:05 +01:00
Lois Rilo
d20466cf58 [IMP] mrp_multi_level: black, isort 2021-03-03 13:04:05 +01:00
Lois Rilo
a2853a2851 [12.0][FIX] mrp_multi_level: when grouping demand, if supply and
demand moves have the same date it can happen that the supply is
effectively ignored if considered as staring move of the
grouping and there are more groups to be done after it.

A test case include in this fix depicts in detail the
the problem and ensures no regression.
2021-03-03 13:04:05 +01:00
Lois Rilo
b41a240882 [12.0][FIX] mrp_multi_level: creating undesired planned orders.
add another exclude point at planned order creation.
2021-03-03 13:04:05 +01:00
Lois Rilo
dce2682fdc [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.
2021-03-03 13:04:05 +01:00
Lois Rilo
a2ae8dc066 [11.0][MIG] mrp_multi_level: open MRP inventory screen if manually run 2021-03-03 13:04:05 +01:00
Lois Rilo
302b545464 [11.0][IMP] mrp_multi_level: able to group demand estimates or to ignore them. 2021-03-03 13:04:05 +01:00
Lois Rilo
5d14a72474 [11.0][FIX] mrp_multi_level: pass a context to exclude hook when exploding. 2021-03-03 13:04:05 +01:00
Lois Rilo
dbe5b86a53 [11.0][IMP] mrp_multi_level: able to procure from a different location than area's. 2021-03-03 13:04:05 +01:00