Browse Source

[NEW] add server-tools OCA repo

rc/16.0-MYC-INIT
default 3 years ago
parent
commit
94ac167420
  1. 1
      odoo/custom/dependencies/pip.txt
  2. 2
      odoo/custom/src/addons.yaml
  3. 11
      odoo/custom/src/repos.yaml

1
odoo/custom/dependencies/pip.txt

@ -11,3 +11,4 @@ cerberus==1.3.2
apispec>=4.0.0
marshmallow
marshmallow-objects>=2.0.0
cachetools

2
odoo/custom/src/addons.yaml

@ -46,3 +46,5 @@ rest-framework:
- "*"
server-auth:
- "*"
server-tools:
- "*"

11
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
Loading…
Cancel
Save