Hello,
I've tried to inherit an owl JS class but it doesn't work. Is anyone know how to inherit it please?
class ActionMenus extends Component {...}
Best regards!
Hello,
I've tried to inherit an owl JS class but it doesn't work. Is anyone know how to inherit it please?
class ActionMenus extends Component {...}
Best regards!
Hi,
Can you try this code
odoo.define('custom_module.ActionMenus', function (require) {
"use strict";
const AbstractModel = require('web.AbstractModel');
const session = require('web.session');
const component = require('webb_model.Component');
const core = require('web.core');
const _t = core._t;
class ActionMenus extends component__load: function (params) { }}Regards
| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|
0
1月 21
|
10991 | |||
|
2
10月 21
|
7281 | |||
|
1
11月 25
|
1425 | |||
|
0
8月 24
|
2237 | |||
|
1
8月 23
|
5880 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.