Browse Source

Added banners to the themes addons

pull/81/head
Hilar AK 8 years ago
parent
commit
1193f3f040
  1. 2
      website_college/__openerp__.py
  2. 2
      website_trading/__openerp__.py

2
website_college/__openerp__.py

@ -59,6 +59,6 @@
'demo': [
],
'images': ['/static/description/banner.jpg'],
'images': ['static/description/banner.jpg'],
'installable': True,
}

2
website_trading/__openerp__.py

@ -54,6 +54,6 @@
],
# only loaded in demonstration mode
'demo': [],
'images': ['/static/description/banner.jpg'],
'images': ['static/description/banner.jpg'],
'installable': True,
}

Loading…
Cancel
Save