Error creating shipment out

Hello, I have this problem when creating a shipment out.

ERROR trytond.protocols.wrappers <JSONRequest 1@192.168.1.10 'http://192.168.1.100/pauldb/' [POST] model.stock.location.read>
 Traceback (most recent call last):
   File "/home/tryton/lib/python3.9/site-packages/trytond/protocols/wrappers.py", line 197, in wrapper
     return func(request, pool, *args, **kwargs)
   File "/home/tryton/lib/python3.9/site-packages/trytond/protocols/dispatcher.py", line 196, in _dispatch
     result = rpc.result(meth(*c_args, **c_kwargs))
   File "/home/tryton/lib/python3.9/site-packages/trytond/model/modelsql.py", line 1171, in read
     getter_results = field.get(
   File "/home/tryton/lib/python3.9/site-packages/trytond/model/fields/function.py", line 27, in wrapper
     return func(self, *args, **kwargs)
   File "/home/tryton/lib/python3.9/site-packages/trytond/transaction.py", line 50, in wrapper
     return func(*args, **kwargs)
   File "/home/tryton/lib/python3.9/site-packages/trytond/model/fields/function.py", line 115, in get
     records = Model.browse(ids)
   File "/home/tryton/lib/python3.9/site-packages/trytond/model/modelstorage.py", line 691, in browse
     ids = list(map(int, ids))
 ValueError: invalid literal for int() with base 10: ''

It only happens the first time I open the option. From then on, after displaying the error and saving and creating a new one, the error no longer occurs.

I’m using trytond_stock==7.0.11

If I click on the wait button I don’t get the error.

I think the problem is when it is created

It looks like you’re encountering an issue similar to those reported in these two GitLab issues:

Issue 13497 may resolve part of the problem when creating a record. However, that problem when reloading described in issue 13904 remains unresolved.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.