Skip to content

Commit

Permalink
[UPD] update repo template files
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsavegnago committed Aug 10, 2022
1 parent da26895 commit 47b96e4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .pylintrc-mandatory
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- [![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat//14.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-account-addons-) -->
[![Build Status](https://travis-ci.com/Escodoo/account-addons.svg?branch=14.0)](https://travis-ci.com/Escodoo/account-addons)
<!-- [![codecov](https://codecov.io/gh/Escodoo/account-addons/branch/14.0/graph/badge.svg)](https://codecov.io/gh/Escodoo/account-addons) -->
<!-- [![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat//12.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-account-addons-) -->
[![Build Status](https://travis-ci.com/Escodoo/account-addons.svg?branch=12.0)](https://travis-ci.com/Escodoo/account-addons)
<!-- [![codecov](https://codecov.io/gh/Escodoo/account-addons/branch/12.0/graph/badge.svg)](https://codecov.io/gh/Escodoo/account-addons) -->
<!-- [![Translation Status](https://translation.odoo-community.org/widgets/account-addons-14-0/-/svg-badge.svg)](https://translation.odoo-community.org/engage/account-addons-14-0/?utm_source=widget) -->

<!-- /!\ do not modify above this line -->
Expand Down

0 comments on commit 47b96e4

Please sign in to comment.