mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[MIG] stock_inventory_lockdown
This commit is contained in:
committed by
Jordi Ballester Alomar
parent
6ef149de4b
commit
c4af2a49d6
@@ -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
|
||||
<https://github.com/OCA/stock-logistics-warehouse/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
|
||||
<https://github.com/OCA/
|
||||
stock-logistics-warehouse/issues/new?body=module:%20
|
||||
stock_available_sale%0Aversion:%20
|
||||
8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
help us smashing it by providing a detailed and welcomed feedback.
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
@@ -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",
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 11 KiB |
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user