[SECURITY] ~fix access to pos.make.payment
[burette/coup_de_pouce_velo.git] / __openerp__.py
index 0c05283..4a2ac19 100644 (file)
@@ -13,7 +13,7 @@ This module adds features to OpenERP POS module for french bikecoops for "Coup d
 =============================================================================================
 
     - Warn when editing pos order, and partner mobile number is not defined;
-    - Add a checkbox on pos order form to identify cpv pos orders.
+    - Add a checkbox on journal to identify cpv payment method.
     """,
     'author': 'L\'Heureux Cyclage',
     'website': 'http://www.heureux-cyclage.org',
@@ -23,7 +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',
+        'security/ir.model.access.csv',
+        'view/account_statement.xml',
     ],
     'installable': True,
     'auto_install': False,