From 5cd81ff9f329788d3f5b6be93ff800c4e8b45aec Mon Sep 17 00:00:00 2001 From: Kaylie Kipe Date: Wed, 22 Sep 2021 11:31:45 -0700 Subject: [PATCH] [ADD] web_m2x_options: From upstream OCA for Odoo 13 --- .gitmodules | 3 +++ external/hibou-oca/web | 1 + web_m2x_options | 1 + 3 files changed, 5 insertions(+) create mode 160000 external/hibou-oca/web create mode 120000 web_m2x_options diff --git a/.gitmodules b/.gitmodules index 66cd5330..428ea1a5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,3 +29,6 @@ path = external/hibou-oca/stock-logistics-warehouse url = https://github.com/hibou-io/oca-stock-logistics-warehouse.git branch = 13.0 +[submodule "external/hibou-oca/web"] + path = external/hibou-oca/web + url = https://github.com/hibou-io/oca-web.git diff --git a/external/hibou-oca/web b/external/hibou-oca/web new file mode 160000 index 00000000..dd10971a --- /dev/null +++ b/external/hibou-oca/web @@ -0,0 +1 @@ +Subproject commit dd10971a391dc266abded1708de322d5ed7e0d50 diff --git a/web_m2x_options b/web_m2x_options new file mode 120000 index 00000000..88b71c4a --- /dev/null +++ b/web_m2x_options @@ -0,0 +1 @@ +./external/hibou-oca/web/web_m2x_options \ No newline at end of file