From 47b96e45c2065f4a553dc0091f72541d03f3164c Mon Sep 17 00:00:00 2001 From: Marcel Savegnago Date: Wed, 10 Aug 2022 14:37:23 -0300 Subject: [PATCH] [UPD] update repo template files --- .copier-answers.yml | 2 +- .pylintrc | 2 +- .pylintrc-mandatory | 2 +- .travis.yml | 2 +- README.md | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 3d1fdae..8ccf4c8 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -5,7 +5,7 @@ ci: Travis dependency_installation_mode: OCA generate_requirements_txt: true include_wkhtmltopdf: false -odoo_version: 14.0 +odoo_version: 12.0 rebel_module_groups: [] repo_description: Escodoo Account Addons repo_name: Escodoo Account Addons diff --git a/.pylintrc b/.pylintrc index 85c04df..41dfeaf 100644 --- a/.pylintrc +++ b/.pylintrc @@ -8,7 +8,7 @@ manifest_required_authors=Escodoo manifest_required_keys=license manifest_deprecated_keys=description,active license_allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3 -valid_odoo_versions=14.0 +valid_odoo_versions=12.0 [MESSAGES CONTROL] disable=all diff --git a/.pylintrc-mandatory b/.pylintrc-mandatory index 96de357..507d1fa 100644 --- a/.pylintrc-mandatory +++ b/.pylintrc-mandatory @@ -8,7 +8,7 @@ manifest_required_authors=Escodoo manifest_required_keys=license manifest_deprecated_keys=description,active license_allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3 -valid_odoo_versions=14.0 +valid_odoo_versions=12.0 [MESSAGES CONTROL] disable=all diff --git a/.travis.yml b/.travis.yml index 73d8cbe..e58e4e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ jobs: - TESTS=1 ODOO_REPO="OCA/OCB" env: global: - - VERSION="14.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" + - VERSION="12.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" install: - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git diff --git a/README.md b/README.md index dda22df..be58008 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ - -[![Build Status](https://travis-ci.com/Escodoo/account-addons.svg?branch=14.0)](https://travis-ci.com/Escodoo/account-addons) - + +[![Build Status](https://travis-ci.com/Escodoo/account-addons.svg?branch=12.0)](https://travis-ci.com/Escodoo/account-addons) +