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,