This repository has been archived by the owner on Apr 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- `l10n-spain` was never a good sample, since only Spanish projects would have it. Since Tecnativa/doodba#86 it's simply not needed in most cases. Devs can check the docs to know the structure, and a vscode snippet has been added. Thus, it can be removed from here. - `checksumdir` is not used anymore in `module_auto_update` since OCA/server-tools#1190. - `xlsxwriter` is included in Odoo 10+. - `requests` is included in Odoo 8+.
- Loading branch information
Showing
3 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
checksumdir | ||
git+https://github.com/OCA/openupgradelib.git@master | ||
unicodecsv | ||
unidecode | ||
requests | ||
xlsxwriter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters