From 5a7dbfe166eea31137040f1a32d56cddaeb2a1e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Taymans?= Date: Thu, 4 Apr 2019 13:50:59 +0200 Subject: [PATCH] [IMP] b_stock: Manifest Change the name of the module in the manifest and change description. --- beesdoo_stock/__openerp__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beesdoo_stock/__openerp__.py b/beesdoo_stock/__openerp__.py index 9670b09..076ae51 100644 --- a/beesdoo_stock/__openerp__.py +++ b/beesdoo_stock/__openerp__.py @@ -3,7 +3,7 @@ # Nicolas Jamoulle, # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { - "name": "Action on products in receipt", + "name": "BEES coop Stock", "version": "9.0.1.0", "depends": [ 'stock', @@ -12,7 +12,7 @@ "license": "AGPL-3", "website": "www.coopiteasy.be", "description": """ - Enable action on multiple lines of a receipt via checkboxes + Enable action on multiple products of a stock receipt """, "data": [ 'views/stock_view.xml',