Browse Source

Updated the manifest files and index

pull/81/head
Hilar AK 8 years ago
parent
commit
4129f7b7e1
  1. 13
      website_college/__openerp__.py
  2. 2
      website_college/static/description/index.html
  3. 13
      website_trading/__openerp__.py
  4. 2
      website_trading/static/description/index.html

13
website_college/__openerp__.py

@ -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
}

2
website_college/static/description/index.html

@ -161,7 +161,7 @@
</div>
<img src="/website_sale_advanced_search/static/images/cybro_logo.png" style="width: 190px; margin-bottom: 20px;" class="center-block">
<img src="cybro_logo.png" style="width: 190px; margin-bottom: 20px;" class="center-block">
</section>

13
website_trading/__openerp__.py

@ -30,13 +30,14 @@
Odoo theme for a trading Company.
""",
'author': "Cybrosys Technologies Pvt. Ltd",
'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.0.1',
# any module necessary for this one to work correctly
@ -48,15 +49,11 @@
# always loaded
'data': [
# 'security/ir.model.access.csv',
'views/index.xml',
'views/map_config.xml',
],
# only loaded in demonstration mode
'demo': [
# 'demo/demo.xml',
],
'images': ['/website_trading/static/description/banner.jpg'],
'demo': [],
'images': ['/static/description/banner.jpg'],
'installable': True,
'application': True
}

2
website_trading/static/description/index.html

@ -172,6 +172,6 @@
</table></td>
</div>
<img src="/website_trading/static/description/cybro_logo.png" style="width: 190px; margin-bottom: 20px;" class="center-block">
<img src="cybro_logo.png" style="width: 190px; margin-bottom: 20px;" class="center-block">
</section>

Loading…
Cancel
Save