From 4dbf7678bbd5d3753fb11e4ff3badf39dc96d6d3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20G=C3=B6ttsch?=
Date: Thu, 8 May 2025 20:18:09 +0200
Subject: [PATCH] [IMP] nfu_ecommerce: add decimal to ribbon
---
nfu_ecommerce/README.rst | 1 +
nfu_ecommerce/__manifest__.py | 2 +-
nfu_ecommerce/readme/HISTORY.rst | 3 ++-
nfu_ecommerce/static/description/index.html | 2 ++
nfu_ecommerce/views/templates.xml | 2 +-
5 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/nfu_ecommerce/README.rst b/nfu_ecommerce/README.rst
index 4786bbc..3013392 100644
--- a/nfu_ecommerce/README.rst
+++ b/nfu_ecommerce/README.rst
@@ -43,6 +43,7 @@ Changelog
: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
+:1.3.2: Add decimal to ribbon
Bug Tracker
===========
diff --git a/nfu_ecommerce/__manifest__.py b/nfu_ecommerce/__manifest__.py
index 3b06a95..cdb369e 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.1",
+ "version": "16.0.1.3.2",
"depends": [
"sale_product_configurator",
"website_sale",
diff --git a/nfu_ecommerce/readme/HISTORY.rst b/nfu_ecommerce/readme/HISTORY.rst
index 414ca33..ed5ed78 100644
--- a/nfu_ecommerce/readme/HISTORY.rst
+++ b/nfu_ecommerce/readme/HISTORY.rst
@@ -5,4 +5,5 @@
: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
+:1.3.1: Remove Max Qty from first page
+:1.3.2: Add decimal to ribbon
\ No newline at end of file
diff --git a/nfu_ecommerce/static/description/index.html b/nfu_ecommerce/static/description/index.html
index 17fecd2..e659d9c 100644
--- a/nfu_ecommerce/static/description/index.html
+++ b/nfu_ecommerce/static/description/index.html
@@ -409,6 +409,8 @@ and after the current order.
| 1.3.1: | Remove Max Qty from first page |
+| 1.3.2: | Add decimal to ribbon |
+
diff --git a/nfu_ecommerce/views/templates.xml b/nfu_ecommerce/views/templates.xml
index 91a281b..6a6b661 100644
--- a/nfu_ecommerce/views/templates.xml
+++ b/nfu_ecommerce/views/templates.xml
@@ -45,7 +45,7 @@