diff --git a/.gitmodules b/.gitmodules index 9019ea94..fd0326e8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,10 +16,10 @@ [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 [submodule "external/hibou-oca/queue"] path = external/hibou-oca/queue url = https://github.com/hibou-io/oca-queue.git +[submodule "external/hiboubox"] + path = external/hiboubox + url = https://gitlab.com/hibou-io/hibou-odoo/hiboubox.git diff --git a/box_base b/box_base new file mode 120000 index 00000000..927a8be2 --- /dev/null +++ b/box_base @@ -0,0 +1 @@ +./external/hiboubox/box_base \ No newline at end of file diff --git a/box_printbox b/box_printbox new file mode 120000 index 00000000..32a05aa1 --- /dev/null +++ b/box_printbox @@ -0,0 +1 @@ +./external/hiboubox/box_printbox \ No newline at end of file diff --git a/box_shipbox b/box_shipbox new file mode 120000 index 00000000..e6ddf932 --- /dev/null +++ b/box_shipbox @@ -0,0 +1 @@ +./external/hiboubox/box_shipbox \ No newline at end of file diff --git a/external/hibou-shipbox b/external/hibou-shipbox deleted file mode 160000 index e0a0f3e9..00000000 --- a/external/hibou-shipbox +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e0a0f3e9c6664c8e5e46cc77ff9c89dccb514fee diff --git a/external/hiboubox b/external/hiboubox new file mode 160000 index 00000000..024ce743 --- /dev/null +++ b/external/hiboubox @@ -0,0 +1 @@ +Subproject commit 024ce74355a15c480ee91878fefae97039de73d8 diff --git a/shipbox b/shipbox index e077c55d..45ee84a1 120000 --- a/shipbox +++ b/shipbox @@ -1 +1 @@ -./external/hibou-shipbox/shipbox \ No newline at end of file +./external/hiboubox/shipbox \ No newline at end of file