Skip to content
Snippets Groups Projects
  1. Sep 24, 2023
  2. Sep 17, 2023
  3. Sep 10, 2023
  4. Sep 03, 2023
  5. Aug 30, 2023
    • Louis Wicket (wil)'s avatar
      [I18N] bg.po: properly translate New · 73512e95
      Louis Wicket (wil) authored
      
      For some reason, “New” has been translated as “Nieuw” in Bulgarian, but
      this is not Bulgarian, this is Dutch.
      
      This commit replaces all occurrences of “Nieuw” with “Нов”, which is the
      correct translation for “New” in Bulgarian.
      
      closes odoo/odoo#133582
      
      Related: odoo/enterprise#46542
      Signed-off-by: default avatarLouis Wicket (wil) <wil@odoo.com>
      73512e95
  6. Aug 27, 2023
  7. Aug 23, 2023
  8. Aug 20, 2023
  9. Aug 13, 2023
  10. Aug 06, 2023
  11. Aug 01, 2023
    • hupo-odoo's avatar
      [FIX] account: auto post valid invoices · 5a7fa16c
      hupo-odoo authored
      
      Previously, when account moves were set to auto post, and the cron was triggered to post them, if a single invoice triggered a UserError, none of them were posted (User error might be for example missing required field to post, archived journal, inactive currency, ...). This commit enables to post all valid invoices. The invoices that could not be posted are now visible on the accounting dashboard on their respective journal card with the 'to check' attribute, and a note is written on the chatter of the problematic invoices, describing the reason why the move could not be posted.
      
      For performance reasons, we lowered the number of moves that can be posted in a single batch. This way, if a move among a batch cannot be posted, all moves of this batch must be handled one by one. Doing batch of 100 is already the case in 16.0
      
      task-3244310
      
      closes odoo/odoo#128420
      
      Signed-off-by: default avatarJohn Laterre (jol) <jol@odoo.com>
      5a7fa16c
  12. Jul 30, 2023
  13. Jul 23, 2023
  14. Jul 16, 2023
  15. Jul 09, 2023
  16. Jul 02, 2023
  17. Jun 25, 2023
  18. Jun 18, 2023
  19. Jun 11, 2023
  20. Jun 04, 2023
  21. May 28, 2023
  22. May 21, 2023
  23. May 14, 2023
  24. May 07, 2023
  25. Apr 30, 2023
  26. Apr 23, 2023
  27. Apr 16, 2023
  28. Apr 09, 2023
  29. Mar 26, 2023
  30. Mar 19, 2023
  31. Mar 12, 2023
  32. Mar 05, 2023
  33. Feb 26, 2023
  34. Feb 19, 2023
  35. Feb 17, 2023
    • Ricardo Gomes Rodrigues (rigr)'s avatar
      [FIX] account: add account move's name into the fields used by the hash · 1dcd071b
      Ricardo Gomes Rodrigues (rigr) authored
      
      Currently, it is possible to resequence account moves which are hashed.
      This should not be the case. Therefore, we are adding the name of the
      move into the list of hashed fields.
      
      However, since we are changing the hashing algorithm by including a new
      field in its computation, we must add a versioning system to make sure
      we don't break the integrity (data inalterability) report.
      
      In practice, this means that prior to this commit, all hashed moves used
      the fields of v1, and moves after this commit will use v2 (which adds
      the name into the list of hashed fields). Thus, whenever we generate
      the integrity report, we will run the v1 algorithm, and if it a
      potential corrupted move is found, we will switch to v2 and check again.
      If it also fails, this means the hash is indeed corrupted.
      
      task-id 3102481
      
      closes odoo/odoo#112320
      
      Signed-off-by: default avatarWilliam André (wan) <wan@odoo.com>
      1dcd071b
  36. Feb 15, 2023
  37. Feb 13, 2023
  38. Feb 06, 2023
  39. Feb 05, 2023
  40. Jan 29, 2023
Loading