X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=a73d3bb56205ed12289a39116f156a7d3a16c8dd;hb=e1221a0a6ff32ce1b241a4cd9f43e4c81d35d8dd;hp=7af7bb7e39e661f86a3dc489b99a860b31f203c1;hpb=a6160d33314366c3b06d5c05c83f06f4aa349f68;p=burette%2Fpos_membership.git diff --git a/__openerp__.py b/__openerp__.py index 7af7bb7..a73d3bb 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'], + '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: