-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__openerp__.py
29 lines (28 loc) · 1002 Bytes
/
__openerp__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 OpenERP SA (<http://www.openerp.com>)
# 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 Widget Digitized Signature",
"version": "8.0.1.0.0",
"author": "Serpent Consulting Services Pvt. Ltd., "
"Odoo Community Association (OCA)",
"category": 'web',
"license": "AGPL-3",
'depends': ['web'],
'data': [
'views/we_digital_sign_view.xml',
],
'website': 'http://www.serpentcs.com',
'qweb': ['static/src/xml/digital_sign.xml'],
'installable': True,
'auto_install': False,
}