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.

29 lines
1002 B

9 years ago
9 years ago
  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. #
  4. # OpenERP, Open Source Management Solution
  5. # Copyright (C) 2004-2010 OpenERP SA (<http://www.openerp.com>)
  6. # Copyright (C) 2011-2015 Serpent Consulting Services Pvt. Ltd.
  7. # (<http://www.serpentcs.com>).
  8. # Copyright 2015 Lorenzo Battistini - Agile Business Group
  9. #
  10. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  11. #
  12. ##############################################################################
  13. {
  14. "name": "Web Widget Digitized Signature",
  15. "version": "8.0.1.0.0",
  16. "author": "Serpent Consulting Services Pvt. Ltd., "
  17. "Odoo Community Association (OCA)",
  18. "category": 'web',
  19. "license": "AGPL-3",
  20. 'depends': ['web'],
  21. 'data': [
  22. 'views/we_digital_sign_view.xml',
  23. ],
  24. 'website': 'http://www.serpentcs.com',
  25. 'qweb': ['static/src/xml/digital_sign.xml'],
  26. 'installable': True,
  27. 'auto_install': False,
  28. }