Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7752473
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T11:48:34+00:00 2026-06-01T11:48:34+00:00

How do I create a kanban view in OpenERP? The developer book doesn’t seem

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T11:48:35+00:00Added an answer on June 1, 2026 at 11:48 am

    Here is sample code showing how to develop a kanban view in OpenERP.

    For the kanban view you have to prepare 2 files: (1)xml file and (2) css file. The CSS file is used for the formating of the kanban view.

    <record model="ir.ui.view" id="resource_kanban_view">
        <field name="name">any name of ur  model</field>
        <field name="model">object.name</field>
        <field name="type">kanban</field>
        <field name="arch" type="xml">
            <kanban>
                <templates>
                    <t t-name="kanban-box">
                        <div class="oe_resource_vignette">
                            <div class="oe_resource_image">
                                <a type="edit"><img t-att-src="kanban_image('object.name', 'photo', record.id.value)" class="oe_resource_picture"/></a>
                            </div>
                            <div class="oe_resource_details">
                                <ul>
    <!--Here you have to write the object's field name which you want to display in kanban view -->
                                   <li><field name="name"/></li>
                                   <li><field name="author"/></li>
                                   <li><field name="description"/></li>
                                   <li><field name="available_copy"/> </li>                                   
                                 </ul>
                            </div>
                        </div>                       
                    </t>
                </templates>
            </kanban>
        </field>
    </record>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

create table ImagenesUsuario { idImagen int primary key not null IDENTITY } This doesn't
Create a new appdomain, setup the assemblyResolve handler and you always get an exception
CREATE OR REPLACE VIEW V_DIM_PrcProjectSppmse AS SELECT 'PROJECT' as Parent, 'PRJCATE_' || ListItemId as
Create one listview and add the item in listview like listview1.Items.Add(new ListViewItem(hello i am
Create default iPad split view based apps from template from xcode 4, then we
CREATE TABLE TEST_DATE(COL1 VARCHAR2(20),COL2 NUMBER,COL3_DATE DATE,COL4_DATE DATE) / create materialized view TEST_SYS REFRESH FORCE
CREATE MATERIALIZED VIEW ORDERS_MV BUILD IMMEDIATE REFRESH COMPLETE ON DEMAND AS SELECT * FROM
create view Com as select C.id, IF(A.agree = null) THEN 0 else A.agree end
CREATE VIEW View1 AS SELECT Col1, Col2, dbo.fn1(col2) as Col3 FROM TestTable /* --Instead
Create a new ASP.NET MVC Web Application Create an ASP.NET App_Code Folder Inside the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.