mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[MIG] stock_inventory_lockdown: Migration to 14.0
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
../../../../stock_inventory_lockdown
|
||||||
6
setup/stock_inventory_lockdown/setup.py
Normal file
6
setup/stock_inventory_lockdown/setup.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Inventory Lock Down",
|
"name": "Inventory Lock Down",
|
||||||
"summary": "Lock down stock locations during inventories.",
|
"summary": "Lock down stock locations during inventories.",
|
||||||
"version": "13.0.1.0.2",
|
"version": "14.0.1.0.0",
|
||||||
"development_status": "Mature",
|
"development_status": "Mature",
|
||||||
"depends": ["stock"],
|
"depends": ["stock"],
|
||||||
"author": "Numérigraphe, ForgeFlow, Odoo Community Association (OCA)",
|
"author": "Numérigraphe, ForgeFlow, Odoo Community Association (OCA)",
|
||||||
|
|||||||
Reference in New Issue
Block a user