|
|
@ -1,18 +1,20 @@ |
|
|
|
# Copyright 2004-2010 OpenERP SA (<http://www.openerp.com>) |
|
|
|
# Copyright 2011-2015 Serpent Consulting Services Pvt. Ltd. |
|
|
|
# Copyright 2017 Tecnativa - Vicent Cubells |
|
|
|
# Copyright (C) 2019 - TODAY, Open Source Integrators |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
|
|
|
|
|
|
{ |
|
|
|
"name": "Web Widget Digitized Signature", |
|
|
|
"version": "11.0.1.0.0", |
|
|
|
"author": "Serpent Consulting Services Pvt. Ltd., " |
|
|
|
"Agile Business Group, " |
|
|
|
"Tecnativa, " |
|
|
|
"Odoo Community Association (OCA)", |
|
|
|
'name': 'Web Widget Digitized Signature', |
|
|
|
'version': '12.0.1.0.0', |
|
|
|
'author': 'Serpent Consulting Services Pvt. Ltd., ' |
|
|
|
'Agile Business Group, ' |
|
|
|
'Tecnativa, ' |
|
|
|
'Open Source Integrators,' |
|
|
|
'Odoo Community Association (OCA)', |
|
|
|
'website': 'https://github.com/OCA/web', |
|
|
|
"license": "AGPL-3", |
|
|
|
"category": 'Web', |
|
|
|
'license': 'AGPL-3', |
|
|
|
'category': 'Web', |
|
|
|
'depends': [ |
|
|
|
'web', |
|
|
|
'mail', |
|
|
@ -25,4 +27,6 @@ |
|
|
|
'static/src/xml/digital_sign.xml', |
|
|
|
], |
|
|
|
'installable': True, |
|
|
|
'development_status': 'Stable', |
|
|
|
'maintainers': ['cubells'], |
|
|
|
} |