Hi all,
The document training (https://www.odoo.com/documentation/10.0/howtos/web.html) doesn't work with odoo, but works with openerp.
Origin:
odoo.oepetstore = function(instance, local) { ... }
To:
openerp.oepetstore = function(instance, local) { ... }
I think Odoo v10 still not yet updated? Or I miss some thing?