X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=f5f10b5148e9b274364ca38cd895eb0d39075e46;hb=b0f0a28ec8e11e77ca3b40b74d5e4653d70f345e;hp=7af7bb7e39e661f86a3dc489b99a860b31f203c1;hpb=a6160d33314366c3b06d5c05c83f06f4aa349f68;p=burette%2Fpos_membership.git diff --git a/__openerp__.py b/__openerp__.py index 7af7bb7..f5f10b5 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -30,16 +30,27 @@ """, 'author': 'L\'Heureux Cyclage - LHC', 'website': 'http://www.heureux-cyclage.org', - 'depends': ['membership', 'point_of_sale'], + 'depends': ['membership', 'remembership', 'point_of_sale'], 'init_xml': [], 'data': [], - 'js': [], - 'css': [], - 'qweb': ['static/src/xml/pos_membership.xml'], - 'update_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': ['view/pos_membership.xml'], 'demo_xml': [], 'test': [], 'installable': True, 'active': False, + } + # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: