add awesome owl module
This commit is contained in:
@@ -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'
|
||||
}
|
||||
Reference in New Issue
Block a user