From 03ae6dfa0a80d1498065e4e6565754139f0102af Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Mon, 25 Feb 2019 11:01:06 +0000 Subject: [PATCH] [DCK] Remove outdated samples - `l10n-spain` was never a good sample, since only Spanish projects would have it. Since https://github.com/Tecnativa/doodba/pull/86 it's simply not needed in most cases. Devs can check the docs to know the structure. Thus, it can be removed from here. - `checksumdir` is not used anymore in `module_auto_update` since https://github.com/OCA/server-tools/pull/1190. - `xlsxwriter` is included in Odoo 10+. - `requests` is included in Odoo 8+. --- odoo/custom/dependencies/pip.txt | 3 --- odoo/custom/src/repos.yaml | 11 ----------- 2 files changed, 14 deletions(-) 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