[PYTHON] +change partner in membership line if s-he is change in pos_order and pos_or...
[burette/pos_membership.git] / __openerp__.py
index 3fba4ff..f5f10b5 100644 (file)
     """,
     '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': [],
-    '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: