[MIG] stock_removal_location_by_priority: Migration to 14.0

This commit is contained in:
SergiCForgeFlow
2023-08-07 17:48:12 +02:00
parent 62a80dabd4
commit 8d0b42c73e
3 changed files with 8 additions and 1 deletions

View File

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

View File

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

View File

@@ -4,7 +4,7 @@
{
"name": "Stock Removal Location by Priority",
"summary": "Establish a removal priority on stock locations.",
"version": "13.0.1.0.0",
"version": "14.0.1.0.0",
"author": "ForgeFlow, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse",