[MIG]stock_location_lockdown: Migration to 13.0

This commit is contained in:
manu
2020-10-19 14:04:37 +02:00
parent 06066d7c8a
commit 8fe42c4923
5 changed files with 11 additions and 2 deletions

View File

@@ -0,0 +1 @@
../../../../stock_location_lockdown

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

View File

@@ -23,7 +23,7 @@ Stock Location Lockdown
:target: https://runbot.odoo-community.org/runbot/153/12.0 :target: https://runbot.odoo-community.org/runbot/153/12.0
:alt: Try me on Runbot :alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5| |badge1| |badge2| |badge3| |badge4| |badge5|
The aim of this module is to mark internal locations where no product should transit. The aim of this module is to mark internal locations where no product should transit.
Indeed, in complex warehouse setups, we may have a complicated tree of internal locations with parent locations only used to create the hierarchy of the internal locations. Indeed, in complex warehouse setups, we may have a complicated tree of internal locations with parent locations only used to create the hierarchy of the internal locations.
@@ -62,6 +62,7 @@ Contributors
~~~~~~~~~~~~ ~~~~~~~~~~~~
* Florian da Costa <florian.dacosta@akretion.com> * Florian da Costa <florian.dacosta@akretion.com>
* Manuel Regidor <manuel.regidor@sygel.es>
Maintainers Maintainers
~~~~~~~~~~~ ~~~~~~~~~~~

View File

@@ -7,7 +7,7 @@
"author": "Akretion, Odoo Community Association (OCA)", "author": "Akretion, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse", "website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse", "category": "Warehouse",
"version": "12.0.1.0.0", "version": "13.0.1.0.0",
"license": "AGPL-3", "license": "AGPL-3",
"application": False, "application": False,
"installable": True, "installable": True,

View File

@@ -1 +1,2 @@
* Florian da Costa <florian.dacosta@akretion.com> * Florian da Costa <florian.dacosta@akretion.com>
* Manuel Regidor <manuel.regidor@sygel.es>