From 643d7e294593d664c19424c6cf3bac2f2f8cbfdf Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Mon, 14 Oct 2019 00:20:07 +0200 Subject: [PATCH] [IMP] web_responsive: Add development status + contributors --- web_responsive/__manifest__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web_responsive/__manifest__.py b/web_responsive/__manifest__.py index 80618bcd3..6e93022bf 100644 --- a/web_responsive/__manifest__.py +++ b/web_responsive/__manifest__.py @@ -1,5 +1,6 @@ # Copyright 2016-2017 LasLabs Inc. -# Copyright 2018-2019 Alexandre Díaz +# Copyright 2017-2018 Tecnativa - Jairo Llopis +# Copyright 2018-2019 Tecnativa - Alexandre Díaz # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). { @@ -12,6 +13,8 @@ "license": "LGPL-3", "installable": True, "depends": ["web", "mail"], + "development_status": "Production/Stable", + "maintainers": ['Yajo', 'Tardo'], "data": ["views/assets.xml", "views/res_users.xml", "views/web.xml"], "qweb": [ "static/src/xml/apps.xml",