diff --git a/.gitmodules b/.gitmodules index 50b1c400..30fb2879 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,11 @@ [submodule "external/camptocamp-cloud-platform"] path = external/camptocamp-cloud-platform url = https://github.com/hibou-io/camptocamp-cloud-platform.git +[submodule "external/hibou-oca/server-brand"] + path = external/hibou-oca/server-brand + url = https://github.com/hibou-io/oca-server-brand.git + branch = 14.0 +[submodule "external/hibou-oca/social"] + path = external/hibou-oca/social + url = https://github.com/hibou-io/oca-social.git + branch = 14.0 diff --git a/debian/odoo.conf b/debian/odoo.conf index adeec2eb..fd86fc6b 100644 --- a/debian/odoo.conf +++ b/debian/odoo.conf @@ -1,5 +1,7 @@ [options] addons_path = /opt/odoo/hibou-suite,/opt/odoo/odoo/addons +; You can include more external modules by including them in the path, e.g. +; addons_path = /opt/odoo/hibou-suite,/opt/odoo/hibou-suite/external/hibou-oca/server-brand,/opt/odoo/odoo/addons data_dir = /var/lib/odoo ; admin_passwd = admin ; csv_internal_sep = , diff --git a/external/hibou-oca/server-brand b/external/hibou-oca/server-brand new file mode 160000 index 00000000..69a468e9 --- /dev/null +++ b/external/hibou-oca/server-brand @@ -0,0 +1 @@ +Subproject commit 69a468e9b817ab4ee40a9a3906ff5c9e8546656a diff --git a/external/hibou-oca/social b/external/hibou-oca/social new file mode 160000 index 00000000..f44e7a9a --- /dev/null +++ b/external/hibou-oca/social @@ -0,0 +1 @@ +Subproject commit f44e7a9a25d2465734c8dfcbbe85d6d493c8f8c1 diff --git a/mail_debrand b/mail_debrand new file mode 120000 index 00000000..90a74cc6 --- /dev/null +++ b/mail_debrand @@ -0,0 +1 @@ +./external/hibou-oca/social/mail_debrand \ No newline at end of file diff --git a/mass_mailing_partner b/mass_mailing_partner new file mode 120000 index 00000000..4a924242 --- /dev/null +++ b/mass_mailing_partner @@ -0,0 +1 @@ +./external/hibou-oca/social/mass_mailing_partner \ No newline at end of file