Browse Source

[NEW] add server-auth repo from oca

rc/16.0-MYC-INIT
default 4 years ago
parent
commit
05f7f98e88
  1. 2
      odoo/custom/src/addons.yaml
  2. 11
      odoo/custom/src/repos.yaml

2
odoo/custom/src/addons.yaml

@ -44,3 +44,5 @@ muk-web:
- "*"
rest-framework:
- "*"
server-auth:
- "*"

11
odoo/custom/src/repos.yaml

@ -266,3 +266,14 @@
target: oca 14.0
merges:
- oca 14.0
./server-auth:
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-auth.git
target: oca 14.0
merges:
- oca 14.0
Loading…
Cancel
Save