From 22ce2a3c202cec1c30865988659b696a63f2cabf Mon Sep 17 00:00:00 2001 From: thienvh Date: Wed, 9 Apr 2025 18:22:49 +0700 Subject: [PATCH] oca-port: blacklist PR(s) 440, 511, 537, 728 for queue_job --- .oca/oca-port/blacklist/queue_job.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .oca/oca-port/blacklist/queue_job.json diff --git a/.oca/oca-port/blacklist/queue_job.json b/.oca/oca-port/blacklist/queue_job.json new file mode 100644 index 0000000000..f9a3e546c8 --- /dev/null +++ b/.oca/oca-port/blacklist/queue_job.json @@ -0,0 +1,8 @@ +{ + "pull_requests": { + "OCA/queue#440": "The changes from this PR are already present in the current source code.", + "OCA/queue#511": "The changes from this PR are already present in the current source code.", + "OCA/queue#537": "The changes from this PR are already present in the current source code.", + "OCA/queue#728": "The changes from this PR are already present in the current source code." + } +}