How do I create a kanban view in OpenERP?
The developer book doesn't seem to have any information on the new kanban view, and I didn't see anything useful in the OpenERP forum.
|
How do I create a kanban view in OpenERP? The developer book doesn't seem to have any information on the new kanban view, and I didn't see anything useful in the OpenERP forum. |
||||
|
|
|
Here, I m showing u the code that how to develop a kanban view in openerp for the kanban view u have to prepare 2 files 1st is your xml and 2nd se css file. CSS file is used for the formating of ur kanban view. So, I think it may be useful to u...
|
||||
|
|
|
Their is Doc on this, KANBAN view is created based on QWEB technology, developed by OF itself, you can see the the whole lib QWEB lib and under Doc Section you can see how you can define the qWeb QWEB Template, Now if you understand it then all you just need to do is out your web template under tag in view declaration, where other systex is same as generic view declaration :
Hope this will help you. Regards |
|||
|
|
|
I can't see any documentation for it yet, so the best you can do is look for examples in the addons project. Search all the XML files for
|
|||
|
|
|
Simply in xml file update this model="ir.actions.act_window" with view_mode like:
U will show all views with kanban. |
|||
|
|