Skip to content
Snippets Groups Projects
  1. Sep 02, 2016
    • Simon Lejeune's avatar
      [FIX] crm: merge partner wizard, traceback on close · a13c15fd
      Simon Lejeune authored
      In the merge partner wizard, there's a button in the footer which
      trigger the method `action_close`. This method is decorated by
      an api.multi and begins with an ensure_one() and if you click
      on close directly after opening the wizard, self.ensure_one
      fails.
      
      The thing is, `action_close` only return an ir.action.act_window_close
      action and there's a special attribue you can set in the form
      view button to make it return an ir.action.act_window_close directly.
      If we use this technique, then there's no traceback anymore. So this
      is the fix.
      a13c15fd
    • Christophe Simonis's avatar
  2. Sep 01, 2016
  3. Aug 31, 2016
    • qsm-odoo's avatar
      [FIX] web_editor: do not propagate event communication between · 404ed0f7
      qsm-odoo authored
      background and color snippet options
      
      The background and color snippet options communicate so that if a
      color is set while a background is already set, the backgrond is
      removed. The problem is that the event propagation was not stop
      so if a snippet had a background and one of its child set a color,
      the background was removed.
      404ed0f7
    • Yannick Tivisse's avatar
      [FIX] project: ir.model.access rules · a10fe123
      Yannick Tivisse authored
      2 rules were defined with the same id thus only one was loaded in
      database, resulting in missing read access on model
      'project.task.history.cumulative'.
      
      This patch fixes the ids of these rules and clarify their names
      a10fe123
    • Pierre Masereel's avatar
      [FIX] project: history cumulative bad compute inherit · 78f4cf0e
      Pierre Masereel authored
      When we were trying to delete a stage in project where there were
      some tasks, an error was raised because of the 'project.task.history.cumulative'
      records that inherit 'project.task.history' which have a compute method on
      on end_date.
      To fix this, we set the 'compute' attribute to 'None' and the readonly
      'attribute' to 'True'.
      78f4cf0e
  4. Aug 30, 2016
  5. Aug 29, 2016
  6. Aug 26, 2016
Loading