From 773529b6d12258e169002d6db8467aeab7429eb0 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 11 Feb 2021 09:42:29 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Simone Orsi --- stock_helper/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stock_helper/__manifest__.py b/stock_helper/__manifest__.py index 6473fbf35..c422457cb 100644 --- a/stock_helper/__manifest__.py +++ b/stock_helper/__manifest__.py @@ -2,9 +2,9 @@ # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). { - "name": "Stock Move Helpers", + "name": "Stock Helpers", "summary": "Add methods shared between various stock modules", - "version": "13.0.1.1.0", + "version": "13.0.1.0.0", "author": "Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Hidden",