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.
31 lines
944 B
31 lines
944 B
# 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': '12.0.1.0.0',
|
|
'author': 'Serpent Consulting Services Pvt. Ltd., '
|
|
'Agile Business Group, '
|
|
'Tecnativa, '
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/web',
|
|
'license': 'AGPL-3',
|
|
'category': 'Web',
|
|
'depends': [
|
|
'web',
|
|
'mail',
|
|
],
|
|
'data': [
|
|
'views/web_digital_sign_view.xml',
|
|
'views/res_users_view.xml',
|
|
],
|
|
'qweb': [
|
|
'static/src/xml/digital_sign.xml',
|
|
],
|
|
'installable': True,
|
|
'development_status': 'Stable',
|
|
'maintainers': ['mgosai'],
|
|
}
|