lp://staging/~wowas18/openobject-addons/trunk_scale_report_webkit
- Get this branch:
- bzr branch lp://staging/~wowas18/openobject-addons/trunk_scale_report_webkit
Branch merges
- OpenERP Core Team: Pending requested
-
Diff: 46 lines (+7/-0)3 files modifiedreport_webkit/header.py (+4/-0)
report_webkit/header_view.xml (+1/-0)
report_webkit/webkit_report.py (+2/-0)
Branch information
Recent revisions
- 8749. By Thibault Delavallée (OpenERP)
-
[MERGE] [IMP] User creation flow
Addons-side branch:
- mail_mail.send() and email_template.send() are now able to get the ir_mail_server exceptions up using a new argument (raise_exception, as for access rights); default behavior of all calls to those methods is not changed;
- auth_signup
-- handles the (re)set password email sending possible failure by cancelling the reset password values; having issues with the outgoing email server should not prevent from creating users but should not consider the email was sent if it was not the case;
-- instead of having reset_password in context to send the reset password email, we now have a no_reset_password to avoid sending a reset password email. If not present, the reset password email is sent when creating a user. This allows to avoid adding the key in the context of each res.users many2one;
-- res.users form view (re)set password buttons now have the oe_link class - 8747. By Thibault Delavallée (OpenERP)
-
[MERGE] [IMP] Salesteam kanban view
- now displaying bar charts for open leads, won opportunities, invoiced and quoted for the last 5 months
- now displaying gauge charts for invoiced and forecast invoice amount for the current month
- improved search (fields/filters/ groupby) on sales teams Including :
- SparklineBarWidget widget: using sparkline widget, allows to display bar charts on a char field. The field value should be formatted like a list of objects (value, tooltip): (str) value='[{'value': 10, 'tooltip': 'my tooltip1'}, {..}, {..}]'.
- GaugeWidget widget: using JustGage widget, allows to display gauge chart on an int field. The max_field attribute allows to set the gauge maximum value.
- improved search on salesteam (responsible, code, note + filter 'My Salesteam' + groupbys (team leader, parent salesteam)Misc :
- small improvements of lead/opportunities form view
- moved several fields / filters in view into base.group_multi_salesteam s group - 8743. By Martin Trigaux (OpenERP)
-
[MERGE] [FIX] account: use the purchase or sale description for manual invoicing instead of product description, courtesy of Numérigraphe
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/openobject-addons