From f4ad91fcca9d1305c124eb2e3807f7afb541c5a8 Mon Sep 17 00:00:00 2001 From: Stefan Rijnhart Date: Fri, 12 Jul 2013 15:24:44 +0200 Subject: [PATCH 1/2] [FIX] OpenERP does not recognize license name at module list update --- web_hide_buttons/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_hide_buttons/__openerp__.py b/web_hide_buttons/__openerp__.py index 8991da13..21adef36 100755 --- a/web_hide_buttons/__openerp__.py +++ b/web_hide_buttons/__openerp__.py @@ -31,7 +31,7 @@ ir.actions.act_window: ''', 'author': 'Therp B.V.', 'website': 'http://www.therp.nl', - 'license': 'AGPLv3', + 'license': 'AGPL-3', 'depends': [ 'web', ], From f7de5bbcb27445b527807053b44dfe8711004347 Mon Sep 17 00:00:00 2001 From: Stefan Rijnhart Date: Fri, 12 Jul 2013 15:48:21 +0200 Subject: [PATCH 2/2] [FIX] Author name to prevent scattering of apps site counts per contributor --- web_hide_buttons/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_hide_buttons/__openerp__.py b/web_hide_buttons/__openerp__.py index 21adef36..53a7fec6 100755 --- a/web_hide_buttons/__openerp__.py +++ b/web_hide_buttons/__openerp__.py @@ -29,7 +29,7 @@ To hide both buttons add the following element to the xml for the ir.actions.act_window: {'nodelete': '1', 'nocreate': '1'} ''', - 'author': 'Therp B.V.', + 'author': 'Therp BV', 'website': 'http://www.therp.nl', 'license': 'AGPL-3', 'depends': [