This question has been flagged
2 Replies
2992 Views

https://www.odoo.com/documentation/9.0/howtos/website.html

After I test this I get this error:

File "/usr/lib/python2.7/dist-packages/openerp/addons/base/ir/ir_model.py", line 993, in xmlid_lookup raise ValueError('External ID not found in the system: %s' % (xmlid))QWebTemplateNotFound: External ID not found in the system: academy.index

Avatar
Discard
Best Answer

Hi there, 

There can be one of the below mentioned case from three cases:

1: "Academy" Dependency is not added to the __manifest__.py file

2: Or, the file which has "academy.index" Mentioned is not available in __manifest__.py file

3: Need to define 'academy.index' of view file before __manifest__.py file in the data. 

I hope your problem is resolved by now. Feel free to ask your queries. 

Anisha Bahukhandi

Technical Content Writer

Webkul

Avatar
Discard