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