# -*- coding: utf-8 -*- # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). { "name": "Survey partner answers", "version": "1.0.0", "summary": """ Surveys statistics on partner form """, "description": """ This module displays a counter and a percent pie about survey answers statistics in partner form stat-buttons. """, "author": "RemiFr82", "contributors": "Sudokeys", "website": "https://remifr82.me", "license": "LGPL-3", "category": "Marketing", # "price": 0, # "currency": "EUR", "application": False, "installable": True, "auto_install": False, "pre_init_hook": "", "post_init_hook": "", "uninstall_hook": "", "excludes": [], "external_dependencies": [], "depends": [ "survey", "contacts", ], "data": [ "views/res_partner.xml", "views/survey_user_input.xml", ], "css": [], "images": [], "js": [], "test": [], "demo": [], "maintainer": "RemiFr82", }