From 4774b879fa74bdb2593e15319a76648364995577 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 14 Mar 2024 17:21:36 +0100 Subject: [PATCH] [MIG] stock_no_product_template_menu to v14 --- stock_no_product_template_menu/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stock_no_product_template_menu/__manifest__.py b/stock_no_product_template_menu/__manifest__.py index 82db039..d2d7836 100644 --- a/stock_no_product_template_menu/__manifest__.py +++ b/stock_no_product_template_menu/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Stock No Product Template Menu', - 'version': '12.0.1.0.0', + 'version': '14.0.1.0.0', 'category': 'Stock', 'license': 'AGPL-3', 'summary': "Replace product.template menu entries by product.product menu entries", @@ -19,7 +19,7 @@ This module also switches to the tree view by default for Product menu entries, 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': ['stock'], 'data': ['view.xml'], 'installable': True,