diff --git a/odoo/custom/dependencies/pip.txt b/odoo/custom/dependencies/pip.txt index 48758c7..3986564 100644 --- a/odoo/custom/dependencies/pip.txt +++ b/odoo/custom/dependencies/pip.txt @@ -11,3 +11,4 @@ cerberus==1.3.2 apispec>=4.0.0 marshmallow marshmallow-objects>=2.0.0 +cachetools diff --git a/odoo/custom/src/addons.yaml b/odoo/custom/src/addons.yaml index c3c3ad2..400347d 100644 --- a/odoo/custom/src/addons.yaml +++ b/odoo/custom/src/addons.yaml @@ -46,3 +46,5 @@ rest-framework: - "*" server-auth: - "*" +server-tools: + - "*" diff --git a/odoo/custom/src/repos.yaml b/odoo/custom/src/repos.yaml index 6068cd1..53a69fe 100644 --- a/odoo/custom/src/repos.yaml +++ b/odoo/custom/src/repos.yaml @@ -277,3 +277,14 @@ target: oca 14.0 merges: - oca 14.0 +./server-tools: + 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/server-tools.git + target: oca 14.0 + merges: + - oca 14.0