-
Notifications
You must be signed in to change notification settings - Fork 7.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOC] tours #11467
base: 18.0
Are you sure you want to change the base?
[DOC] tours #11467
Conversation
a553a90
to
377c4c3
Compare
377c4c3
to
95adf64
Compare
The main purpose of the onboarding tours is to guide the user. They can be started with the | ||
checkbox in the user menu that will run all the onboarding tours in their sequence order. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main purpose of the onboarding tours is to guide the user. They can be started with the | |
checkbox in the user menu that will run all the onboarding tours in their sequence order. | |
The main purpose of onboarding tours is to guide the user. They can be started using the | |
checkbox in the user menu to run all the onboarding tours in their sequence order. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are some fat images to commit on the repo; please compress them with pngquant
The main purpose of the onboarding tours is to guide the user. They can be started with the | ||
checkbox in the user menu that will run all the onboarding tours in their sequence order. | ||
|
||
.. image:: testing/tour_user_menu.png | ||
:align: center |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually I don't think that you need to add (and maintain) an image just for that:
The main purpose of the onboarding tours is to guide the user. They can be started with the | |
checkbox in the user menu that will run all the onboarding tours in their sequence order. | |
.. image:: testing/tour_user_menu.png | |
:align: center | |
The main purpose of the onboarding tours is to guide the user. They can all be started in their sequence order by toggling the :guilabel:`Onboarding` option in the user menu. |
├── static | ||
| └── src | ||
| └── js | ||
| └── tours | ||
| └── your_tour.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alternatively:
├── static | |
| └── src | |
| └── js | |
| └── tours | |
| └── your_tour.js | |
├── static/src/js/tours/your_tour.js |
The javascript part is the same as for the test tour. | ||
|
||
.. seealso:: | ||
- :ref:`testing/javascript/test` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The javascript part is the same as for the test tour. | |
.. seealso:: | |
- :ref:`testing/javascript/test` | |
The javascript part is the same as for ref:`the test tour <testing/javascript/test>`. |
Like said previously, you can activate the onboarding tour with the checkbox in user menu, | ||
but you can also run specific ones through the menu: ``Settings/Technical/User Interface/Tours``. | ||
In this view you'll get all the onboarding tours and you can execute them by clicking on `onboarding` or `testing`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With moving the intro here in mind:
Like said previously, you can activate the onboarding tour with the checkbox in user menu, | |
but you can also run specific ones through the menu: ``Settings/Technical/User Interface/Tours``. | |
In this view you'll get all the onboarding tours and you can execute them by clicking on `onboarding` or `testing`. | |
You can run specific onboarding tours by going to the :menuselection:`Settings --> Technical --> User Interface --> Tours` and clicking on :guilabel:`Onboarding` or :guilabel:`Testing`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that this explanation is straightforward, I think that the second image should be removed too.
You can also create tour easily with the tour recorder, that will popup by clicking on `Record` on the | ||
onboarding tours view. When started, this tool will record all your interactions in Odoo. | ||
|
||
The created tours are listed in the onboarding tours view as `custom`. these tours can also | ||
be exported to javascript file, ready to be put in your module. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can also create tour easily with the tour recorder, that will popup by clicking on `Record` on the | |
onboarding tours view. When started, this tool will record all your interactions in Odoo. | |
The created tours are listed in the onboarding tours view as `custom`. these tours can also | |
be exported to javascript file, ready to be put in your module. | |
You can also create tours easily with the tour recorder. To do so, click on :guilabel:`Record` on the | |
onboarding tours view. When started, this tool will record all your interactions in Odoo. | |
The created tours are flagged in the onboarding tours view as **Custom**. These tours can also | |
be exported to a javascript file, ready to be put in your module. |
there is a default value. If you do not want a rainbow_man effect, then specify | ||
the field and write nothing as value. | ||
|
||
Running onboarding tour |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Running onboarding tour | |
Running onboarding tours |
Run via browser | ||
*************** | ||
Run test tour via browser | ||
************************* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's fine as "Run via browser" considering it's a nested section.
the URL, then selecting **Start Tour** in the debug menu and picking a | ||
tour: | ||
|
||
.. image:: testing/tours.png |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the image as well.
No description provided.