X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fcoup_de_pouce_velo.git;a=blobdiff_plain;f=__openerp__.py;h=4a2ac1972ab792dea237917fe106f82bd22f75f7;hp=0c05283f19350e9c66882f9330d723129eccc1db;hb=HEAD;hpb=efdce4c4ee9f90ea7a424ee96d2a5090689436bd diff --git a/__openerp__.py b/__openerp__.py index 0c05283..4a2ac19 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -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,