# -*- 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 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. """, 'author': 'L\'Heureux Cyclage', 'website': 'http://www.heureux-cyclage.org', 'depends': [ 'bikecoop_l10n_fr', ], 'init_xml': [ ], 'update_xml': [ 'view/point_of_sale.xml', 'data/ir_values.xml', ], 'installable': True, 'auto_install': False, 'images': [], }