|
@ -14,6 +14,9 @@ openerp.help_contextual_popup = function(instance, local) { |
|
|
$elem.data('click-init', true); |
|
|
$elem.data('click-init', true); |
|
|
|
|
|
|
|
|
var help_html = ''; |
|
|
var help_html = ''; |
|
|
|
|
|
help_html += '<a href="http://localhost:8069/help" target="_blank" onclick="window.open(this.href,\'nom_Popup\',' |
|
|
|
|
|
help_html += '\'height=400 , width=400 , location=no , resizable=yes , scrollbars=no\');return false;">' |
|
|
|
|
|
help_html += '→ Exemple ←</a>' |
|
|
if (self.action.help) { |
|
|
if (self.action.help) { |
|
|
help_html += '<h3>Odoo Help</h3>' |
|
|
help_html += '<h3>Odoo Help</h3>' |
|
|
help_html += '<div id="erp_help">' + self.action.help + '</div>'; |
|
|
help_html += '<div id="erp_help">' + self.action.help + '</div>'; |
|
|