trobz / openerp-web-unleashed

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

Are OpenERP widget supported in this kind of view ? #4

Closed njeudy closed 6 years ago

njeudy commented 10 years ago

One more questions :)

zazabe commented 10 years ago

HI,

For the dashboard project, I was able to reuse some basic OpenERP widgets in my code.

You can override some OpenERP widget methods to make them behave like a real Backbone view, it's work well for a DateTimeWidget for example, but I was not able to do the same for a many2one widget...

Actually I didn't try so much for many2one but I think you will have to dive deeply in OpenERP sources and override lot of things...

I'm interested if you can do it successfully :)