diff --git a/odoo/custom/src/addons.yaml b/odoo/custom/src/addons.yaml index 74dad45..bfe20f6 100644 --- a/odoo/custom/src/addons.yaml +++ b/odoo/custom/src/addons.yaml @@ -152,3 +152,5 @@ onlyoffice-odoo: - "onlyoffice_odoo" design-theme: - "*" +account-move-import: + - "*" diff --git a/odoo/custom/src/repos.yaml b/odoo/custom/src/repos.yaml index ff13a9b..2b3e5cb 100644 --- a/odoo/custom/src/repos.yaml +++ b/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