admin管理员组文章数量:1125606
Have been trying to get the "Kiddo Theme" working within my on-premise Odoo v18 installation with no luck. Can someone please help us figure out a solution to get an Odoo 18 theme installed. I've done the following:
The theme was downloaded directly from Odoo with the 18.0 version selected from here: .0/theme_kiddo.
I followed the directions laid out in the video from Cybrosis Technologies.
Basically, I extracted the downloaded .zip file and uploaded it to a new folder on the Odoo server called "my_custom" but when that didn't work I saw others say it needed to be placed within the addons folder so I also tried that.
After each change, we've restarted the server and clicked the "Update Apps List" option in the nav while in "Apps".
After following the instructions, I then Click the "Website" option in the menu and click to edit the page to see the list of themes still only showing the default theme, so something isn't working and/or we're missing something. I had our IT team check into it for me and they are stumped as well.
We tried editing the code for the manifest file with the following and still no luck. As per Odoo documentation HERE, this file "declares a Python package as an Odoo module and specifies the module’s metadata. It must at least contain the name
field, which is always required. It usually contains much more information."
{
'name': 'Airproof Theme',
'description': '...',
'category': 'Website/Theme',
'version': '18.0.0',
'author': '...',
'license': '...',
'depends': ['website'],
'data': [
# ...
],
'assets': {
# ...
},
}
本文标签:
版权声明:本文标题:Adding Front-endWebsite Theme to Odoo 18 Not Working - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736663055a1946517.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论