跳至内容
菜单
此问题已终结
2859 查看
var MapView = View.extend({
template: 'MapView',
className: 'o_map_view',
view_type: 'map',
display_name: _lt('Map'),
icon: 'fa-map-o',
searchable: true,
init: function () {
console.log(arguments);
this._super.apply(this, arguments);
this.markers = [];
this.map = false;
this.shown = $.Deferred();
this.fields = this.fields_view.fields;
this.children_field = this.fields_view.field_parent;
},for example there are "arguments" and it has values in it. Where from it come? how it is being generated?
Thanks
形象
丢弃
相关帖文 回复 查看 活动
0
3月 15
6425
1
8月 25
2130
0
11月 23
1851
1
5月 20
11913
0
8月 19
4184