From a2e5b24fcadd40659995cb4b821ec962d5fcaed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20V=C3=A9zina?= Date: Mon, 4 Mar 2024 13:19:27 -0500 Subject: [PATCH] port bemade_full_formview_from_modal to 17 --- bemade_full_formview_from_modal/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bemade_full_formview_from_modal/__manifest__.py b/bemade_full_formview_from_modal/__manifest__.py index cbd38db..2a37f2f 100644 --- a/bemade_full_formview_from_modal/__manifest__.py +++ b/bemade_full_formview_from_modal/__manifest__.py @@ -29,7 +29,7 @@ 'data': [], 'assets': { 'web.assets_backend': [ - 'bemade_full_formview_from_modal/static/src/**/*', + # 'bemade_full_formview_from_modal/static/src/**/*', ], }, 'installable': True,