From 0ba12fc07a7ff8e91224564f3868a9067f00acec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20G=C3=B6ttsch?=
Date: Sun, 13 Apr 2025 13:18:58 +0200
Subject: [PATCH] [IMP] nfu_ecomerce: Adapt new Open Packages format and add
indicators
---
nfu_ecommerce/README.rst | 1 +
nfu_ecommerce/__manifest__.py | 2 +-
nfu_ecommerce/readme/HISTORY.rst | 1 +
nfu_ecommerce/static/description/index.html | 2 ++
nfu_ecommerce/views/templates.xml | 2 +-
5 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/nfu_ecommerce/README.rst b/nfu_ecommerce/README.rst
index 959ac00..4786bbc 100644
--- a/nfu_ecommerce/README.rst
+++ b/nfu_ecommerce/README.rst
@@ -42,6 +42,7 @@ Changelog
:1.1.2: Make publish on website multi company
:1.2.0: Add Open Packages to Product list
:1.3.0: Adapt new Open Packages format and add indicators
+:1.3.1: Remove Max Qty from first page
Bug Tracker
===========
diff --git a/nfu_ecommerce/__manifest__.py b/nfu_ecommerce/__manifest__.py
index 0b692d4..3b06a95 100644
--- a/nfu_ecommerce/__manifest__.py
+++ b/nfu_ecommerce/__manifest__.py
@@ -4,7 +4,7 @@
"author": "BAKEUP",
"website": "https://www.bakeup.org",
"category": "website",
- "version": "16.0.1.3.0",
+ "version": "16.0.1.3.1",
"depends": [
"sale_product_configurator",
"website_sale",
diff --git a/nfu_ecommerce/readme/HISTORY.rst b/nfu_ecommerce/readme/HISTORY.rst
index 2f4106d..414ca33 100644
--- a/nfu_ecommerce/readme/HISTORY.rst
+++ b/nfu_ecommerce/readme/HISTORY.rst
@@ -5,3 +5,4 @@
:1.1.2: Make publish on website multi company
:1.2.0: Add Open Packages to Product list
:1.3.0: Adapt new Open Packages format and add indicators
+:1.3.1: Remove Max Qty from first page
\ No newline at end of file
diff --git a/nfu_ecommerce/static/description/index.html b/nfu_ecommerce/static/description/index.html
index 945ad4a..17fecd2 100644
--- a/nfu_ecommerce/static/description/index.html
+++ b/nfu_ecommerce/static/description/index.html
@@ -407,6 +407,8 @@ and after the current order.
| 1.3.0: | Adapt new Open Packages format and add indicators |
+| 1.3.1: | Remove Max Qty from first page |
+
diff --git a/nfu_ecommerce/views/templates.xml b/nfu_ecommerce/views/templates.xml
index 65596f8..c2de801 100644
--- a/nfu_ecommerce/views/templates.xml
+++ b/nfu_ecommerce/views/templates.xml
@@ -45,7 +45,7 @@