← Back to team overview

openerp-india team mailing list archive

[Bug 1089980] Re: V 7.0 Create DashBoard Error

 

Addind more info, my first impression was a mistake, i did checking more
details in views :

The customized view are .

1. Work :

<form string="My Dashboard" version="7.0">
                    <board style="2-1">
                        <column>
                        <action context="{'lang': 'en_US', 'tz': 'Chile/Continental', 'uid': 1, 'dashboard_merge_domains_contexts': False}" domain="[]" name="535" string="mrp.production.order" view_mode="list" /></column>
                    </board>
                </form>

2. Not Work :

<form string="Control" version="7.0">
            <board style="2-1">
                <column><action context="{'lang': 'en_US', 'tz': 'Chile/Continental', 'uid': 1, 'dashboard_merge_domains_contexts': False}" domain="['|', '|', ['state', '=', 'confirmed'], ['state', '=', 'ready'], ['state', '=', 'in_production']]" name="535" string="mrp.production.order" view_mode="list" /></column>
                <column />
            </board>
            </form>

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1089980

Title:
  V 7.0 Create DashBoard  Error

Status in OpenERP Addons (modules):
  New

Bug description:
  I did the follow step .

  1. Create  a new Dashboad    named : Control
  2. Select  a menu Manufacturing  with mpr.production.order with filter not = done 

  When select Control Dashboard

  if there are +1 elements work fine, but if elements or lines <= 1
  return this message

  TypeError: second argument to Function.prototype.apply must be an
  array

  http://localhost:8069/web/webclient/js?mods=base,web_kanban,base_setup,process,board,mail,email_template,edi,account,account_voucher,sale,account_analytic_analysis,hr,hr_attendance,base_import,stock,purchase,mrp,web_view_editor,web_calendar,web_diagram,point_of_sale,web_gantt,account_accountant,base_calendar,crm,web_graph,web_tests:73

  Regards
  Luis

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


References