Advertisement
lukio

error-category-Id

Jun 27th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. Reference to product.category.cat_papel not found
  2. ERROR:common.message:Traceback (most recent call last):
  3. File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch
  4. response['result'] = dispatch_method(method, params)
  5. File "/trytond/protocols/jsonrpc.py", line 156, in _dispatch
  6. res = dispatch(*args)
  7. File "/trytond/protocols/dispatcher.py", line 156, in dispatch
  8. res = getattr(obj, method)(*args_without_context, **kargs)
  9. File "/trytond/cache.py", line 98, in call
  10. result = function(model, *args, **kwargs_origin)
  11. File "/trytond/model/modelview.py", line 159, in fields_view_get
  12. result['view_id'])['arch']
  13. File "/trytond/cache.py", line 98, in call
  14. result = function(model, *args, **kwargs_origin)
  15. File "/trytond/model/modelview.py", line 224, in fields_view_get
  16. result['field_childs'])
  17. File "/trytond/model/modelview.py", line 382, in _view_look_dom_arch
  18. fields2 = self.fields_get(fields_def.keys())
  19. File "/trytond/model/model.py", line 563, in fields_get
  20. res[field][attr] = encoder.encode(res[field][attr])
  21. File "/site-packages/simplejson/encoder.py", line 237, in encode
  22. chunks = self.iterencode(o, _one_shot=True)
  23. File "/site-packages/simplejson/encoder.py", line 311, in iterencode
  24. return _iterencode(o, 0)
  25. File "/trytond/pyson.py", line 87, in default
  26. return obj.pyson()
  27. File "/trytond/pyson.py", line 551, in pyson
  28. return model_data_obj.get_id(self._module, self._fs_id)
  29. File "/trytond/cache.py", line 98, in call
  30. result = function(model, *args, **kwargs_origin)
  31. File "/trytond/ir/model.py", line 594, in get_id
  32. % ".".join([module, fs_id]))
  33. Exception: Reference to product.category.cat_papel not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement