diff --git a/addons/website/__init__.py b/addons/website/__init__.py new file mode 100644 index 00000000000..ee5959455ad --- /dev/null +++ b/addons/website/__init__.py @@ -0,0 +1 @@ +import controllers diff --git a/addons/website/__openerp__.py b/addons/website/__openerp__.py new file mode 100644 index 00000000000..ad7ef5418d6 --- /dev/null +++ b/addons/website/__openerp__.py @@ -0,0 +1,14 @@ +{ + 'name': 'Website', + 'category': 'CMS', + 'version': '1.0', + 'description': + """ +OpenERP Website CMS +=================== + + """, + 'author': 'OpenERP SA', + 'depends': ['base'], + 'installable': True, +} diff --git a/addons/website/controllers/__init__.py b/addons/website/controllers/__init__.py new file mode 100644 index 00000000000..e11f9ba81bb --- /dev/null +++ b/addons/website/controllers/__init__.py @@ -0,0 +1,3 @@ +import main + +# vim:expandtab:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/website/controllers/main.py b/addons/website/controllers/main.py new file mode 100644 index 00000000000..361c89b2a3a --- /dev/null +++ b/addons/website/controllers/main.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- + +import openerp +from openerp.addons.web import http +from openerp.addons.web.http import request + +class Website(openerp.addons.web.controllers.main.Home): + + @http.route('/', type='http', auth="db") + def index(self, **kw): + with open(openerp.addons.get_module_resource('website', 'views', 'homepage.html'), 'rb') as f: + return f.read() + + @http.route('/admin', type='http', auth="none") + def admin(self, *args, **kw): + return super(Website, self).index(*args, **kw) + + +# vim:expandtab:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/website/views/homepage.html b/addons/website/views/homepage.html new file mode 100644 index 00000000000..468281b06c9 --- /dev/null +++ b/addons/website/views/homepage.html @@ -0,0 +1,517 @@ + + + + + + + OpenERP - Beautiful Business Applications + + + + + + + + + + + + + + + +
+
+ +
+ +
+
+
+
+
OpenERP7.0
+
+ Beautiful Business Applications
+ Powerful, Integrated, Open Source
+ Start your free trial +
+
+
+
+
+
+
OpenDays
+
The Open Source event of the year
July 1-5, 2013
Agenda & Registration
+
+
+
+
+ + + +
+ + + + +
+ +
+

Choose Your Application

+ +
+ +
+
+
+
+
+

+ Trusted by millions worldwide +

+
+
+
+ I'm surprised how easy I can get a whole view of my daily company's routine - + it helps me a lot, especially to make right business decisions. +
+ + +
Tomas Parnarauskas
+
CEO of NOD Baltic, JSC.
+
+
+
+
+
+
+ OpenERP provides essential platform for our project management. + Things are better organized and much more visible with it. +
+ + +
Yoshi Tashiro
+
Managing Director at RoomsFor (Hong Kong)
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ ... and many more ... +
+
+ +
+
+ +
+

All your applications in one single solution

+

Install new features on demand

+
+

+ With thousands of business applications, get all the + features you need in one single solution. +

+ Once you use OpenERP for one application, you get the + flexibility to deploy new apps, launch new departments or + integrate new activities in just a few clicks. + No need to train users, to configure the system or to integrate with + other applications. +

+
+ +
+ +
+
+
+
+
+

Next Generation ERP Software

+

The advantages of ERPs, without the disadvantages

+
+ +
+
+

+ Get all your business apps integrated with each + others without having to buy a one-block, expensive, ERP + solution. +

+ The more apps you install, the more your process becomes + integrated and automated. +

+
+
+
+
+
+

100% Open Source

+

No license cost, only quality services

+
+

+ OpenERP and all its modules are fully open source, released under the AGPL license. + All our dependencies are also open source to avoid any hidden cost. +

+ Pay only for the maintenance service you get through OpenERP Enterprise. +

+
+
+ +
+
+
+ +
+
+

Try it for 15 days for free

+

No commitment and no credit card required

+
+

+ After your free trial an OpenERP Enterprise subscription gives you cloud access to + hundreds of other applications for just + + + 35 € + + per user per month. +

+

+ There is no limit to the amount of products or clients, no sale fee, + and you can close your subscription any time you want. + So why don't you start your free trial now ? +

+
+
+ +
+
+
+ +
+ +
+ +
+ +
+ + + +