From 0bcf080523335b42564b6aa875302decbaa1e217 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 15 Sep 2023 10:04:05 +0000 Subject: [PATCH] sale_discount_display_amount 14.0.2.0.0 --- sale_discount_display_amount/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sale_discount_display_amount/__manifest__.py b/sale_discount_display_amount/__manifest__.py index 3dca04bd7c1..d7dfbee715e 100644 --- a/sale_discount_display_amount/__manifest__.py +++ b/sale_discount_display_amount/__manifest__.py @@ -6,7 +6,7 @@ "summary": """ This addon intends to display the amount of the discount computed on sale_order_line and sale_order level""", - "version": "14.0.1.3.0", + "version": "14.0.2.0.0", "license": "AGPL-3", "author": "ACSONE SA/NV, Odoo Community Association (OCA)", "website": "https://github.com/OCA/sale-workflow",