コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
7827 ビュー

what is the use of this._super() and this._super.apply(). can you give me the definition?

In which case, we can use this._super() and this._super.apply().

what is the difference between include() and extend() odoo javascript?

アバター
破棄
最善の回答

Hi, I can tell you the difference between include and extend.

Include, is for modify an existing widget

Exclude, is for create a new widget  inheriting from the older one.

Include is like use _inherit in odoo python code for modify a model

Exclude is like use _inherit and _name  for create a new model inheriting from the older one.

アバター
破棄
関連投稿 返信 ビュー 活動
1
12月 18
8880
2
2月 18
4593
0
10月 17
5077
4
10月 17
4482
0
6月 24
996