# HG changeset patch # User Houzefa Abbasbhay <houzefa.abba@xcg-consulting.fr> # Date 1501838891 -7200 # Fri Aug 04 11:28:11 2017 +0200 # Branch 10.0 # Node ID f87c31b661eb7139ee720311133754ac7c947f31 # Parent a502c7dcff428eff42ef2d64ff05d0ceab0b4be6 Move a qweb file to static/src (for i18n) diff --git a/__manifest__.py b/__manifest__.py --- 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 rename from qweb/alert_board.xml rename to static/src/xml/alert_board.xml