İçereği Atla
Menü
Bu soru işaretlendi
2771 Görünümler
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
Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
0
Mar 15
6294
1
Şub 24
1861
0
Kas 23
1753
1
May 20
11665
0
Ağu 19
4058