X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fpos_membership.git;a=blobdiff_plain;f=__openerp__.py;h=a73d3bb56205ed12289a39116f156a7d3a16c8dd;hp=2ee6d8d37cc23dd825a57fe76384178dc5460309;hb=4aab88f5f023e35aaafc6fe5e80b9e7b3f2db5dd;hpb=1355dfbc5b5f8a4270b0f8f0e1e5171c51196e4e 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: