diff --git a/stock_request_kanban/__manifest__.py b/stock_request_kanban/__manifest__.py
index ccb4333a6..0b37bf2c4 100644
--- a/stock_request_kanban/__manifest__.py
+++ b/stock_request_kanban/__manifest__.py
@@ -5,7 +5,7 @@
'name': 'Stock Request kanban',
'version': '11.0.1.0.0',
'category': 'Reporting',
- 'website': 'https://github.com/eficent/cb-addons',
+ 'website': 'https://github.com/OCA/stock-logistics-warehouse',
'author': 'Creu Blanca, Eficent, Odoo Community Association (OCA)',
'license': 'AGPL-3',
'summary': 'Adds a stock request order, and takes stock requests as lines',
@@ -20,6 +20,7 @@
'wizard/wizard_stock_request_order_kanban_views.xml',
'views/stock_request_order_views.xml',
'views/stock_request_kanban_views.xml',
+ 'views/stock_request_menu.xml',
'report/stock_request_kanban_templates.xml',
'security/ir.model.access.csv',
],
diff --git a/stock_request_kanban/static/description/icon.png b/stock_request_kanban/static/description/icon.png
index dc706ff5d..c31ecfd9f 100644
Binary files a/stock_request_kanban/static/description/icon.png and b/stock_request_kanban/static/description/icon.png differ
diff --git a/stock_request_kanban/views/stock_request_kanban_views.xml b/stock_request_kanban/views/stock_request_kanban_views.xml
index 1f3474a8a..9fb53700b 100644
--- a/stock_request_kanban/views/stock_request_kanban_views.xml
+++ b/stock_request_kanban/views/stock_request_kanban_views.xml
@@ -61,8 +61,6 @@