|
|
@ -27,16 +27,17 @@ |
|
|
|
Odoo demo theme for an educational Institution which includes their front page, backend theme ..""", |
|
|
|
|
|
|
|
'description': """ |
|
|
|
Long description of module's purpose |
|
|
|
Odoo demo theme for an educational Institution which includes their front page, backend theme .. |
|
|
|
""", |
|
|
|
|
|
|
|
'author': "Cybrosys", |
|
|
|
'author': 'Cybrosys Techno Solutions', |
|
|
|
'company': 'Cybrosys Techno Solutions', |
|
|
|
'website': "http://cybrosys.com/", |
|
|
|
|
|
|
|
# Categories can be used to filter modules in modules listing |
|
|
|
# Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml |
|
|
|
# for the full list |
|
|
|
'category': 'website', |
|
|
|
'category': 'Themes/Backend', |
|
|
|
'version': '9.0.1.1', |
|
|
|
|
|
|
|
# any module necessary for this one to work correctly |
|
|
@ -48,7 +49,6 @@ |
|
|
|
|
|
|
|
# always loaded |
|
|
|
'data': [ |
|
|
|
# 'security/ir.model.access.csv', |
|
|
|
'views/template.xml', |
|
|
|
'views/alumni.xml', |
|
|
|
'views/course.xml', |
|
|
@ -57,9 +57,8 @@ |
|
|
|
], |
|
|
|
# only loaded in demonstration mode |
|
|
|
'demo': [ |
|
|
|
# 'demo/demo.xml', |
|
|
|
|
|
|
|
], |
|
|
|
'images': ['/website_college/static/description/banner.jpg'], |
|
|
|
'images': ['/static/description/banner.jpg'], |
|
|
|
'installable': True, |
|
|
|
'application': True |
|
|
|
} |
|
|
|