Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
2253 Zobrazení

(function() { 

   'use strict';
    var website = odoo.website;
    website.odoo_website = {};
    website.snippet.options.snippet_testimonial_options = website.snippet.Option.extend({ 

       on_focus: function() {

                      alert("On focus!");
        }   

})})();

Avatar
Zrušit
Nejlepší odpověď

hi,

Try var website = require("website.website");

cheers :)

Avatar
Zrušit