Browse Source

[FIX] website_theme: Theme must be an application

As wrote in this document :
https://www.odoo.com/documentation/9.0/howtos/themes.html#create-a-theme-module
a theme module must be an application.
pull/33/head
Rémy Taymans 6 years ago
parent
commit
3dc00bddae
  1. 1
      beesdoo_website_theme/__openerp__.py

1
beesdoo_website_theme/__openerp__.py

@ -14,6 +14,7 @@
'license': "AGPL-3",
'category': 'Themes',
'version': '9.0.0.1',
'application': True,
'depends': ['website'],

Loading…
Cancel
Save