From 3c0d3d2ab318cff1b60859234191753bcb6fbbf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A0n=20Todorovich?= Date: Thu, 12 May 2022 12:11:55 -0300 Subject: [PATCH 1/2] [IMP] product_brand: better position for group by filter in sale.report --- product_brand/reports/sale_report_view.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_brand/reports/sale_report_view.xml b/product_brand/reports/sale_report_view.xml index a4a9ebe6a..32943491a 100644 --- a/product_brand/reports/sale_report_view.xml +++ b/product_brand/reports/sale_report_view.xml @@ -4,9 +4,9 @@ sale.report - + From 9dc67b139d2dbc4aef910a157517755cf560e45f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Alix?= Date: Wed, 29 Jan 2025 14:20:12 +0100 Subject: [PATCH 2/2] oca-port: blacklist PR(s) 153, 178 for product_brand --- .oca/oca-port/blacklist/product_brand.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .oca/oca-port/blacklist/product_brand.json diff --git a/.oca/oca-port/blacklist/product_brand.json b/.oca/oca-port/blacklist/product_brand.json new file mode 100644 index 000000000..062836215 --- /dev/null +++ b/.oca/oca-port/blacklist/product_brand.json @@ -0,0 +1,6 @@ +{ + "pull_requests": { + "OCA/brand#153": "(auto) Nothing to port from PR #153", + "OCA/brand#178": "dotfiles update" + } +}