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

odoo.define('account_online_sync.acc_config_widget', function(require) {

"use strict";


var core = require('web.core');

var framework = require('web.framework');

var AbstractAction = require('web.AbstractAction');


var QWeb = core.qweb;


var OnlineSyncAccountInstitutionSelector = AbstractAction.extend({

    template: 'OnlineSyncSearchBank',

    init: function(parent, context) {}})


where do i find abstractaction, qweb in odoo17, I used qweb to render element inside the owl file



アバター
破棄
最善の回答

You can search it in odoo-server repository and look for any example on not only how to import AbstractAction, but also how to import anything


I suggest you search in your local. Not in github since it's faster to lookup in local than in website

アバター
破棄
関連投稿 返信 ビュー 活動
4
5月 25
2127
2
5月 25
5470
1
3月 25
1371
4
3月 25
4153
3
2月 25
5087