← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 880667] Re: kanban view is not working

 

Hello,

I have checked this issue and problem found on addons side because some
fields are used in kanban view but this fields not define in related
kanban view. So I move this bug to addons project

eg.:- I checked kanban view of product and then i found following code.
<t t-set="color" t-value="kanban_color(record.color.raw_value || record.type.raw_value)"/>
<t t-if="record.product_image.raw_value">
<div t-att-class="color + (record.color.raw_value == 1 ? ' oe_kanban_color_alert' : '')">
Here used  type, color, product_image... fields but not define before template tag. If any field used in kanban view then should be define in this field in view. like.
<kanban default_group_by="type">
     <field name="type"/>
     <field name="color"/>
     <field name="product_image"/>
     <templates>
     </templates>
</kanban>

Thanks,

** Project changed: openerp-web => openobject-addons

** Changed in: openobject-addons
       Status: In Progress => Confirmed

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/880667

Title:
  kanban view is not working

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  i can not load  the any kanban view.

  while clicking on the kanban buttons from product, no view display for product kanban.
  Customer,product,contacts etc..

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/880667/+subscriptions


References