Skip to content
Snippets Groups Projects
Commit 1a632610 authored by Olivier Dony's avatar Olivier Dony
Browse files

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

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

bzr revid: odo@openerp.com-20140131092721-r8ye1nc6abbgrg5j
parent dc42b875
No related branches found
No related tags found
No related merge requests found
......@@ -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'],
}
......
......@@ -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,
}
......@@ -49,4 +49,5 @@ OpenERP Blog
'static/src/xml/*.xml'
],
'installable': True,
'application': True,
}
......@@ -22,4 +22,5 @@ Online Events
'data/event_demo.xml'
],
'installable': True,
'application': True,
}
......@@ -22,4 +22,5 @@ OpenERP E-Commerce
],
'qweb': ['static/src/xml/*.xml'],
'installable': True,
'application': True,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment