[IMP] website apps flagged as such: website, website_event (replaces event), website_blog, website_sale

bzr revid: odo@openerp.com-20140131092721-r8ye1nc6abbgrg5j
This commit is contained in:
Olivier Dony 2014-01-31 10:27:21 +01:00
parent dc42b875b3
commit 1a63261096
5 changed files with 4 additions and 1 deletions

View File

@ -60,7 +60,6 @@ Key Features
],
'css': ['static/src/css/event.css'],
'installable': True,
'application': True,
'auto_install': False,
'images': ['images/1_event_type_list.jpeg','images/2_events.jpeg','images/3_registrations.jpeg','images/events_kanban.jpeg'],
}

View File

@ -27,4 +27,5 @@ OpenERP Website CMS
'js': ['static/src/js/website.backend.js'],
'qweb' : ['static/src/xml/website.backend.xml'],
'css': ['static/src/css/website.backend.css'],
'application': True,
}

View File

@ -49,4 +49,5 @@ OpenERP Blog
'static/src/xml/*.xml'
],
'installable': True,
'application': True,
}

View File

@ -22,4 +22,5 @@ Online Events
'data/event_demo.xml'
],
'installable': True,
'application': True,
}

View File

@ -22,4 +22,5 @@ OpenERP E-Commerce
],
'qweb': ['static/src/xml/*.xml'],
'installable': True,
'application': True,
}