X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=a73d3bb56205ed12289a39116f156a7d3a16c8dd;hb=e1221a0a6ff32ce1b241a4cd9f43e4c81d35d8dd;hp=2ee6d8d37cc23dd825a57fe76384178dc5460309;hpb=442e22157aac84d2a5a3d0aecd1bfb3e1011ed17;p=burette%2Fpos_membership.git diff --git a/__openerp__.py b/__openerp__.py index 2ee6d8d..a73d3bb 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -33,13 +33,24 @@ 'depends': ['membership', 'remembership', 'point_of_sale'], 'init_xml': [], 'data': [], - 'js': [], - 'css': [], - 'qweb': ['static/src/xml/pos_membership.xml'], + 'js': [ + 'static/src/js/db.js', + 'static/src/js/models.js', + 'static/src/js/widgets.js', + 'static/src/js/screens.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) + ], + 'qweb': ['static/src/xml/pos.xml'], 'update_xml': [], 'demo_xml': [], 'test': [], 'installable': True, 'active': False, + } + # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: