File tree Expand file tree Collapse file tree 5 files changed +12
-2
lines changed
setup/monitoring_log_requests Expand file tree Collapse file tree 5 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/setup-python@v2
1818 - name : Get python version
1919 run : echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
20- - uses : actions/cache@v1
20+ - uses : actions/cache@v4
2121 with :
2222 path : ~/.cache/pre-commit
2323 key : pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ exclude: |
66 ^base_fileurl_field/|
77 ^cloud_platform_exoscale/|
88 ^cloud_platform_ovh/|
9- ^monitoring_log_requests/|
109 ^monitoring_statsd/|
1110 ^test_base_fileurl_field/|
1211 # END NOT INSTALLABLE ADDONS
Original file line number Diff line number Diff line change 1010 "license" : "AGPL-3" ,
1111 "category" : "Extra Tools" ,
1212 "depends" : ["base" ],
13+ "excludes" : [
14+ # OCA/server-auth
15+ "auth_session_timeout" ,
16+ ],
1317 "external_dependencies" : {
1418 "python" : ["redis" ],
1519 },
Original file line number Diff line number Diff line change 1+ ../../../../monitoring_log_requests
Original file line number Diff line number Diff line change 1+ import setuptools
2+
3+ setuptools .setup (
4+ setup_requires = ['setuptools-odoo' ],
5+ odoo_addon = True ,
6+ )
You can’t perform that action at this time.
0 commit comments