From bf3163431fff54d65275f7d140e6bc8eebb3e965 Mon Sep 17 00:00:00 2001 From: Daniel Reis Date: Thu, 17 Dec 2020 11:33:01 +0000 Subject: [PATCH] [REF] mrp_analytic_cost_material: add maintainer and Alpha development status --- mrp_analytic_cost_material/__manifest__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mrp_analytic_cost_material/__manifest__.py b/mrp_analytic_cost_material/__manifest__.py index b1cc58596..7e04de5df 100644 --- a/mrp_analytic_cost_material/__manifest__.py +++ b/mrp_analytic_cost_material/__manifest__.py @@ -12,5 +12,7 @@ "license": "AGPL-3", "depends": ["mrp_analytic", "account"], "data": ["views/account_analytic_line_view.xml"], + "maintainer": "dreispt", + "development_status": "Alpha", "installable": True, }