Skip to content
Snippets Groups Projects
  1. Jan 20, 2015
  2. Jan 19, 2015
  3. Jan 16, 2015
    • Denis Ledoux's avatar
      [IMP] res_lang: constraint for grouping field · 5959c416
      Denis Ledoux authored
      As entering a wrong value in the grouping field of res.lang,
      for instance '[,]', leads to an unavailability of the web interface,
      We add a constraint to prevent entering wrong values.
      5959c416
    • Martin Trigaux's avatar
      [FIX] base: keep first multiline translation in po file · 2f5a7b63
      Martin Trigaux authored
      The first term of a po file is a comment for translator e.g.:
      msgid ""
      msgstr ""
      "Project-Id-Version: openobject-addons\n"
      ...
      
      This comment is ignored if there is no source and it is the first term of the po
      file. The first flage was disabled too late and if the following terms also
      started with an empty source (for too long terms), they were skipped as well.
      
      Disable the flag as soon as the condition is evaluated to make sure no
      additional terms are ignored. opw 619786
      2f5a7b63
  4. Jan 15, 2015
  5. Jan 14, 2015
    • Xavier Morel's avatar
      [CHG] Fix task 7536 / PR #499 differently · 8c3d71cc
      Xavier Morel authored
      Issue was the propagation of contextual values across actions, more
      precisely conserving the selected fiscal year when selecting an account
      from the chart of accounts tree view: the chart of accounts tree view is
      generally opened for a specific fiscal year, and it seemed sensible that
      opening an account would show only the journal items for the previously
      selected fiscal years rather than all items ever.
      
      PR #649 altered action.read by tentatively evaluating the action's
      context, however this has the side-effect of providing evaluated
      contexts when creating or editing actions via the UI, usually breaking
      them in the process (as the context at this point is basically
      nonsensical for the action's purpose).
      
      This backs out the previous fix, and creates a fix restricted to the
      tree view's JS (thereby removing the feature for window actions not
      invoked from a tree view).
      
      closes #4677, closes #4690
      8c3d71cc
  6. Jan 13, 2015
  7. Jan 12, 2015
  8. Jan 09, 2015
  9. Jan 08, 2015
    • Martin Trigaux's avatar
      [FIX] base: translation of terms in inherited view · dd558c40
      Martin Trigaux authored
      If a view inherits from another with a different model (typically
      product.product view inherits from product.template view), the terms from
      the second view were not translated.
      Checking on the parent view in case of different model and look up the terms
      on this model.
      Fixes some of #1755, opw 621512
      dd558c40
  10. Jan 07, 2015
  11. Jan 06, 2015
  12. Jan 05, 2015
  13. Jan 02, 2015
  14. Dec 31, 2014
Loading