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.

21 lines
638 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Diagram Software S.L.
  3. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  4. {
  5. 'name': "Pinterest Social Media Icon Extension",
  6. 'summary': """Pinterest Extension for the social media icons from the
  7. odoo core""",
  8. 'author': "Diagram Software S.L., Odoo Community Association (OCA)",
  9. 'website': "http://www.diagram.es",
  10. 'license': 'AGPL-3',
  11. 'category': 'Social Media',
  12. 'version': '8.0.1.0.0',
  13. 'depends': [
  14. 'website',
  15. ],
  16. 'data': [
  17. 'views/website_templates.xml',
  18. 'views/website_views.xml',
  19. 'views/res_config.xml',
  20. ],
  21. }