From: Frédéric van der Essen Date: Sat, 7 Dec 2013 17:00:14 +0000 (+0100) Subject: [WIP] point_of_sale: making the standalone pos launchable from the pos backend X-Git-Tag: InsPy_master01~628^2~74 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;ds=sidebyside;h=173ffb995f511e8a42b56c9e75d9dc25b1fa4fb9;p=odoo%2Fodoo.git [WIP] point_of_sale: making the standalone pos launchable from the pos backend bzr revid: fva@openerp.com-20131207170014-9pctopzgx5ahtb21 --- diff --git a/addons/point_of_sale/__openerp__.py b/addons/point_of_sale/__openerp__.py index 44ceb83..fa42a19 100644 --- a/addons/point_of_sale/__openerp__.py +++ b/addons/point_of_sale/__openerp__.py @@ -100,11 +100,6 @@ Main Features 'static/src/js/tests.js', 'static/src/js/main.js', ], - 'css': [ - 'static/src/css/pos.css', # this is the default css with hover effects - #'static/src/css/pos_nohover.css', # this css has no hover effects (for resistive touchscreens) - 'static/src/css/keyboard.css' - ], 'qweb': ['static/src/xml/pos.xml'], 'auto_install': False, } diff --git a/addons/point_of_sale/controllers/main.py b/addons/point_of_sale/controllers/main.py index 4871997..24cd29f 100644 --- a/addons/point_of_sale/controllers/main.py +++ b/addons/point_of_sale/controllers/main.py @@ -32,7 +32,9 @@ html_template = """ + + %(js)s