From 9365ecaada1369f0cbd6500154f625f4918f8bc6 Mon Sep 17 00:00:00 2001 From: Joren Van Onder Date: Wed, 16 Sep 2015 14:22:29 +0200 Subject: [PATCH] [FIX] hw_proxy: remove forms related to supported devices The concept of supported devices was removed in e7c51228f363241960515d9bc5d1a1aa598b6950. These forms should have been removed with them. --- addons/hw_proxy/controllers/main.py | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/addons/hw_proxy/controllers/main.py b/addons/hw_proxy/controllers/main.py index 677bff1354e..d377b5e9a01 100644 --- a/addons/hw_proxy/controllers/main.py +++ b/addons/hw_proxy/controllers/main.py @@ -108,24 +108,7 @@ class Proxy(http.Controller): if count == 0: resp += "
No USB Device Found
" - resp += "\n" - resp += """ -

Add New Printer

-

- Copy and paste your printer's device description in the form below. You can find - your printer's description in the device list above. If you find that your printer works - well, please send your printer's description to - support@openerp.com so that we can add it to the default list of supported devices. -

-
- - -
-

Reset To Defaults

-

If the added devices cause problems, you can Reset the - device list to factory default. This operation cannot be undone.

- """ - resp += "\n\n\n" + resp += "\n\n\n\n" return request.make_response(resp,{ 'Cache-Control': 'no-cache',