TIP: You can type at any time to perform a new search.
Tours
web_tour · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.0
- Category
- Hidden
- Folder size
- 0.75 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- None
- Last tracking update
- 2026-08-15 22:44:20
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Xavier Morel, Thibault Delavallée, Odoo Translation Bot, Aaron Bohy, Géry Debongnie, Lucas Perais (lpe), qsm-odoo, Christophe Monniez, Julien Castiaux, Romeo Fragomeli, Julien Mougenot, Achraf (abz), Tiffany Chang (tic), Gorash, Mathieu Duckerts-Antoine, Pierre Paridans, luvi, David Monnom (moda), Louis Wicket (wil), Victor Piryns (pivi), Dylan Kiss (dyki), FrancoisGe, Zelong Lin, Bruno Boi (boi), Chrysanthe (chgo), sabr, Pierre Pulinckx (PIPU), Pierre Pulinckx, Bastien PIERRE, Michaël Mattiello, Krzysztof Magusiak (krma), Alice Gaudon, Traina Ludo
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- base_menu_visibility_restriction, crm, hr_expense, hr_recruitment, mail, mass_mailing, project, survey, test_http, test_main_flows, test_orm, web_responsive
- Description
Odoo Web tours. ========================
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
tour_form |
web_tour.tour | form | New | |
tour_list |
web_tour.tour | list | New | |
tour_search |
tour.search | web_tour.tour | search | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (0)
No new fields.
Public methods (1)-
session_info(self)
New fields (1)
-
tour_enabledBooleancompute='_compute_tour_enabled'readonly=Falsestore=Truestring='Onboarding'
-
switch_tour_enabled(self, val)@api.model
New fields (8)
-
customBooleanstring='Custom' -
nameCharrequired=True -
rainbow_man_messageHtmldefault='<b>Good job!</b> You went through all steps of this tour.'translate=True -
sequenceIntegerdefault=1000 -
sharing_urlCharcompute='_compute_sharing_url'string='Sharing URL' -
step_idsOne2many → web_tour.tour.stepargs: 'web_tour.tour.step', 'tour_id' -
urlChardefault='/odoo'string='Starting URL' -
user_consumed_idsMany2many → res.usersargs: 'res.users'
-
consume(self, tourName)@api.model -
export_js_file(self) -
get_current_tour(self)@api.model -
get_tour_json_by_name(self, tour_name)@api.model
New fields (6)
-
contentChar -
runChar -
sequenceInteger -
tooltip_positionSelectiondefault='bottom'selection=[['bottom', 'Bottom'], ['top', 'Top'], ['right', 'Right'], ['left', 'left']] -
tour_idMany2one → web_tour.tourindex=Trueondelete='cascade'required=True args: 'web_tour.tour' -
triggerCharrequired=True
-
get_steps_json(self)
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…