[SECURITY] ~fix access to pos.make.payment
[burette/coup_de_pouce_velo.git] / __openerp__.py
index eb16b6d..4a2ac19 100644 (file)
@@ -12,9 +12,8 @@
 This module adds features to OpenERP POS module for french bikecoops for "Coup de Pouce Vélo"
 =============================================================================================
 
-    - Warn when editing pos order, and attach partner hasn't mobile phone;
-    - Add a checkbox on pos order form to identify cpv pos orders;
-    - (Fill in notes field on pos orders with default value when pos order is a cpv one.
+    - Warn when editing pos order, and partner mobile number is not defined;
+    - Add a checkbox on journal to identify cpv payment method.
     """,
     'author': 'L\'Heureux Cyclage',
     'website': 'http://www.heureux-cyclage.org',
@@ -24,8 +23,8 @@ This module adds features to OpenERP POS module for french bikecoops for "Coup d
     'init_xml': [
     ],
     'update_xml': [
-        'view/point_of_sale.xml',
-        'data/ir_values.xml',
+        'security/ir.model.access.csv',
+        'view/account_statement.xml',
     ],
     'installable': True,
     'auto_install': False,