From c2ce795da3ba06727498fbac93aaa44faea8fdef Mon Sep 17 00:00:00 2001 From: default Date: Mon, 7 Jun 2021 13:43:23 +0000 Subject: [PATCH] [NEW] website oca repo --- odoo/custom/src/addons.yaml | 2 ++ odoo/custom/src/repos.yaml | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/odoo/custom/src/addons.yaml b/odoo/custom/src/addons.yaml index 878c206..43481ca 100644 --- a/odoo/custom/src/addons.yaml +++ b/odoo/custom/src/addons.yaml @@ -20,6 +20,8 @@ project: - "*" web: - "*" +website: + - "*" mis-builder: - "*" operating-unit: diff --git a/odoo/custom/src/repos.yaml b/odoo/custom/src/repos.yaml index 4aa1cf5..4c38db3 100644 --- a/odoo/custom/src/repos.yaml +++ b/odoo/custom/src/repos.yaml @@ -125,6 +125,17 @@ target: oca 14.0 merges: - oca 14.0 +./website: + defaults: + # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner + # You may need a bigger depth when merging PRs (use $DEPTH_MERGE + # for a sane value of 100 commits) + depth: $DEPTH_DEFAULT + remotes: + oca: https://github.com/OCA/website.git + target: oca 14.0 + merges: + - oca 14.0 ./web: defaults: # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner