From afbc9aaddc95b65f665f4fa933d52cda20a7eea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20G=C3=B6ttsch?= Date: Sun, 28 Jul 2024 22:27:12 +0200 Subject: [PATCH] [fix] description and dependencies --- nfu_ecommerce/README.rst | 6 +++-- nfu_ecommerce/__manifest__.py | 4 +-- nfu_ecommerce/readme/DESCRIPTION.rst | 6 +++-- nfu_ecommerce/static/description/index.html | 6 +++-- nfu_ecommerce/static/src/js/website_sale.js | 28 +-------------------- nfu_ecommerce/views/templates.xml | 8 +++--- 6 files changed, 19 insertions(+), 39 deletions(-) diff --git a/nfu_ecommerce/README.rst b/nfu_ecommerce/README.rst index c186b86..6eca94c 100644 --- a/nfu_ecommerce/README.rst +++ b/nfu_ecommerce/README.rst @@ -22,8 +22,10 @@ NFU eCommerce |badge1| |badge2| |badge3| -This module adds a minium and a maximum order quantity field to Website Sale Orders -and adds it the customer balance to checkout of the website shop. +This module adds a maximum order quantity field to Website Sale Orders. It also adds +an ordered qantitiy field to store the original ordered quantity in case a manager +adjustes the uom quantitiy. In webshop checkout it adds the customer balance to before +and after the current order. **Table of contents** diff --git a/nfu_ecommerce/__manifest__.py b/nfu_ecommerce/__manifest__.py index f81a6b7..74cfd89 100644 --- a/nfu_ecommerce/__manifest__.py +++ b/nfu_ecommerce/__manifest__.py @@ -5,8 +5,8 @@ "website": "https://www.bakeup.org", "category": "website", "version": "16.0.0.0.1", - "depends": ["sale_management", "website_sale", "nfu_sale_order_batch_packaging"], + "depends": ["website_sale", "nfu_sale_order_batch_packaging"], "data": ["views/templates.xml"], - "assets": {"web.assets_frontend": ["nfu_sale_product_min_max_qty/static/src/js/website_sale.js"]}, + "assets": {"web.assets_frontend": ["nfu_ecommerce/static/src/js/website_sale.js"]}, "license": "LGPL-3", } diff --git a/nfu_ecommerce/readme/DESCRIPTION.rst b/nfu_ecommerce/readme/DESCRIPTION.rst index 2bc60ee..93d25c8 100644 --- a/nfu_ecommerce/readme/DESCRIPTION.rst +++ b/nfu_ecommerce/readme/DESCRIPTION.rst @@ -1,2 +1,4 @@ -This module adds a minium and a maximum order quantity field to Website Sale Orders -and adds it the customer balance to checkout of the website shop. \ No newline at end of file +This module adds a maximum order quantity field to Website Sale Orders. It also adds +an ordered qantitiy field to store the original ordered quantity in case a manager +adjustes the uom quantitiy. In webshop checkout it adds the customer balance to before +and after the current order. \ No newline at end of file diff --git a/nfu_ecommerce/static/description/index.html b/nfu_ecommerce/static/description/index.html index 1a0cb1d..1beceae 100644 --- a/nfu_ecommerce/static/description/index.html +++ b/nfu_ecommerce/static/description/index.html @@ -370,8 +370,10 @@ ul.auto-toc { !! source digest: sha256:4dfaea54e4d01502b433eb5c0dcca409a5fbe2c3f175e29382a19230343183c9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 bruecksen/ife_nfu

-

This module adds a minium and a maximum order quantity field to Website Sale Orders -and adds it the customer balance to checkout of the website shop.

+

This module adds a maximum order quantity field to Website Sale Orders. It also adds +an ordered qantitiy field to store the original ordered quantity in case a manager +adjustes the uom quantitiy. In webshop checkout it adds the customer balance to before +and after the current order.

Table of contents