X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=a73d3bb56205ed12289a39116f156a7d3a16c8dd;hb=e1221a0a6ff32ce1b241a4cd9f43e4c81d35d8dd;hp=3fba4ff939d407234ba7c2300d3425b1a532f2dd;hpb=94230a913cdd4d2841ebac5393693023034ec92e;p=burette%2Fpos_membership.git diff --git a/__openerp__.py b/__openerp__.py index 3fba4ff..a73d3bb 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -30,13 +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': [ + '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: