From 483032eea1c20d1b9795e6f7612a5584e0a8567d Mon Sep 17 00:00:00 2001 From: bosd Date: Thu, 22 Jun 2023 17:49:51 +0200 Subject: [PATCH] [MIG] mrp_lot_number_propagation: Migration to 16.0 --- mrp_lot_number_propagation/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrp_lot_number_propagation/__manifest__.py b/mrp_lot_number_propagation/__manifest__.py index 7f28eef70..3e2e80fbd 100644 --- a/mrp_lot_number_propagation/__manifest__.py +++ b/mrp_lot_number_propagation/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) { "name": "MRP Serial Number Propagation", - "version": "15.0.0.3.0", + "version": "16.0.1.0.0", "development_status": "Alpha", "license": "AGPL-3", "author": "Camptocamp, Odoo Community Association (OCA)",