From ef571d100eb6bda350f13a861176c662128c7b4f Mon Sep 17 00:00:00 2001 From: Sayooj Date: Wed, 19 Apr 2023 11:33:11 +0530 Subject: [PATCH] Apr 19 : [ADD] Initial Commit 'odoo_contact_approval' --- odoo_contact_approval/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_contact_approval/__manifest__.py b/odoo_contact_approval/__manifest__.py index 5ab6f1d56..f59d1b816 100644 --- a/odoo_contact_approval/__manifest__.py +++ b/odoo_contact_approval/__manifest__.py @@ -22,7 +22,7 @@ { 'name': "Odoo Contact Approval", 'version': '15.0.1.0.0', - 'summary': """This module helps you manage contacts through the Approval manager's validation process.""", + 'summary': """This module helps you manage contacts through the Approval manager's validation process""", "category": "Sales/Sales", 'description': """The Odoo Contact Approval Module allows you to approve or cancel contacts through the Contacts Approval Manager. Only Approved contacts can be used in sales, purchasing, inventory, and invoice models.""",