mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
This module allows the creation of an online help available from the lists and forms in Odoo. When loading a view, the module generates a button allowing access to an help page for the related model if the page exists and the user is member of the group 'Help reader'. If the page doesn't exist and the user is member of the group 'Help writer', the module generate a button allowing the creation an help page. The help pages are created and managed via the website Module.
17 lines
920 B
HTML
17 lines
920 B
HTML
<div class="document">
|
|
<div class="section" id="help-online">
|
|
<h1>Help Online</h1>
|
|
<p>This module allows the creation of an online help available from the lists and forms in Odoo.</p>
|
|
<p>When loading a view, the module generates a button allowing access to an help
|
|
page for the related model if the page exists and the user is member of the
|
|
group 'Help reader'.</p>
|
|
<img alt="help_online_view_page.png" src="help_online_view_page.png" width="80%" height="80%"/>
|
|
<p>If the page doesn't exist and the user is member of
|
|
the group 'Help writer', the module generate a button allowing the creation an
|
|
help page.</p>
|
|
<img alt="help_online_create_page.png" src="help_online_create_page.png" width="80%" height="80%"/>
|
|
<p>The help pages are created and managed via the website Module.</p>
|
|
<br/>
|
|
</div>
|
|
</div>
|