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
此問題已被標幟
4569
瀏覽次數
| 相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
|---|---|---|---|---|
|
|
0
3月 15
|
9032 | ||
|
|
1
8月 25
|
3847 | ||
|
|
0
11月 23
|
3501 | ||
|
|
1
5月 20
|
14388 | ||
|
|
0
8月 19
|
5731 |