Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- o se pudo visualizar en la plantilla QWeb: El registro no existe o ha sido eliminado.
- (Registro: trunking.wizard(2738,), Usuario: 2)
- Traceback (most recent call last):
- File "/home/odoo/src/odoo/odoo/api.py", line 899, in get
- return field_cache[record._ids[0]]
- KeyError: 2738
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/home/odoo/src/odoo/odoo/fields.py", line 1083, in __get__
- value = env.cache.get(record, self)
- File "/home/odoo/src/odoo/odoo/api.py", line 902, in get
- raise CacheMiss(record, field)
- odoo.exceptions.CacheMiss: 'trunking.wizard(2738,).user_id'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/home/odoo/src/odoo/odoo/addons/base/models/qweb.py", line 221, in render_template
- yield from compiled_fn(self, values, log)
- File "<template>", line 4, in template
- File "/home/odoo/src/odoo/odoo/fields.py", line 2620, in __get__
- return super().__get__(records, owner)
- File "/home/odoo/src/odoo/odoo/fields.py", line 1113, in __get__
- raise MissingError("\n".join([
- odoo.exceptions.MissingError: El registro no existe o ha sido eliminado.
- (Registro: trunking.wizard(2738,), Usuario: 2)
- Error when render the template
- MissingError: El registro no existe o ha sido eliminado.
- (Registro: trunking.wizard(2738,), Usuario: 2)
- Template: <Element div at 0x7f010771b860>
- Path: /div/div/table[2]/tbody/tr[1]/td/p[1]/t
- Node: <t contenteditable="false" data-oe-t-inline="true"/>,)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement