From ce9685460fb1dc3fd0a1b12a342e00fa04216890 Mon Sep 17 00:00:00 2001 From: Denis Roussel Date: Fri, 24 Jan 2025 12:43:18 +0100 Subject: [PATCH 1/2] [ADD] Release Channels repository --- conf/repo/logistics.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/conf/repo/logistics.yml b/conf/repo/logistics.yml index 109217c..354e441 100644 --- a/conf/repo/logistics.yml +++ b/conf/repo/logistics.yml @@ -80,6 +80,16 @@ stock-logistics-request: stock needs by product and location. psc: logistics-maintainers psc_rep: logistics-maintainers-psc-representative +stock-logistics-release-channel: + branches: + - "18.0" + category: Stock + default_branch: "18.0" + name: This repository contains modules to manage release channels. + Release channels represent a way of grouping deliveries and their + pickings in order to enhance resource management in the warehouse. + psc: logistics-maintainers + psc_rep: logistics-maintainers-psc-representative stock-logistics-tracking: branches: - "6.1" From 2c3c13e89cda4d48e5c6a609a3f2257d73e61de3 Mon Sep 17 00:00:00 2001 From: Denis Roussel Date: Fri, 24 Jan 2025 15:44:21 +0100 Subject: [PATCH 2/2] [ADD] Logistics Reservation and Logistics Shopfloor repositories --- conf/repo/logistics.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/conf/repo/logistics.yml b/conf/repo/logistics.yml index 354e441..7967d27 100644 --- a/conf/repo/logistics.yml +++ b/conf/repo/logistics.yml @@ -90,6 +90,23 @@ stock-logistics-release-channel: pickings in order to enhance resource management in the warehouse. psc: logistics-maintainers psc_rep: logistics-maintainers-psc-representative +stock-logistics-reservation: + branches: + - "18.0" + category: Stock + default_branch: "18.0" + name: This repository contains modules related to products reservations. + psc: logistics-maintainers + psc_rep: logistics-maintainers-psc-representative +stock-logistics-shopfloor: + branches: + - "18.0" + category: Stock + default_branch: "18.0" + name: This repository contains modules to manage Shopfloor application. + That application allows to manage all logistics flows as a mobile one. + psc: logistics-maintainers + psc_rep: logistics-maintainers-psc-representative stock-logistics-tracking: branches: - "6.1"