From 534613dfef338e0584a64726de3d7f6b91cdb90d Mon Sep 17 00:00:00 2001 From: Yves Goldberg Date: Thu, 21 Mar 2019 11:08:12 +0100 Subject: [PATCH] [UPD] manifest with @max3909 remarks --- agreement/__manifest__.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/agreement/__manifest__.py b/agreement/__manifest__.py index cb6344c6..ac7f7f1b 100644 --- a/agreement/__manifest__.py +++ b/agreement/__manifest__.py @@ -7,8 +7,7 @@ 'summary': "Adds an agreement object", 'version': '12.0.1.0.0', 'category': 'Contract', - 'author': "Akretion,Odoo Community Association (OCA)", - 'contributors': 'Yves Goldberg (Ygol InternetWork)', + 'author': "Akretion, Yves Goldberg (Ygol Internetwork), Odoo Community Association (OCA)", 'website': 'https://github.com/oca/contract', 'license': 'AGPL-3', 'depends': ['base'], @@ -18,5 +17,10 @@ 'views/agreement.xml', ], 'demo': ['demo/demo.xml'], + 'development_status': 'Beta', + 'maintainers': [ + 'ygol', + 'max3903', + ], 'installable': True, }