Skip to content
Snippets Groups Projects
  1. May 27, 2014
  2. May 26, 2014
  3. May 23, 2014
  4. May 22, 2014
  5. May 21, 2014
  6. May 20, 2014
  7. May 19, 2014
    • Thibault Delavallée's avatar
      [FIX] orm: unlink: when unlinking a record, trigger the computing of · 066fb143
      Thibault Delavallée authored
      function fields for other records in the same model. Previously all function fields in the
      current model were not computed for some reason not provided by the history.
      
      We therefore compute effective store_ids on which the various trigerred
      function fields will be computed again. Those ids are the ids given
      in the store_get storage variable minus the deleted ones.
      066fb143
Loading