From cf3a693bda811b80a177b5828b402667a063ec1c Mon Sep 17 00:00:00 2001 From: Yves Goldberg Date: Thu, 21 Mar 2019 11:59:36 +0100 Subject: [PATCH] Update __manifest__.py --- agreement/__manifest__.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/agreement/__manifest__.py b/agreement/__manifest__.py index a0acbb67..96638f92 100644 --- a/agreement/__manifest__.py +++ b/agreement/__manifest__.py @@ -6,10 +6,9 @@ 'summary': "Adds an agreement object", 'version': '12.0.1.0.0', 'category': 'Contract', - 'author': - 'Akretion, ' - 'Yves Goldberg (Ygol Internetwork),' - 'Odoo Community Association (OCA)', + 'author': 'Akretion, ' + 'Yves Goldberg (Ygol Internetwork), ' + 'Odoo Community Association (OCA)', 'website': 'https://github.com/oca/contract', 'license': 'AGPL-3', 'depends': ['base'], @@ -22,7 +21,7 @@ 'development_status': 'Beta', 'maintainers': [ 'ygol', - 'max3903', + 'alexis-via', ], 'installable': True, }