trobz / openerp-web-unleashed

Unleash your OpenERP web modules with Backbone and Marionette frameworks !
Other
33 stars 18 forks source link

Why other copies of Backbone and Underscore are included? #6

Closed alhashash closed 8 years ago

alhashash commented 9 years ago

The web module already loads these. Is it a version issue?

sbevnc commented 9 years ago

It's not a version issue. Backbone and Underscore are already included in OpenERP, but they are using old version. Unleashed include the latest version of these libraries in noConflict mode.

You can have a look at the documentation.

alhashash commented 9 years ago

Thanks a lot for the explanation. I missed that part in the documentation. I got confused as Odoo v8 uses the same Backbone version (1.1) and a later Underscore version (1.6 vs 1.5.2 in openerp-web-unleashed).

sbevnc commented 8 years ago

thank you for your feedback, we updated our source code.