add awesome owl module

This commit is contained in:
2025-02-13 10:22:31 +07:00
parent e87a143169
commit 73cb3bd36c
9 changed files with 104 additions and 4 deletions
+3 -4
View File
@@ -20,7 +20,8 @@
# any module necessary for this one to work correctly
'depends': ['base','theme_common'],
'application': True,
'installable': True,
# always loaded
'data': [
'security/ir.model.access.csv',
@@ -29,9 +30,6 @@
'views/templates.xml',
],
'assets': {
'web.assets_backend': [
'web/static/src/xml/**/*',
],
'web.assets_common': [
'web/static/lib/bootstrap/**/*',
],
@@ -54,4 +52,5 @@
'todo_app/static/src/todo_app/**/*',
],
},
'license': 'AGPL-3'
}