Merge pull request #209 from p-tombez/mig14_base

[MIG] base: Migration to 14.0
This commit is contained in:
Patrick Tombez
2020-11-03 11:32:09 +01:00
committed by GitHub
co-authored by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ env:
- TESTS="1" ODOO_REPO="odoo/odoo" - TESTS="1" ODOO_REPO="odoo/odoo"
- TESTS="1" ODOO_REPO="OCA/OCB" - TESTS="1" ODOO_REPO="OCA/OCB"
global: global:
- VERSION="13.0" LINT_CHECK="0" TESTS="0" - VERSION="14.0" LINT_CHECK="0" TESTS="0"
install: install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
+1 -1
View File
@@ -11,5 +11,5 @@
"base_attachment_object_storage", "base_attachment_object_storage",
], ],
"auto_install": False, "auto_install": False,
"installable": True, "installable": False,
} }