# -*- encoding: utf-8 -*- ############################################################################## # # Product - Average Consumption Module for Odoo # Copyright (C) 2013-Today GRAP (http://www.grap.coop) # @author Julien WESTE # @author Sylvain LE GAL (https://twitter.com/legalsylvain) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # ############################################################################## { 'name': 'Product - Average Consumption', 'version': '9.0.1', 'category': 'Product', 'description': """ Shows figures in the product form about the average consumption of products There are settings in Inventory/settings to define the calculation range and the display range. =========================================================================== Copyright, Author and Licence : ------------------------------- * Copyright : 2013-Today, Groupement Régional Alimentaire de Proximité; * Author : * Julien WESTE; * Sylvain LE GAL; * Robin Keunen * Licence : AGPL-3 (http://www.gnu.org/licenses/) """, 'author': 'GRAP', 'website': 'http://www.grap.coop', 'license': 'AGPL-3', 'depends': [ 'product', 'point_of_sale' ], 'data': [ 'views/product_template_view.xml', # 'views/res_config_view.xml', ], }