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!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
يناير 21
|
8722 | ||
|
2
أكتوبر 21
|
5430 | ||
|
0
أغسطس 24
|
923 | ||
|
1
أغسطس 23
|
3682 | ||
|
0
أكتوبر 22
|
571 |