Advertisement
ego201982

error al solicitar programacion

Apr 18th, 2024
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. o se pudo visualizar en la plantilla QWeb: El registro no existe o ha sido eliminado.
  2. (Registro: trunking.wizard(2738,), Usuario: 2)
  3. Traceback (most recent call last):
  4. File "/home/odoo/src/odoo/odoo/api.py", line 899, in get
  5. return field_cache[record._ids[0]]
  6. KeyError: 2738
  7.  
  8. During handling of the above exception, another exception occurred:
  9.  
  10. Traceback (most recent call last):
  11. File "/home/odoo/src/odoo/odoo/fields.py", line 1083, in __get__
  12. value = env.cache.get(record, self)
  13. File "/home/odoo/src/odoo/odoo/api.py", line 902, in get
  14. raise CacheMiss(record, field)
  15. odoo.exceptions.CacheMiss: 'trunking.wizard(2738,).user_id'
  16.  
  17. During handling of the above exception, another exception occurred:
  18.  
  19. Traceback (most recent call last):
  20. File "/home/odoo/src/odoo/odoo/addons/base/models/qweb.py", line 221, in render_template
  21. yield from compiled_fn(self, values, log)
  22. File "<template>", line 4, in template
  23. File "/home/odoo/src/odoo/odoo/fields.py", line 2620, in __get__
  24. return super().__get__(records, owner)
  25. File "/home/odoo/src/odoo/odoo/fields.py", line 1113, in __get__
  26. raise MissingError("\n".join([
  27. odoo.exceptions.MissingError: El registro no existe o ha sido eliminado.
  28. (Registro: trunking.wizard(2738,), Usuario: 2)
  29.  
  30. Error when render the template
  31. MissingError: El registro no existe o ha sido eliminado.
  32. (Registro: trunking.wizard(2738,), Usuario: 2)
  33. Template: <Element div at 0x7f010771b860>
  34. Path: /div/div/table[2]/tbody/tr[1]/td/p[1]/t
  35. Node: <t contenteditable="false" data-oe-t-inline="true"/>,)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement