diff --git a/stock_inventory_lockdown/README.rst b/stock_inventory_lockdown/README.rst index a8dd6b5cd..c9300e6f5 100644 --- a/stock_inventory_lockdown/README.rst +++ b/stock_inventory_lockdown/README.rst @@ -10,9 +10,6 @@ This module lets you lock down the locations during an inventory. Usage ===== -.. image:: images/location_locked.png - :alt: Error message - .. image:: images/move_error.png :alt: Error message @@ -23,7 +20,7 @@ Creating or modifying a locations is also forbidden. .. 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 =========== @@ -31,11 +28,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_inventory_lockdown/__openerp__.py b/stock_inventory_lockdown/__openerp__.py index 09bca4a4b..5b5da3b73 100644 --- a/stock_inventory_lockdown/__openerp__.py +++ b/stock_inventory_lockdown/__openerp__.py @@ -5,9 +5,9 @@ { "name": "Inventory lock down", "summary": "Lock down stock locations during inventories.", - "version": "8.0.1.0.0", + "version": "9.0.1.0.0", "depends": ["stock"], - "author": u"Numérigraphe,Odoo Community Association (OCA)", + "author": "Numérigraphe,Odoo Community Association (OCA)", "category": "Warehouse Management", "images": [ "images/move_error.png", diff --git a/stock_inventory_lockdown/images/location_locked.png b/stock_inventory_lockdown/images/location_locked.png deleted file mode 100644 index fd4448561..000000000 Binary files a/stock_inventory_lockdown/images/location_locked.png and /dev/null differ diff --git a/stock_inventory_lockdown/images/move_error.png b/stock_inventory_lockdown/images/move_error.png index 9d420f9b2..813c94ef2 100644 Binary files a/stock_inventory_lockdown/images/move_error.png and b/stock_inventory_lockdown/images/move_error.png differ diff --git a/stock_inventory_lockdown/tests/test_stock_inventory_lockdown.py b/stock_inventory_lockdown/tests/test_stock_inventory_lockdown.py index 905aad629..cfcb7dfeb 100644 --- a/stock_inventory_lockdown/tests/test_stock_inventory_lockdown.py +++ b/stock_inventory_lockdown/tests/test_stock_inventory_lockdown.py @@ -4,7 +4,6 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from openerp.exceptions import ValidationError - from openerp.addons.stock.tests.common import TestStockCommon