# -*- coding: utf-8 -*- # Copyright 2017 Jairo Llopis # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). { "name": "Web Editor Background Color Picker", "summary": "Set any background color for web editor snippets", "version": "9.0.1.0.0", "category": "Website", "website": "https://www.tecnativa.com", "author": "Tecnativa, Odoo Community Association (OCA)", "license": "LGPL-3", "application": False, "installable": True, "images": [ "static/description/mass_mailing_editor.png", ], "depends": [ "web_editor", ], "data": [ "views/assets.xml", "views/snippets.xml", ], }