From ddd0273fb5c6fc75524182b58acd7ee545af9a1c Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Wed, 3 Apr 2019 16:30:25 -0700 Subject: [PATCH] Include `base_exception` and `sale_exception` from hibou-oca --- .gitmodules | 8 ++++++++ base_exception | 1 + external/hibou-oca/sale-workflow | 1 + external/hibou-oca/server-tools | 1 + sale_exception | 1 + 5 files changed, 12 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 d5275360..02b2db42 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,11 @@ [submodule "external/hibou-shipbox"] path = external/hibou-shipbox url = https://github.com/hibou-io/shipbox.git +[submodule "external/hibou-oca/server-tools"] + path = external/hibou-oca/server-tools + url = https://github.com/hibou-io/oca-server-tools.git + branch = 12.0 +[submodule "external/hibou-oca/sale-workflow"] + path = external/hibou-oca/sale-workflow + url = https://github.com/hibou-io/oca-sale-workflow.git + branch = 12.0 diff --git a/base_exception b/base_exception new file mode 120000 index 00000000..baefc7a4 --- /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..9f47088f --- /dev/null +++ b/external/hibou-oca/sale-workflow @@ -0,0 +1 @@ +Subproject commit 9f47088f83206236bb7188ac0a5222aa3c7a198d diff --git a/external/hibou-oca/server-tools b/external/hibou-oca/server-tools new file mode 160000 index 00000000..c062dd9c --- /dev/null +++ b/external/hibou-oca/server-tools @@ -0,0 +1 @@ +Subproject commit c062dd9c17c4ebdc281d8f91014e8e186a295203 diff --git a/sale_exception b/sale_exception new file mode 120000 index 00000000..6c0482fa --- /dev/null +++ b/sale_exception @@ -0,0 +1 @@ +external/hibou-oca/sale-workflow/sale_exception \ No newline at end of file