odoo/addons/web/views
Martin Trigaux 87d48b0859 [FIX] web: do not crash when select wrong db
When a user tries to log into a postgresql database with no view web.login (this
happens if the database is not an odoo database or using a previous version of
odoo), the rendering failed, producing a 500 error (with no detail for the user)
Instead, redirect to the database selector with an informative message.
Fixes #3443

The database selector page is a jinja template with no access to database
required so should be able to be displayed on any database.

Future improvement could verify the version of base module for even more precise
verification before login (but need to make sure it's always accurate).
2015-06-09 15:05:57 +02:00
..
database_manager.html [FIX] openerp -> odoo renamings in db files 2015-01-19 10:27:28 +01:00
database_selector.html [FIX] web: do not crash when select wrong db 2015-06-09 15:05:57 +02:00
webclient_templates.xml Revert "[IMP] web, point_of_sale: basic implementation of the cordova integration." 2015-05-27 13:46:26 +02:00