Browse Source

[FIX] add account-move-import repo from akretion

rc/16.0-MYC-INIT
Nicolas JEUDY 8 months ago
parent
commit
c30c29f4da
  1. 2
      odoo/custom/src/addons.yaml
  2. 11
      odoo/custom/src/repos.yaml

2
odoo/custom/src/addons.yaml

@ -152,3 +152,5 @@ onlyoffice-odoo:
- "onlyoffice_odoo"
design-theme:
- "*"
account-move-import:
- "*"

11
odoo/custom/src/repos.yaml

@ -78,6 +78,17 @@
target: oca 16.0
merges:
- oca 16.0
./account-move-import:
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:
origin: https://github.com/akretion/account-move-import.git
target: origin 16.0
merges:
- origin 16.0
./community-data-files:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner

Loading…
Cancel
Save