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": [], }