# -*- coding: utf-8 -*- # © 2016 Diagram Software S.L. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html { 'name': "Pinterest Social Media Icon Extension for blog", 'summary': """Pinterest Extension for the social media icons from the odoo core""", 'author': "Diagram Software S.L., Odoo Community Association (OCA)", 'website': "http://www.diagram.es", 'license': 'AGPL-3', 'category': 'Social Media', 'version': '8.0.1.0.0', 'depends': [ 'social_media_pinterest', 'website', 'website_blog' ], 'data': [ 'views/website_blog_template.xml', ], }