File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,8 @@ flake8:
90
90
91
91
tests:ubuntu:18.04 :
92
92
image : ubuntu:18.04
93
+ variables :
94
+ ODOO_INSTALL_NODE_VERSION : " 16.15.1"
93
95
<< : *tests-definition
94
96
95
97
tests:ubuntu:20.04 :
Original file line number Diff line number Diff line change 6
6
7
7
- Automatic replace of ` @t-raw ` to ` @t-out ` in ` .xml ` files during forwardport
8
8
- Added separate command for automatic module migrate ` odoo-helper ci auto-migrate-modules `
9
- that will try to automarically migrate module code to current odoo version.
9
+ that will try to automatically migrate module code to current odoo version.
10
10
Currently it can do only simple * find-and-replace* via regex.
11
11
- Added ability to run migration tests with single command, by adding new
12
12
options to ` odoo-helper test ` command:
You can’t perform that action at this time.
0 commit comments