diff --git a/__manifest__.py b/__manifest__.py
index 59bdd384eff79145b546d17d1275e4eaf2366773..2c7cd109ee422e9c1799e7d3aa06242e46a63ece 100755
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -16,9 +16,10 @@
         # datas
         # views
         'views/product_views.xml',
-        'views/report_invoice.xml',
         'views/sale_order.xml',
         'views/stock_picking.xml',
+        # reports
+        'report/report_invoice.xml',
         # views menu
         # wizard
     ],
diff --git a/views/report_invoice.xml b/report/report_invoice.xml
similarity index 100%
rename from views/report_invoice.xml
rename to report/report_invoice.xml