Merge branch 'fix-typo-config' into 'main'

[FIX] Typo in config file

See merge request odoo-openupgrade-wizard/odoo-openupgrade-wizard!25
This commit is contained in:
Rémy Taymans 2023-01-11 11:41:34 +00:00
commit 0b5ff9ede1
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ workload_settings:
# Porting 120 lines of Python code costs 1 hour
port_per_python_line_time: 0.5
# Porting 120 lines of Python code costs 1 hour
# Porting 120 lines of Javascript code costs 1 hour
port_per_javascript_line_time: 0.5
# Porting 10 lines of XML costs 1 minute

View File

@ -51,7 +51,7 @@ workload_settings:
# Porting 120 lines of Python code costs 1 hour
port_per_python_line_time: 0.5
# Porting 120 lines of Python code costs 1 hour
# Porting 120 lines of Javascript code costs 1 hour
port_per_javascript_line_time: 0.5
# Porting 10 lines of XML costs 1 minute