From 763928c2860348b1c27b588590aa954cef1bee30 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 14 Mar 2024 17:29:39 +0100 Subject: [PATCH] [MIG] rp_no_product_template_menu to v14 Add comment in stock_no_product_template_menu --- mrp_no_product_template_menu/__manifest__.py | 6 +++--- mrp_no_product_template_menu/mrp_view.xml | 15 ++++++--------- stock_no_product_template_menu/view.xml | 5 ++++- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/mrp_no_product_template_menu/__manifest__.py b/mrp_no_product_template_menu/__manifest__.py index bc4dbad..e538e55 100644 --- a/mrp_no_product_template_menu/__manifest__.py +++ b/mrp_no_product_template_menu/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'MRP No Product Template Menu', - 'version': '12.0.1.0.0', + 'version': '14.0.1.0.0', 'category': 'Manufacturing', 'license': 'AGPL-3', 'summary': "Replace product.template menu entries by product.product menu", @@ -22,9 +22,9 @@ This module has been written by Alexis de Lattre from Akretion . """, 'author': 'Akretion', - 'website': 'http://www.akretion.com', + 'website': 'https://github.com/akretion/odoo-usability', 'depends': ['mrp', 'sale_purchase_no_product_template_menu'], 'auto_install': True, 'data': ['mrp_view.xml'], - 'installable': False, + 'installable': True, } diff --git a/mrp_no_product_template_menu/mrp_view.xml b/mrp_no_product_template_menu/mrp_view.xml index c185036..3727698 100644 --- a/mrp_no_product_template_menu/mrp_view.xml +++ b/mrp_no_product_template_menu/mrp_view.xml @@ -1,21 +1,18 @@ - - Products - product.product - tree,form,kanban - {'search_default_consumable': 1, 'default_type': 'product'} - - - + + diff --git a/stock_no_product_template_menu/view.xml b/stock_no_product_template_menu/view.xml index 081064b..6ea5ca2 100644 --- a/stock_no_product_template_menu/view.xml +++ b/stock_no_product_template_menu/view.xml @@ -11,6 +11,9 @@ - +