I am working on an add-on for Odoo. For that, I want to get the Odoo version add-on is running.
I found a way to find the running Odoo version with Python.
Eg :
version = odoo.release.version
How can I get the Odoo version on a JavaScript add-on file?