X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fcoup_de_pouce_velo.git;a=blobdiff_plain;f=__openerp__.py;h=892295ac740d902a7f94058e4134b6c4be3c09f4;hp=eb16b6d01024c98d9d6264d0d54760272df30468;hb=ba967516aa5f3a471e3fabe6173033da432ae554;hpb=c6d315a5c03ecf2e24d99907a005b1c0eb41e653 diff --git a/__openerp__.py b/__openerp__.py index eb16b6d..892295a 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 pos order form to identify cpv pos orders. """, 'author': 'L\'Heureux Cyclage', 'website': 'http://www.heureux-cyclage.org', @@ -24,8 +23,7 @@ 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', + 'view/account_statement.xml', ], 'installable': True, 'auto_install': False,