oca-git-bot
3 years ago
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
4 changed files with
11 additions and
12 deletions
-
.copier-answers.yml
-
.eslintrc.yml
-
.github/workflows/pre-commit.yml
-
CONTRIBUTING.md
|
@ -1,5 +1,5 @@ |
|
|
# Do NOT update manually; changes here will be overwritten by Copier |
|
|
# Do NOT update manually; changes here will be overwritten by Copier |
|
|
_commit: v1.3.4 |
|
|
|
|
|
|
|
|
_commit: v1.3.6 |
|
|
_src_path: gh:oca/oca-addons-repo-template |
|
|
_src_path: gh:oca/oca-addons-repo-template |
|
|
ci: Travis |
|
|
ci: Travis |
|
|
dependency_installation_mode: PIP |
|
|
dependency_installation_mode: PIP |
|
|
|
@ -6,6 +6,12 @@ env: |
|
|
parserOptions: |
|
|
parserOptions: |
|
|
ecmaVersion: 2017 |
|
|
ecmaVersion: 2017 |
|
|
|
|
|
|
|
|
|
|
|
overrides: |
|
|
|
|
|
- files: |
|
|
|
|
|
- "**/*.esm.js" |
|
|
|
|
|
parserOptions: |
|
|
|
|
|
sourceType: module |
|
|
|
|
|
|
|
|
# Globals available in Odoo that shouldn't produce errorings |
|
|
# Globals available in Odoo that shouldn't produce errorings |
|
|
globals: |
|
|
globals: |
|
|
_: readonly |
|
|
_: readonly |
|
|
|
@ -13,5 +13,8 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
# The pylint-odoo version we use here does not support python 3.10 |
|
|
# The pylint-odoo version we use here does not support python 3.10 |
|
|
# https://github.com/OCA/oca-addons-repo-template/issues/80 |
|
|
# https://github.com/OCA/oca-addons-repo-template/issues/80 |
|
|
python-version: "3.9" |
|
|
|
|
|
|
|
|
# We also need to pin to an older version of python for older odoo versions |
|
|
|
|
|
# where we are not using black > 21. Older black versions won't work with |
|
|
|
|
|
# Python 3.9.8+, and we can't bump black without reformatting. |
|
|
|
|
|
python-version: "3.9.7" |
|
|
- uses: pre-commit/action@v2.0.0 |
|
|
- uses: pre-commit/action@v2.0.0 |
|
@ -1,10 +0,0 @@ |
|
|
# OCA Guidelines |
|
|
|
|
|
|
|
|
|
|
|
Please follow the official guide from the |
|
|
|
|
|
[OCA Guidelines page](https://odoo-community.org/page/contributing). |
|
|
|
|
|
|
|
|
|
|
|
## Project Specific Guidelines |
|
|
|
|
|
|
|
|
|
|
|
<!-- /!\ do not modify above this line --> |
|
|
|
|
|
|
|
|
|
|
|
This project does not have specific coding guidelines. |
|
|
|