Skip to content

Instantly share code, notes, and snippets.

@ovnicraft
Last active April 27, 2020 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ovnicraft/ce87daa7fa9e4bd95725d2683fd05454 to your computer and use it in GitHub Desktop.
Save ovnicraft/ce87daa7fa9e4bd95725d2683fd05454 to your computer and use it in GitHub Desktop.
External ID not found in the system: vauxoo.demo_with_vauxoo_ec
Traceback (most recent call last):
File "/home/odoo/instance/odoo/odoo/tools/cache.py", line 88, in lookup
r = d[key]
File "/home/odoo/instance/odoo/odoo/tools/func.py", line 69, in wrapper
return func(self, *args, **kwargs)
File "/home/odoo/instance/odoo/odoo/tools/lru.py", line 44, in __getitem__
a = self.d[obj].me
KeyError: ('ir.model.data', <function IrModelData.xmlid_lookup at 0x7f50a6b8cea0>, 'vauxoo.demo_with_vauxoo_ec')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/instance/odoo/odoo/addons/base/models/qweb.py", line 347, in _compiled_fn
return compiled(self, append, new, options, log)
File "<template>", line 1, in template_theme_vauxoo_header_content_231
File "/home/odoo/instance/odoo/odoo/api.py", line 864, in ref
return self['ir.model.data'].xmlid_to_object(xml_id, raise_if_not_found=raise_if_not_found)
File "/home/odoo/instance/odoo/odoo/addons/base/models/ir_model.py", line 1433, in xmlid_to_object
t = self.xmlid_to_res_model_res_id(xmlid, raise_if_not_found)
File "/home/odoo/instance/odoo/odoo/addons/base/models/ir_model.py", line 1417, in xmlid_to_res_model_res_id
return self.xmlid_lookup(xmlid)[1:3]
File "<decorator-gen-25>", line 2, in xmlid_lookup
File "/home/odoo/instance/odoo/odoo/tools/cache.py", line 93, in lookup
value = d[key] = self.method(*args, **kwargs)
File "/home/odoo/instance/odoo/odoo/addons/base/models/ir_model.py", line 1406, in xmlid_lookup
raise ValueError('External ID not found in the system: %s' % xmlid)
ValueError: External ID not found in the system: vauxoo.demo_with_vauxoo_ec
Error to render compiling AST
ValueError: External ID not found in the system: vauxoo.demo_with_vauxoo_ec
Template: theme_vauxoo.header_content
Path: /templates/t/t[5]/div/a[2]
Node: <a class="btn btn-lg btn-primary o_default_snippet_text" t-attf-href="/website/calendar/#{slug(request.env.ref('vauxoo.demo_with_vauxoo_ec'))}/appointment" data-oe-model="ir.ui.view" data-oe-id="3529" data-oe-field="arch" data-oe-xpath="/t[1]/t[5]/div[1]/a[2]"><span>REQUEST A DEMO</span> </a>
Error to render compiling AST
ValueError: External ID not found in the system: vauxoo.demo_with_vauxoo_ec
Template: theme_vauxoo.header_content
Path: /templates/t/t[5]/div/a[2]
Node: <a class="btn btn-lg btn-primary o_default_snippet_text" t-attf-href="/website/calendar/#{slug(request.env.ref('vauxoo.demo_with_vauxoo_ec'))}/appointment" data-oe-model="ir.ui.view" data-oe-id="3529" data-oe-field="arch" data-oe-xpath="/t[1]/t[5]/div[1]/a[2]"><span>REQUEST A DEMO</span> </a>
Error ocurrido durante el dibujado de la plantilla theme_vauxoo.header_content y evaluando la siguiente expresión: <a class="btn btn-lg btn-primary o_default_snippet_text" t-attf-href="/website/calendar/#{slug(request.env.ref('vauxoo.demo_with_vauxoo_ec'))}/appointment" data-oe-model="ir.ui.view" data-oe-id="3529" data-oe-field="arch" data-oe-xpath="/t[1]/t[5]/div[1]/a[2]"><span>REQUEST A DEMO</span> </a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment