From 7e63a17abc9804d1e3eb4541eaaaff472a83fd67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20G=C3=B6ttsch?= Date: Fri, 22 May 2026 15:19:01 +0200 Subject: [PATCH] [IMP] nfu_ecommerce: Make open Packagings more visible --- nfu_ecommerce/README.rst | 29 ++++++------ nfu_ecommerce/__manifest__.py | 2 +- nfu_ecommerce/readme/HISTORY.rst | 29 ++++++------ nfu_ecommerce/static/description/index.html | 51 +++++++-------------- nfu_ecommerce/views/templates.xml | 4 +- 5 files changed, 50 insertions(+), 65 deletions(-) diff --git a/nfu_ecommerce/README.rst b/nfu_ecommerce/README.rst index b57a599..b39981f 100644 --- a/nfu_ecommerce/README.rst +++ b/nfu_ecommerce/README.rst @@ -42,20 +42,21 @@ In webshop checkout it adds Changelog ========= -:0.0.1: Initial module. -:1.0.0: Live -:1.1.0: Add Open Packagings Filter and fix rounding issue -:1.1.1: Pass arguments to super again -: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 -:1.3.2: Add decimal to ribbon -:1.4.0: Add credit warning and avoid debts option -:1.4.1: Add credit to portal details -:1.4.2: Catch unescaped float values -:1.4.3: Drop session if SO belongs to another website (Odoo 16 bug) -:1.4.3: Remove is_published filtering and use job manager only on more than one +- 16.0.0.0.1: Initial module. +- 16.0.1.0.0: Live +- 16.0.1.1.0: Add Open Packagings Filter and fix rounding issue +- 16.0.1.1.1: Pass arguments to super again +- 16.0.1.1.2: Make publish on website multi company +- 16.0.1.2.0: Add Open Packages to Product list +- 16.0.1.3.0: Adapt new Open Packages format and add indicators +- 16.0.1.3.1: Remove Max Qty from first page +- 16.0.1.3.2: Add decimal to ribbon +- 16.0.1.4.0: Add credit warning and avoid debts option +- 16.0.1.4.1: Add credit to portal details +- 16.0.1.4.2: Catch unescaped float values +- 16.0.1.4.3: Drop session if SO belongs to another website (Odoo 16 bug) +- 16.0.1.4.3: Remove is_published filtering and use job manager only on more than one +- 16.0.1.4.5: Make open Packagings more visible Bug Tracker =========== diff --git a/nfu_ecommerce/__manifest__.py b/nfu_ecommerce/__manifest__.py index 29903fb..84d75c4 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.4.4", + "version": "16.0.1.4.5", "depends": [ "sale_product_configurator", "website_sale", diff --git a/nfu_ecommerce/readme/HISTORY.rst b/nfu_ecommerce/readme/HISTORY.rst index 1554922..0bb71ac 100644 --- a/nfu_ecommerce/readme/HISTORY.rst +++ b/nfu_ecommerce/readme/HISTORY.rst @@ -1,14 +1,15 @@ -:0.0.1: Initial module. -:1.0.0: Live -:1.1.0: Add Open Packagings Filter and fix rounding issue -:1.1.1: Pass arguments to super again -: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 -:1.3.2: Add decimal to ribbon -:1.4.0: Add credit warning and avoid debts option -:1.4.1: Add credit to portal details -:1.4.2: Catch unescaped float values -:1.4.3: Drop session if SO belongs to another website (Odoo 16 bug) -:1.4.3: Remove is_published filtering and use job manager only on more than one \ No newline at end of file +- 16.0.0.0.1: Initial module. +- 16.0.1.0.0: Live +- 16.0.1.1.0: Add Open Packagings Filter and fix rounding issue +- 16.0.1.1.1: Pass arguments to super again +- 16.0.1.1.2: Make publish on website multi company +- 16.0.1.2.0: Add Open Packages to Product list +- 16.0.1.3.0: Adapt new Open Packages format and add indicators +- 16.0.1.3.1: Remove Max Qty from first page +- 16.0.1.3.2: Add decimal to ribbon +- 16.0.1.4.0: Add credit warning and avoid debts option +- 16.0.1.4.1: Add credit to portal details +- 16.0.1.4.2: Catch unescaped float values +- 16.0.1.4.3: Drop session if SO belongs to another website (Odoo 16 bug) +- 16.0.1.4.3: Remove is_published filtering and use job manager only on more than one +- 16.0.1.4.5: Make open Packagings more visible \ No newline at end of file diff --git a/nfu_ecommerce/static/description/index.html b/nfu_ecommerce/static/description/index.html index 406a132..43bb089 100644 --- a/nfu_ecommerce/static/description/index.html +++ b/nfu_ecommerce/static/description/index.html @@ -397,40 +397,23 @@ adjustes the uom quantitiy

Changelog

- --- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
0.0.1:Initial module.
1.0.0:Live
1.1.0:Add Open Packagings Filter and fix rounding issue
1.1.1:Pass arguments to super again
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
1.3.2:Add decimal to ribbon
1.4.0:Add credit warning and avoid debts option
1.4.1:Add credit to portal details
1.4.2:Catch unescaped float values
1.4.3:Drop session if SO belongs to another website (Odoo 16 bug)
1.4.3:Remove is_published filtering and use job manager only on more than one
+

Bug Tracker

diff --git a/nfu_ecommerce/views/templates.xml b/nfu_ecommerce/views/templates.xml index 3a54fc0..a16050b 100644 --- a/nfu_ecommerce/views/templates.xml +++ b/nfu_ecommerce/views/templates.xml @@ -2,7 +2,7 @@