From 716898adb3b513848c888de23d2c57e350a8552f Mon Sep 17 00:00:00 2001 From: "jerome hanke (jhk)" Date: Thu, 19 Mar 2020 08:26:49 +0000 Subject: [PATCH] [FIX] product: barcodes can be url encoded Steps to reproduce: - install sales and barcodes - go to sales > catalog > products > create - give the product a random name and the following barcode: #1N4005-T+A - save > print > product labels Current behavior: the barcode is not generated properly because it is not url encoded everything after the # charachter is ignored Current behavior: barcodes are url encoded and generated properly opw-2203716 closes odoo/odoo#48600 X-original-commit: 5aaacb825d0c408bc11c4fbb386e1d365a68594b Signed-off-by: Nicolas Martinelli (nim) --- addons/product/report/product_product_templates.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/addons/product/report/product_product_templates.xml b/addons/product/report/product_product_templates.xml index f8213d924b02f..564fe745cf4f9 100644 --- a/addons/product/report/product_product_templates.xml +++ b/addons/product/report/product_product_templates.xml @@ -18,9 +18,9 @@ - Barcode - Barcode - Barcode + Barcode + Barcode + Barcode No barcode available @@ -53,9 +53,9 @@ - Barcode - Barcode - Barcode + Barcode + Barcode + Barcode No barcode available