File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Do NOT update manually; changes here will be overwritten by Copier
2
- _commit : v1.29
2
+ _commit : v1.30
3
3
_src_path : git+https://github.com/OCA/oca-addons-repo-template
4
4
additional_ruff_rules : []
5
5
ci : GitHub
@@ -17,7 +17,8 @@ odoo_test_flavor: Both
17
17
odoo_version : 18.0
18
18
org_name : Odoo Community Association (OCA)
19
19
org_slug : OCA
20
- rebel_module_groups : []
20
+ rebel_module_groups :
21
+ - account_move_name_sequence
21
22
repo_description : account-financial-tools
22
23
repo_name : account-financial-tools
23
24
repo_slug : account-financial-tools
Original file line number Diff line number Diff line change 36
36
matrix :
37
37
include :
38
38
- container : ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
39
+ include : " account_move_name_sequence"
39
40
name : test with Odoo
40
41
- container : ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
42
+ include : " account_move_name_sequence"
43
+ name : test with OCB
44
+ makepot : " true"
45
+ - container : ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
46
+ exclude : " account_move_name_sequence"
47
+ name : test with Odoo
48
+ - container : ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
49
+ exclude : " account_move_name_sequence"
41
50
name : test with OCB
42
51
makepot : " true"
43
52
services :
50
59
ports :
51
60
- 5432:5432
52
61
env :
62
+ INCLUDE : " ${{ matrix.include }}"
63
+ EXCLUDE : " ${{ matrix.exclude }}"
53
64
OCA_ENABLE_CHECKLOG_ODOO : " 1"
54
65
steps :
55
66
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 95
95
additional_dependencies :
96
96
97
97
98
+
98
99
- repo : https://github.com/pre-commit/pre-commit-hooks
99
100
rev : v4.6.0
100
101
hooks :
Original file line number Diff line number Diff line change
1
+ var globals = require ( 'globals' ) ;
1
2
jsdoc = require ( "eslint-plugin-jsdoc" ) ;
2
3
3
4
const config = [ {
@@ -16,6 +17,7 @@ const config = [{
16
17
openerp : "readonly" ,
17
18
owl : "readonly" ,
18
19
luxon : "readonly" ,
20
+ ...globals . browser ,
19
21
} ,
20
22
21
23
ecmaVersion : 2024 ,
You can’t perform that action at this time.
0 commit comments