Hello everyone,
Does someon knows why when i'm trying to load my module after i changed the css give me this error
ValueError: ("Can't load unknown file type %s.", 'stilo/style.css')
the 'stilo/style.css' is in the manifest
Hello everyone,
Does someon knows why when i'm trying to load my module after i changed the css give me this error
ValueError: ("Can't load unknown file type %s.", 'stilo/style.css')
the 'stilo/style.css' is in the manifest
Özel özelliklerden yararlanmak ve harika topluluğumuzla etkileşime geçmek için bugün bir hesap oluşturun!
Üye Ol
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Can you please post the full manifest file here.
samuel@s:/usr/lib/python3/dist-packages/odoo/addons/custom$ cat __manifest__.py
{
'name' : 'Samuel',
'version' : '1.0.0',
'summary': 'Samuel test',
'sequence': 1,
'description': """
Long description of your module""",
'author': 'Eco-clic' ,
'company' : 'Eco-clic',
'website': 'https://eco-clic.net',
'category' : 'Customization',
'depends' : ['base'],
'data': [
'views/reporte.xml',
'models/report_menu_model.xml',
],
'images': [
'static/imagenes/logo.jpeg',
],
'application': True
}