Hi there!
I'm trying to configure the MPS for our purposes.
To speed up the data implementation I created a new menu (based on this tutorial: https://www.youtube.com/watch?v=TrSkmtLgEHI , 12:26), in which I import the data that is neccessary.
In my previous simulation everything worked perfectly, but now there is an error occuring:
RPC_ERROR
Odoo Server Error
Traceback (most recent call last):
File "/home/odoo/src/odoo/saas-17.2/odoo/mrp_mps.py", line 451, in get_production_schedule_view_state
index = next(i for i, (dstart, dstop) in enumerate(date_range) if related_date = dstart and related_date
StopIteration
The above server error caused the following client error:
RPC_ERROR: Odoo Server Error
RPC_ERROR
at makeErrorFromResponse
I am wondering now whether this error occurs because of a mistake in the imported data (I tried multiple sequences) or maybe because it's too much data for the MPS (~400 SKUs, planning weekly and 52 weeks ahead).
Anyone had the same issue and knows a solution?
Thanks a lot in advance!
UPDATE 5th of August:
I switched to "Monthly planning" in the settings, it works with this configuration.
Seems like odoo can't deal with too much data (weekly planning) for the amount of SKUs.
We will start working with monthly planning now as a workaround, I will contact the support to report this issue.