[MIG] mrp_warehouse_calendar: Migration to 14.0

This commit is contained in:
davidborromeo
2021-01-29 10:46:05 +01:00
committed by Lois Rilo
parent 6f316fe276
commit f19ceac49f
3 changed files with 1 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
{ {
"name": "MRP Warehouse Calendar", "name": "MRP Warehouse Calendar",
"summary": "Considers the warehouse calendars in manufacturing", "summary": "Considers the warehouse calendars in manufacturing",
"version": "13.0.1.0.0", "version": "14.0.1.0.0",
"license": "LGPL-3", "license": "LGPL-3",
"website": "https://github.com/OCA/manufacture", "website": "https://github.com/OCA/manufacture",
"author": "ForgeFlow, Odoo Community Association (OCA)", "author": "ForgeFlow, Odoo Community Association (OCA)",

View File

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

View File

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