This question has been flagged
1 Reply
2055 Views

Hi

i have a javascript file and it has options.registry['some_thing'] = options.Class.extend({.............}) in it

so i want to override this in another JS file(let's call it custom.js) but in console it rejects my custom.js file by logging Rejected Modules {custom.js}

is there a way to override this?

Avatar
Discard
Best Answer

Some examples in the OCA will help you.

github.com/OCA/web/

Avatar
Discard