[VIEW] +procurement buttons for membership products
[burette/pos_membership.git] / __openerp__.py
index a73d3bb..901489c 100644 (file)
@@ -2,7 +2,7 @@
 ##############################################################################
 #
 #    POS Membership module for OpenERP, Manage membership payments from POS.
-#    Copyright (C) 2013 L'Heureux Cyclage (<http://www.heureux-cyclage.org>)
+#    Copyright (C) 2013-2018 L'Heureux Cyclage (<http://www.heureux-cyclage.org>)
 #
 #    This file is a part of POS Membership
 #
     """,
     'author': 'L\'Heureux Cyclage - LHC',
     'website': 'http://www.heureux-cyclage.org',
-    'depends': ['membership', 'remembership', 'point_of_sale'],
+    'depends': [
+        'membership',
+        'remembership',
+        'point_of_sale'
+    ],
     'init_xml': [],
     'data': [],
     'js': [
         #'static/src/css/pos_nohover.css', # this css has no hover effects (for resistive touchscreens)
     ],
     'qweb': ['static/src/xml/pos.xml'],
-    'update_xml': [],
+    'update_xml': [
+        'view/pos_membership.xml',
+        'view/products.xml',
+    ],
     'demo_xml': [],
     'test': [],
     'installable': True,