Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2785 Zobrazení
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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
bře 15
6315
1
úno 24
1883
0
lis 23
1768
1
kvě 20
11692
0
srp 19
4069