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 @@ - @@ -72,7 +70,15 @@ - + @@ -112,7 +118,7 @@
  • -
  • +
  • @@ -136,11 +142,4 @@ - - diff --git a/stock_request_kanban/views/stock_request_menu.xml b/stock_request_kanban/views/stock_request_menu.xml new file mode 100644 index 000000000..c54ef5599 --- /dev/null +++ b/stock_request_kanban/views/stock_request_menu.xml @@ -0,0 +1,16 @@ + + + + + + + diff --git a/stock_request_kanban/wizard/wizard_stock_request_kanban_views.xml b/stock_request_kanban/wizard/wizard_stock_request_kanban_views.xml index 9d54e7b2d..f9e1cb489 100644 --- a/stock_request_kanban/wizard/wizard_stock_request_kanban_views.xml +++ b/stock_request_kanban/wizard/wizard_stock_request_kanban_views.xml @@ -47,10 +47,4 @@ view_type="form" target="new"/> - -