From c338873c2f2805ba059fd7e002d039fa52486fe9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20G=C3=B6ttsch?=
Date: Mon, 5 May 2025 22:02:31 +0200
Subject: [PATCH] [FIX] nfu_sale_order_batch_packaging: upper version number
---
nfu_sale_order_batch_packaging/README.rst | 2 +-
nfu_sale_order_batch_packaging/__manifest__.py | 2 +-
nfu_sale_order_batch_packaging/readme/HISTORY.rst | 2 +-
nfu_sale_order_batch_packaging/static/description/index.html | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/nfu_sale_order_batch_packaging/README.rst b/nfu_sale_order_batch_packaging/README.rst
index d89e711..f02174a 100644
--- a/nfu_sale_order_batch_packaging/README.rst
+++ b/nfu_sale_order_batch_packaging/README.rst
@@ -40,7 +40,7 @@ Changelog
:1.2.1: refactoring
:1.3.0: add packaging states
:1.3.1: add open_max_qty
-:1.3.1: fix color indicator
+:1.3.2: fix color indicator
Bug Tracker
===========
diff --git a/nfu_sale_order_batch_packaging/__manifest__.py b/nfu_sale_order_batch_packaging/__manifest__.py
index c6f2060..2836669 100644
--- a/nfu_sale_order_batch_packaging/__manifest__.py
+++ b/nfu_sale_order_batch_packaging/__manifest__.py
@@ -4,7 +4,7 @@
"author": "BAKEUP",
"website": "https://www.bakeup.org",
"category": "Sale",
- "version": "16.0.1.3.1",
+ "version": "16.0.1.3.2",
"depends": ["sale", "sale_order_batch"],
"data": [
"views/sale_order_views.xml",
diff --git a/nfu_sale_order_batch_packaging/readme/HISTORY.rst b/nfu_sale_order_batch_packaging/readme/HISTORY.rst
index 5bed928..52f88b7 100644
--- a/nfu_sale_order_batch_packaging/readme/HISTORY.rst
+++ b/nfu_sale_order_batch_packaging/readme/HISTORY.rst
@@ -5,4 +5,4 @@
:1.2.1: refactoring
:1.3.0: add packaging states
:1.3.1: add open_max_qty
-:1.3.1: fix color indicator
\ No newline at end of file
+:1.3.2: fix color indicator
\ No newline at end of file
diff --git a/nfu_sale_order_batch_packaging/static/description/index.html b/nfu_sale_order_batch_packaging/static/description/index.html
index 585b52e..432939e 100644
--- a/nfu_sale_order_batch_packaging/static/description/index.html
+++ b/nfu_sale_order_batch_packaging/static/description/index.html
@@ -405,7 +405,7 @@ and adds a packaging default to sale order batch.
| 1.3.1: | add open_max_qty |
-| 1.3.1: | fix color indicator |
+
|---|
| 1.3.2: | fix color indicator |