mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-24 09:28:42 -06:00
[FIX] js != py
This commit is contained in:
parent
9d806543e7
commit
28592d9b74
@ -188,7 +188,7 @@ openerp.attachment_preview = function(instance)
|
|||||||
preview_text: _t('Preview'),
|
preview_text: _t('Preview'),
|
||||||
preview_model: options.model,
|
preview_model: options.model,
|
||||||
preview_field: this.id,
|
preview_field: this.id,
|
||||||
preview_filename: this.filename or '',
|
preview_filename: this.filename || '',
|
||||||
});
|
});
|
||||||
return link;
|
return link;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user