[ADD] Module help_online

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.
This commit is contained in:
Laurent Mignon
2014-09-19 08:38:06 +02:00
parent 79112e8b34
commit 8064eab318
16 changed files with 479 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
li.oe_help_online_not_found {
background-color: red;
}
.openerp .oe_view_manager .oe_view_manager_switch .oe_list_button_help_online:after {
font-size: 28px;
content: "?";
text-align: center;
margin: 3px auto 4px;
position: relative;
display: block;
}