mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] js syntax
This commit is contained in:
@@ -33,7 +33,7 @@ openerp.web_advanced_search_x2x = function(instance)
|
||||
.on('change', this.proxy('operator_changed'));
|
||||
return this._super.apply(this, arguments);
|
||||
},
|
||||
get_field_desc()
|
||||
get_field_desc: function()
|
||||
{
|
||||
return this.field;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user