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.

18 lines
493 B

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
  1. # -*- coding: utf-8 -*-
  2. # © 2015 Endika Iglesias
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Synchronize Gravatar image',
  6. 'version': '8.0.1.0.0',
  7. 'author': 'Endika Iglesias, Odoo Community Association (OCA)',
  8. 'category': 'Tools',
  9. 'website': 'http://www.endikaiglesias.com/',
  10. "license": "AGPL-3",
  11. "application": False,
  12. "installable": True,
  13. 'depends': ['base'],
  14. 'data': [
  15. 'views/res_users_view.xml',
  16. ],
  17. }