Skip to Content
Menu
This question has been flagged
1 Reply
1966 Views

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



Avatar
Discard
Best Answer

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

Avatar
Discard
Related Posts Replies Views Activity
4
May 25
2009
2
May 25
5305
1
Mar 25
1271
4
Mar 25
4045
3
Feb 25
4904