From d0d05f742d32e7169ef321a1fd30430c4b32d769 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Mon, 30 Sep 2019 00:07:14 +0200 Subject: [PATCH] Update __manifest__.py remove useless key --- pos_cashier_login/__manifest__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pos_cashier_login/__manifest__.py b/pos_cashier_login/__manifest__.py index c974276d..2a3f3624 100755 --- a/pos_cashier_login/__manifest__.py +++ b/pos_cashier_login/__manifest__.py @@ -8,7 +8,6 @@ 'license': 'AGPL-3', 'summary': 'Require for cashier to sign in before each sale', 'version': '11.0.0.1.0', - 'description': '', 'depends': [ 'point_of_sale', ],