From ee3c834a0e41eb56356aa35124ed2790c33f5f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20B=C3=A9lorgey?= Date: Thu, 29 Sep 2016 06:14:04 +0200 Subject: [PATCH] [9.0][MIG] stock_quant_merge: port to 9.0 (#174) [9.0][MIG] stock_quant_merge: port to 9.0 --- stock_quant_merge/README.rst | 8 ++------ stock_quant_merge/__init__.py | 1 - stock_quant_merge/__openerp__.py | 4 ++-- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/stock_quant_merge/README.rst b/stock_quant_merge/README.rst index b5e48f2cf..68a9b4bea 100644 --- a/stock_quant_merge/README.rst +++ b/stock_quant_merge/README.rst @@ -21,7 +21,7 @@ The merge is done automatically when a reservation is undone. No user interventi .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/153/8.0 + :target: https://runbot.odoo-community.org/runbot/153/9.0 Bug Tracker =========== @@ -29,11 +29,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, -help us smashing it by providing a detailed and welcomed `feedback -`_. +help us smashing it by providing a detailed and welcomed feedback. Credits ======= diff --git a/stock_quant_merge/__init__.py b/stock_quant_merge/__init__.py index d50e8c06d..e8c451781 100644 --- a/stock_quant_merge/__init__.py +++ b/stock_quant_merge/__init__.py @@ -3,5 +3,4 @@ # © 2015 AvanzOSC # © 2015 Serv. Tecnol. Avanzados - Pedro M. Baeza # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - from . import models diff --git a/stock_quant_merge/__openerp__.py b/stock_quant_merge/__openerp__.py index da087b8e2..ee4bb96bf 100644 --- a/stock_quant_merge/__openerp__.py +++ b/stock_quant_merge/__openerp__.py @@ -5,7 +5,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Stock - Quant merge", - "version": "8.0.1.0.0", + "version": "9.0.1.0.0", "depends": [ "stock", ], @@ -15,7 +15,7 @@ "Odoo Community Association (OCA)", "website": "http://www.odoomrp.com", "category": "Warehouse Management", - "installable": False, + "installable": True, "license": "AGPL-3", "images": [], }