1. 15 Mar, 2016 3 commits
    • Cédric Le Ninivin's avatar
      5ce4af81
    • Jérome Perrin's avatar
      Item tracking and movements in started state · 505d155f
      Jérome Perrin authored
      After that change, when there is a movement from A to B in **started** state, `Item_getCurrentSiteValue` will consider that this movement has already reached B.
      
      Before this change, `Item_getCurrentSiteValue` was returning None, which somehow makes sense because started movement is in transit state, so the item has left A but not yet reached B, so it is in an unknown location.
      Low level current tracking list API ( getCurrentTrackingList ) does not return items for started movements.
      Honestly, I do not know if this is by design. (  anybody knows ? )
      
      I will work on adding missing tests, but please tell me if I am wrong in thinking it should return None.
      
      @gabriel @rafael @tb @tc do you remember why this change was introduced ? Maybe that behaviour of returning None should be only at the level of `Item_get*` scripts ? 
      
      /reviewed-on nexedi/erp5!70
      505d155f
    • Jérome Perrin's avatar
      Renderjs datetime field default to now · 7fe887d2
      Jérome Perrin authored
      Hey @romain, I noticed default to now was not implemented in renderjs ui.
      
      Here, I implemented it server side to be consistent with erp5_xhtml_style ui where default to now is in server time zone.
      
      /cc @gabriel 
      
      
      /reviewed-on nexedi/erp5!73
      7fe887d2
  2. 14 Mar, 2016 6 commits
  3. 11 Mar, 2016 3 commits
  4. 10 Mar, 2016 8 commits
  5. 09 Mar, 2016 7 commits
  6. 08 Mar, 2016 3 commits
  7. 07 Mar, 2016 10 commits