Browse Source

[NEW] add systempay acquirer

rc/16.0-MYC-INIT
Nicolas JEUDY 3 years ago
parent
commit
849bc33997
  1. 2
      odoo/custom/src/addons.yaml
  2. 8
      odoo/custom/src/repos.yaml

2
odoo/custom/src/addons.yaml

@ -132,3 +132,5 @@ calendar:
- "*" - "*"
credit-control: credit-control:
- "*" - "*"
myc-extra-addons:
- "*"

8
odoo/custom/src/repos.yaml

@ -751,3 +751,11 @@
target: oca 14.0 target: oca 14.0
merges: merges:
- oca 14.0 - oca 14.0
./myc-extra-addons:
defaults:
depth: $DEPTH_DEFAULT
remotes:
myc: ssh://git@git.myceliandre.fr:5022/njeudy/myc-extra-addons.git
target: myc 12.0
merges:
- myc 12.0
Loading…
Cancel
Save