Skip to content

Commit cd60da1

Browse files
committed
[FIX] dev/reference: Fix external reference
The tour utils were red and moved in Odoo (odoo/odoo#107618). X-original-commit: 1746c57
1 parent 507c4a0 commit cd60da1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

content/developer/reference/backend/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ Javascript
597597
#. Add any step you want.
598598

599599
Every step contains at least a trigger. You can either use the `predefined steps
600-
<{GITHUB_PATH}/addons/web_tour/static/src/js/tour_step_utils.js>`_ or write your own personalized
600+
<{GITHUB_PATH}/addons/web_tour/static/src/tour_service/tour_utils.js#L426>`_ or write your own personalized
601601
step.
602602

603603
Here are some example of steps:

locale/sources/developer.pot

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9756,7 +9756,13 @@ msgid "Add any step you want."
97569756
msgstr ""
97579757

97589758
#: ../../content/developer/reference/backend/testing.rst:599
9759+
<<<<<<< HEAD
97599760
msgid "Every step contains at least a trigger. You can either use the `predefined steps <https://github.com/odoo/odoo/blob/17.0/addons/web_tour/static/src/js/tour_step_utils.js>`_ or write your own personalized step."
9761+
||||||| parent of 986e3f9c7 (temp)
9762+
msgid "Every step contains at least a trigger. You can either use the `predefined steps <https://github.com/odoo/odoo/blob/saas-16.1/addons/web_tour/static/src/js/tour_step_utils.js>`_ or write your own personalized step."
9763+
=======
9764+
msgid "Every step contains at least a trigger. You can either use the `predefined steps <https://github.com/odoo/odoo/blob/saas-16.3/addons/web_tour/static/src/tour_service/tour_utils.js#L426>`_ or write your own personalized step."
9765+
>>>>>>> 986e3f9c7 (temp)
97609766
msgstr ""
97619767

97629768
#: ../../content/developer/reference/backend/testing.rst:603

0 commit comments

Comments
 (0)