diff --git a/odex25_dms/dms/__manifest__.py b/odex25_dms/dms/__manifest__.py index 1044f3bef..d79fa6885 100644 --- a/odex25_dms/dms/__manifest__.py +++ b/odex25_dms/dms/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Document Management System", - "summary": """Document Management System for Odoo""", + "summary": """Document Management System for Odex""", "version": "14.0.4.0.0", "category": "Odex25-DMS/Odex25-DMS", "license": "LGPL-3", diff --git a/odex25_dms/web_drop_target/__manifest__.py b/odex25_dms/web_drop_target/__manifest__.py index c7352a081..837721791 100644 --- a/odex25_dms/web_drop_target/__manifest__.py +++ b/odex25_dms/web_drop_target/__manifest__.py @@ -7,7 +7,7 @@ "website": "https://github.com/OCA/web", "license": "LGPL-3", "category": "Usability", - "summary": "Allows to drag files into Odoo", + "summary": "Allows to drag files into Odex", "depends": ["web"], "data": ["views/templates.xml"], "qweb": ["static/src/xml/widgets.xml"],