Skip to content
Snippets Groups Projects
  1. Mar 02, 2015
  2. Mar 01, 2015
  3. Feb 28, 2015
  4. Feb 27, 2015
  5. Feb 26, 2015
  6. Feb 25, 2015
  7. Feb 24, 2015
    • Jeremy Kersten's avatar
      [FIX] google_calendar: don't send mail from calendar when date has been changed. · 3050e35d
      Jeremy Kersten authored
      If a meeting has been changed in google, a mail has been already sent.
      3050e35d
    • Denis Ledoux's avatar
      [FIX] report: abstract reports default lang · 22606c89
      Denis Ledoux authored
      In ir_ui_view.py, in method render (line 132 atm),
      the values passed to the rendering engine is a merge of the context
      and the values.
      
      Therefore, if at this place, the language is rightly set in the context,
      the report lang will be as well in the values.
      
      In abstract_report.py, the values passed to the render method is the
      wrapped report localcontext in which are added some key/values
      (docs, doc_ids, doc_model).
      By default, the lang in the localcontext is False
      See __init__ method of rml_parse class in report_sxw.py.
      If setLang method is not called, the lang in the localcontext remains False.
      
      In this rev., we avoid to overwrite the lang from the context by the lang
      of the localcontext if this one is False, so the lang of the report is set
      with the current context lang.
      
      Forcing the lang of the report to False had as side-effect to prevent the
      editing of report using the website editor(e.g. playslip_report)
      
      opw-628720
      22606c89
Loading