Skip to content
Snippets Groups Projects
  1. Jun 11, 2019
  2. Jun 06, 2019
    • Lucas Lefèvre's avatar
      [FIX] test_assetsbundle: Properly unpatch ir.attachment · 6b937382
      Lucas Lefèvre authored
      
      `_patch_method` and `_revert_method` do not work properly.
      This commit fixes a test which patches `create` and `unlink`
      of `ir.attachment`.
      The methods are not correctly unpatched.
      
      One consequence:
      if a module is installed after this test is executed and
      the new module overrides `create` and `unlink`, the overritten
      methods are never called.
      
      closes odoo/odoo#33952
      
      Signed-off-by: default avatarRaphael Collet (rco) <rco@openerp.com>
      6b937382
  3. Jun 09, 2019
  4. Jun 07, 2019
    • Lucas Lefèvre's avatar
      [FIX] hr_holidays: Fix out of office message default value · 12ace54a
      Lucas Lefèvre authored
      
      If a user has an ooom in his Preferences, it should be
      used as the default value for a leave ooom.
      
      closes odoo/odoo#33890
      
      Signed-off-by: default avatarRomain Libert (rli) <rli@odoo.com>
      12ace54a
    • Lucas Lefèvre's avatar
      [FIX] hr_holidays: Fix out of office message edition · 8dff37f3
      Lucas Lefèvre authored
      Purpose
      =======
      Currently, the ooom field is editable in the leave view but an ir.rule
      prevents the employee to save as soon as the leave is approved.
      
      Specification
      =============
      An employee should be able to edit the out of office message
      even if the leave is already approved.
      8dff37f3
    • Cédric Snauwaert's avatar
      [FIX] account: remove the warning in reconciliation widget for to_check · cc6cc7ae
      Cédric Snauwaert authored
      
      The goal of the to_check checkbox in the reconciliation widget is to set the to_check field present on the move that will be created. However since the UI is not perfect, the to_check checkbox was added on the wizard when we create a new line in the widget, which cause the following problem: what if we select to_check on line1 and then deselect it on line2, previously it was not possible to do this, a warning was thrown to tell the user that he had some line with to_check set and some other not. A better way to do this, and more user friendly is by preventing the user from deselecting the checkbox if some other line has the to_check value set.
      
      closes odoo/odoo#33956
      
      Signed-off-by: default avatarCedric Snauwaert (csn) <csn@openerp.com>
      cc6cc7ae
  5. Jun 06, 2019
  6. Jun 05, 2019
  7. May 22, 2019
  8. Jun 05, 2019
  9. Jun 04, 2019
  10. Jun 03, 2019
  11. Jun 02, 2019
  12. May 31, 2019
  13. May 29, 2019
  14. May 31, 2019
  15. May 29, 2019
  16. May 27, 2019
  17. May 29, 2019
  18. May 28, 2019
  19. May 29, 2019
Loading