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
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ| Related Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
|---|---|---|---|---|
|
0
ม.ค. 21
|
11035 | |||
|
2
ต.ค. 21
|
7365 | |||
|
1
พ.ย. 25
|
1440 | |||
|
0
ส.ค. 24
|
2262 | |||
|
1
ส.ค. 23
|
5914 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.