trobz / openerp-web-unleashed

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

Is it possible to use unleashed view from kaban view ? #3

Closed njeudy closed 6 years ago

njeudy commented 10 years ago

I want to create a simple unleashed made view :) for project.project model.

I want to use kaban view from openERP and when clicking on it fire my new view ? I only need to use action for this ?

Can you give me a working example if possible ?

zazabe commented 10 years ago

Hi,

I think it's easier to put a web unleashed view in existing openerp views than the opposite but i don't have so much experience for now...

Unleashed view are Marionette view at the end, and you can easily do a new FooView() somewhere, but on the other side, doing a new NativeOpenERPView() seems much more harder, because OpenERP views are instantiated in a very specific context and have lot of dependencies on the OpenERP ViewManager...

Has for ticket #1, it's something we are working on, so some update should be available soon on this ;)