From 1db1f289b69d195b02764030f33b1fcb1e77c193 Mon Sep 17 00:00:00 2001 From: Sergey Linnik Date: Thu, 25 Jul 2024 11:41:22 +0300 Subject: [PATCH] fix images --- onlyoffice_odoo_templates/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onlyoffice_odoo_templates/__manifest__.py b/onlyoffice_odoo_templates/__manifest__.py index 663c0e4..3606fda 100644 --- a/onlyoffice_odoo_templates/__manifest__.py +++ b/onlyoffice_odoo_templates/__manifest__.py @@ -28,7 +28,7 @@ 'license': 'LGPL-3', 'support': 'support@onlyoffice.com', - 'images': [ "static/description/*.png"], + 'images': [ "static/description/main_screenshot.png", "static/description/create_templates.png", "static/description/edit_templates.png", "static/description/access_rights.png", "static/description/work_with_templates.png" ], 'installable': True, 'application': True,