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
Create an account today to enjoy exclusive features and engage with our awesome community!
साइन अप करें| Related Posts | Replies | डेटा देखने का तरीका | ऐक्टिविटी | |
|---|---|---|---|---|
|
0
जन॰ 21
|
11063 | |||
|
2
अक्तू॰ 21
|
7383 | |||
|
1
नव॰ 25
|
1495 | |||
|
0
अग॰ 24
|
2292 | |||
|
1
अग॰ 23
|
5993 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.