File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Do NOT update manually; changes here will be overwritten by Copier
2- _commit : v1.36
2+ _commit : v1.42
33_src_path : git+https://github.com/OCA/oca-addons-repo-template
44additional_ruff_rules : []
5- ci : GitHub
65convert_readme_fragments_to_markdown : true
76enable_checklog_odoo : true
87generate_requirements_txt : true
@@ -17,7 +16,8 @@ odoo_test_flavor: Both
1716odoo_version : 18.0
1817org_name : Odoo Community Association (OCA)
1918org_slug : OCA
20- rebel_module_groups : []
19+ rebel_module_groups :
20+ - web_responsive
2121repo_description : web
2222repo_name : web
2323repo_slug : web
Original file line number Diff line number Diff line change 1+
12name : pre-commit
23
34on :
1617 - uses : actions/checkout@v4
1718 - uses : actions/setup-python@v5
1819 with :
19- python-version : " 3.11 "
20+ python-version : " 3.12 "
2021 cache : ' pip'
22+ cache-dependency-path : ' .pre-commit-config.yaml'
2123 - name : Get python version
2224 run : echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
2325 - uses : actions/cache@v4
Original file line number Diff line number Diff line change @@ -36,18 +36,18 @@ jobs:
3636 matrix :
3737 include :
3838 - container : ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
39- exclude : " web_responsive"
39+ include : " web_responsive"
4040 name : test with Odoo
4141 - container : ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
42- exclude : " web_responsive"
42+ include : " web_responsive"
4343 name : test with OCB
4444 makepot : " true"
4545 - container : ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
46- include : " web_responsive"
47- name : test with Odoo (rebel modules)
46+ exclude : " web_responsive"
47+ name : test with Odoo
4848 - container : ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
49- include : " web_responsive"
50- name : test with OCB (rebel modules)
49+ exclude : " web_responsive"
50+ name : test with OCB
5151 makepot : " true"
5252 services :
5353 postgres :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ exclude: |
2121 # You don't usually want a bot to modify your legal texts
2222 (LICENSE.*|COPYING.*)
2323default_language_version :
24- python : python3
24+ python : python3.12
2525 node : " 22.9.0"
2626repos :
2727 - repo : local
@@ -38,6 +38,11 @@ repos:
3838 entry : found a en.po file
3939 language : fail
4040 files : ' [a-zA-Z0-9_]*/i18n/en\.po$'
41+ - id : obsolete dotfiles
42+ name : obsolete dotfiles
43+ entry : found obsolete files; remove them
44+ files : ' ^(\.travis\.yml|\.t2d\.yml|CONTRIBUTING\.md|\.prettierrc\.yml|\.eslintrc\.yml)$'
45+ language : fail
4146 - repo : https://github.com/sbidoul/whool
4247 rev : v1.3
4348 hooks :
Original file line number Diff line number Diff line change 1+
12[ ![ Support the OCA] ( https://odoo-community.org/readme-banner-image )] ( https://odoo-community.org/get-involved?utm_source=repo-readme )
23
34# web
Original file line number Diff line number Diff line change 22ignore =
33 WARNING.* 0 failed, 0 error\(s\).*
44 WARNING .* Killing chrome descendants-or-self .*
5- Missing widget: res_partner_many2one for field of type many2one
5+ WARNING.* Missing widget: res_partner_many2one for field of type many2one.*
You can’t perform that action at this time.
0 commit comments