From 998085a6ab5956020d3821bfba227592feb83ea5 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Fri, 4 Sep 2020 11:48:52 -0700 Subject: [PATCH] [MIG] shipbox: for Odoo 13.0 --- .gitmodules | 3 +++ external/hibou-shipbox | 1 + shipbox | 1 + 3 files changed, 5 insertions(+) create mode 160000 external/hibou-shipbox create mode 120000 shipbox diff --git a/.gitmodules b/.gitmodules index 0f12a611..07a15ee9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "external/camptocamp-cloud-platform"] path = external/camptocamp-cloud-platform url = https://github.com/hibou-io/camptocamp-cloud-platform +[submodule "external/hibou-shipbox"] + path = external/hibou-shipbox + url = https://gitlab.com/hibou-io/hibou-odoo/shipbox.git diff --git a/external/hibou-shipbox b/external/hibou-shipbox new file mode 160000 index 00000000..e0a0f3e9 --- /dev/null +++ b/external/hibou-shipbox @@ -0,0 +1 @@ +Subproject commit e0a0f3e9c6664c8e5e46cc77ff9c89dccb514fee diff --git a/shipbox b/shipbox new file mode 120000 index 00000000..e077c55d --- /dev/null +++ b/shipbox @@ -0,0 +1 @@ +./external/hibou-shipbox/shipbox \ No newline at end of file