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