diff --git a/__manifest__.py b/__manifest__.py index a502c7dcff428eff42ef2d64ff05d0ceab0b4be6_X19tYW5pZmVzdF9fLnB5..f87c31b661eb7139ee720311133754ac7c947f31_X19tYW5pZmVzdF9fLnB5 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -40,7 +40,7 @@ 'wizard/board_alerts_dlg.xml', ], 'qweb': [ - 'qweb/alert_board.xml', + 'static/src/xml/alert_board.xml', ], 'installable': True, } diff --git a/qweb/alert_board.xml b/static/src/xml/alert_board.xml similarity index 100% rename from qweb/alert_board.xml rename to static/src/xml/alert_board.xml