← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 694863] Re: [6.0] purchase dashboard - unsorted month - legend

 

@RGA:
  
      'month':fields.selection([('01','January'), ('02','February'), ('03','March'), ('04','April'), ('05','May'), ('06','June'),
                          ('07','July'), ('08','August'), ('09','September'), ('10','October'), ('11','November'), ('12','December')],'Month',readonly=True),

AFICS the x- axis is not sorted neither by the internal value 01, ...,
12 nor by the month name

I suspect it's sorted by id which are defined as min(id) and hence sort of random.
we propably need a special view for grouping by month.

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

Title:
  [6.0] purchase dashboard - unsorted month - legend

Status in OpenObject GTK Client:
  Confirmed
Status in OpenObject Web Client:
  Confirmed

Bug description:
  months must be sorted

legend should be identical for GTK and WEB
i personally prefer the "long" version, although it consumes more space





References