You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# -*- coding: utf-8 -*- ############################################################################## # # Copyright (C) 2011-2015 Serpent Consulting Services Pvt. Ltd. # (<http://www.serpentcs.com>). # Copyright 2015 Lorenzo Battistini - Agile Business Group # # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # ##############################################################################
{ "name": "Web Digitized 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_digitized_signature'], 'data': [ 'views/users_view.xml' ], 'website': 'http://www.serpentcs.com', 'installable': True, 'auto_install': False, }
|