# -*- coding: utf-8 -*- ############################################################################## # # Copyright (C) 2011-2015 Serpent Consulting Services Pvt. Ltd. # (). # Copyright 2015 Lorenzo Battistini - Agile Business Group # # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # ############################################################################## { "name" : "Web Digital Signature for users", "version" : "8.0.1.0.0", "author" : "Serpent Consulting Services Pvt. Ltd., " "Odoo Community Association (OCA)", "category": 'web', "license": "AGPL-3", 'depends': ['web_widget_digital_signature'], 'data': [ 'views/users_view.xml' ], 'website': 'http://www.serpentcs.com', 'installable': True, 'auto_install': False, }