From 5c6df6727bf8a4d582b7bbb2e5e5e9cb20863655 Mon Sep 17 00:00:00 2001 From: "Mohamed M. Hagag" Date: Sat, 4 Mar 2017 01:00:33 +0200 Subject: [PATCH] Fix version number follow release based version numbering . --- export_stockinfo_xls/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export_stockinfo_xls/__openerp__.py b/export_stockinfo_xls/__openerp__.py index e8e80d3df..67b3bff87 100644 --- a/export_stockinfo_xls/__openerp__.py +++ b/export_stockinfo_xls/__openerp__.py @@ -1,6 +1,6 @@ { 'name': 'Export Product Stock in Excel', - 'version': '0.2', + 'version': '8.0.2.0', 'category': 'Inventory', 'license': "AGPL-3", 'summary': "Current Stock Report for all Products in each Warehouse",