[FIX] field name and add translation

This commit is contained in:
David Beal
2015-07-23 15:48:19 +02:00
parent 03d5ad5406
commit 0af08e75f1
8 changed files with 133 additions and 19 deletions

View File

@@ -14,7 +14,7 @@ openerp.help_popup = function(instance, local) {
$elem.data('click-init', true);
//alert('ee' + self.action)
console.log(self.action.id)
if (self.action.id == undefined || (self.action.custom_help == '' && self.action.owner_help == '')) {
if (self.action.id == undefined || (self.action.advanced_help == '' && self.action.enduser_help == '')) {
self.$el.find('span.view_help').hide()
}
$elem.on('click', function(e) {