# -*- coding: utf-8 -*- # Copyright 2020 L'Heureux Cyclage # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Coup de Pouce Vélo', 'version': '0.1', 'category': 'Association', 'complexity': "normal", 'description': """ This module adds features to OpenERP POS module for french bikecoops for "Coup de Pouce Vélo" ============================================================================================= - 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', 'depends': [ 'bikecoop_l10n_fr', ], 'init_xml': [ ], 'update_xml': [ 'view/account_statement.xml', ], 'installable': True, 'auto_install': False, 'images': [], }