1. 01 Apr, 2024 37 commits
  2. 29 Mar, 2024 1 commit
  3. 27 Mar, 2024 2 commits
    • Jérome Perrin's avatar
      ERP5Form,Formulator: make widget a new style class · 19837e1d
      Jérome Perrin authored
      This makes consistent method resolution order with python3 and reveal a
      problem that relation field widgets render_pdf was not the expected one
      on python3, solve this by defining explicitly the method.
      19837e1d
    • Jérome Perrin's avatar
      accounting: fix test_roundDebitCredit_raises_if_big_difference · 871b1de4
      Jérome Perrin authored
      roundDebitCredit does not raise in case of big difference since
      696bc0d2 (2009-02-06 yo * Stop raising an exception, even if the
      credit is not equal to the debit in a built delivery, in the post
      processing script, because the builder may not blindly adopt prevision
      when updating existing lines, thus it can be unbalanced., 2009-02-06)
      
      This assertRaises syntax does nothing on python2 and was an error on
      python2. Update the test to test the actual behavior
      871b1de4