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