From 0de558d51d29fae0b96feb55d805c44c8895a700 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Mon, 6 Dec 2021 08:56:09 -0800 Subject: [PATCH] [MIG] base_exception,sale_exception: for Odoo 15.0 --- .gitmodules | 6 ++++++ base_exception | 1 + external/hibou-oca/sale-workflow | 1 + external/hibou-oca/server-tools | 1 + sale_exception | 1 + 5 files changed, 10 insertions(+) create mode 120000 base_exception create mode 160000 external/hibou-oca/sale-workflow create mode 160000 external/hibou-oca/server-tools create mode 120000 sale_exception diff --git a/.gitmodules b/.gitmodules index 9b3f0f7e..3e64c197 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule "external/hibou-oca/queue"] path = external/hibou-oca/queue url = https://github.com/hibou-io/oca-queue.git +[submodule "external/hibou-oca/server-tools"] + path = external/hibou-oca/server-tools + url = https://github.com/hibou-io/oca-server-tools.git +[submodule "external/hibou-oca/sale-workflow"] + path = external/hibou-oca/sale-workflow + url = https://github.com/hibou-io/oca-sale-workflow.git diff --git a/base_exception b/base_exception new file mode 120000 index 00000000..c13e831d --- /dev/null +++ b/base_exception @@ -0,0 +1 @@ +./external/hibou-oca/server-tools/base_exception \ No newline at end of file diff --git a/external/hibou-oca/sale-workflow b/external/hibou-oca/sale-workflow new file mode 160000 index 00000000..b351f8d6 --- /dev/null +++ b/external/hibou-oca/sale-workflow @@ -0,0 +1 @@ +Subproject commit b351f8d6403600fcfb529af2927e0f2189e4907d diff --git a/external/hibou-oca/server-tools b/external/hibou-oca/server-tools new file mode 160000 index 00000000..3425e6c7 --- /dev/null +++ b/external/hibou-oca/server-tools @@ -0,0 +1 @@ +Subproject commit 3425e6c7b6ad6210566550e36c578a1e9b98e1f9 diff --git a/sale_exception b/sale_exception new file mode 120000 index 00000000..f1797a5a --- /dev/null +++ b/sale_exception @@ -0,0 +1 @@ +./external/hibou-oca/sale-workflow/sale_exception \ No newline at end of file