我试图为odoo-8网站制作一个新主题..按照odoo-theme-tutorial中的这些步骤操作。当经历了扩展默认标题的步骤时,我没有得到预期的输出。我得到的只是一个页面og文本,既不应用CSS效果也不应用JS。我不知道我错过了什么..任何帮助将不胜感激。 这是我的代码:
在openerp文件中:
extension=php_fileinfo.dll
layout.xml文件中的:
{
# Theme information
'name': "theme_businesscasual",
'description': """
""",
'category': 'Theme',
'version': '1.0',
'depends': ['website', 'website_less'],
# templates
'data': [
'views/layout.xml',
],
'application': True
}