Advertisement
Guest User

Untitled

a guest
Apr 17th, 2018
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. 24203 139835209676544 [2018-04-17 14:26:00,527] DEBUG trytond.protocols.dispatcher <class 'trytond.modules.preciball_custom.stock.stock.lot.quantity.by.location'>.read(*([100001, 110001, 90002, 70001, 30001, 70002], [u'product', u'location', u'lot', u'quantity', u'product.rec_name', u'location.rec_name', u'lot.rec_name', u'rec_name', u'_timestamp'], {u'product': 1, '_request': {'is_secure': False, 'scheme': 'http', 'http_host': 'localhost:8000', 'remote_addr': '127.0.0.1'}, u'language': u'en', u'employee.rec_name': u'Maxime Richez', u'locale': {u'date': u'%m/%d/%Y', u'thousands_sep': u',', u'decimal_point': u'.', u'grouping': [3, 3, 0]}, u'language_direction': u'ltr', '_check_access': True, u'company.rec_name': u'Saluc', u'with_childs': False, u'groups': [5, 6, 1, 2, 3, 4, 11, 10, 12, 14, 13, 8, 7, 9], u'employee': 1, u'company': 1}), **{}) from admin@127.0.0.1//tryton_dev/
  2. Traceback (most recent call last):
  3. File "/home/mrichez/Workspace/tryton/tryton_dev/trytond/trytond/protocols/dispatcher.py", line 167, in _dispatch
  4. result = rpc.result(meth(*c_args, **c_kwargs))
  5. File "/home/mrichez/Workspace/tryton/tryton_dev/trytond/trytond/model/modelsql.py", line 759, in read
  6. cls.raise_user_error('read_error', cls.__name__)
  7. File "/home/mrichez/Workspace/tryton/tryton_dev/trytond/trytond/error.py", line 74, in raise_user_error
  8. raise UserError(error)
  9. UserError: You try to read records that don't exist anymore.
  10. (Document type: stock.lot.quantity.by.location) -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement