From 81cd3e8ad57b19c8a1859e1f7bc0f973b91ef5b6 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Wed, 1 Mar 2023 21:20:06 +0000 Subject: [PATCH] [ADD] sale_exception,sale_automatic_workflow from sale-workflow --- .gitmodules | 3 +++ .vendor/oca-sale-workflow | 1 + sale_automatic_workflow | 1 + sale_exception | 1 + 4 files changed, 6 insertions(+) create mode 160000 .vendor/oca-sale-workflow create mode 120000 sale_automatic_workflow create mode 120000 sale_exception diff --git a/.gitmodules b/.gitmodules index 2c29fe69..5f13e2f1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule ".vendor/oca-connector"] path = .vendor/oca-connector url = https://github.com/hibou-io/oca-connector.git +[submodule ".vendor/oca-sale-workflow"] + path = .vendor/oca-sale-workflow + url = https://github.com/hibou-io/oca-sale-workflow.git diff --git a/.vendor/oca-sale-workflow b/.vendor/oca-sale-workflow new file mode 160000 index 00000000..6a133129 --- /dev/null +++ b/.vendor/oca-sale-workflow @@ -0,0 +1 @@ +Subproject commit 6a1331290140671bd912cedb59177f3182b4fb4f diff --git a/sale_automatic_workflow b/sale_automatic_workflow new file mode 120000 index 00000000..b832e98e --- /dev/null +++ b/sale_automatic_workflow @@ -0,0 +1 @@ +./.vendor/oca-sale-workflow/sale_automatic_workflow \ No newline at end of file diff --git a/sale_exception b/sale_exception new file mode 120000 index 00000000..c4d3adf1 --- /dev/null +++ b/sale_exception @@ -0,0 +1 @@ +./.vendor/oca-sale-workflow/sale_exception \ No newline at end of file