From 22403cbb5a036152f15f5c9e3a42228153651c22 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 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/agreement/__manifest__.py b/agreement/__manifest__.py index a0acbb67..0bfccab3 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'],