diff --git a/.vscode/doodba.code-snippets b/.vscode/doodba.code-snippets new file mode 100644 index 0000000..f4fae3a --- /dev/null +++ b/.vscode/doodba.code-snippets @@ -0,0 +1,20 @@ +// See spec in https://code.visualstudio.com/docs/editor/userdefinedsnippets +{ + // See https://github.com/Tecnativa/doodba#optodoocustomsrcreposyaml + "Git aggregator repo": { + "prefix": "repo", + "scope": "yaml", + "body": [ + "${10:repo-name}:", + "\tdefaults:", + "\t\tdepth: \\$DEPTH_MERGE", + "\tremotes:", + "\t\t${40:origin}: ${30:https://github.com/${20:OCA}/${10}.git}", + "\ttarget: ${40} \\$ODOO_VERSION", + "\tmerges:", + "\t\t- ${40} \\$ODOO_VERSION", + "\t\t- ${40} refs/pull/${50:1234}/head", + ], + "description": "For Loop" + } +} diff --git a/odoo/custom/dependencies/pip.txt b/odoo/custom/dependencies/pip.txt index 9fb2069..eb1ea01 100644 --- a/odoo/custom/dependencies/pip.txt +++ b/odoo/custom/dependencies/pip.txt @@ -1,6 +1,3 @@ -checksumdir git+https://github.com/OCA/openupgradelib.git@master unicodecsv unidecode -requests -xlsxwriter diff --git a/odoo/custom/src/repos.yaml b/odoo/custom/src/repos.yaml index e10d850..0064c67 100644 --- a/odoo/custom/src/repos.yaml +++ b/odoo/custom/src/repos.yaml @@ -15,14 +15,3 @@ - ocb $ODOO_VERSION # Example of a merge of the PR with the number # - oca refs/pull//head - -# Example of an OCA repository -./l10n-spain: - defaults: - depth: $DEPTH_DEFAULT - remotes: - oca: https://github.com/OCA/l10n-spain.git - target: - oca $ODOO_VERSION - merges: - - oca $ODOO_VERSION