Skip to content
Snippets Groups Projects
  1. Sep 03, 2023
  2. Jul 02, 2023
  3. Jun 11, 2023
  4. May 28, 2023
  5. Apr 30, 2023
  6. Apr 23, 2023
  7. Apr 09, 2023
  8. Mar 20, 2023
    • Andrew Gavgavian's avatar
      [FIX] various: change domain on aml for move_id.state queries · 2924969d
      Andrew Gavgavian authored
      
      `Account.move.line` contains a stored related field called `parent_state` which relates to `move_id.state`. This allows for performance improvements by accessing that instead of `move_id.state`.
      
      However, across odoo and enterprise `account.move.line` is domained against `move_id.state`.
      
      This can produce an unnecessary left join on SQL queries for reports or other queries when instead it could use the stored field directly.
      
      To accomplish this fix, we adjust domains to refer to 'parent_state' instead of `move_id.state`
      
      While this PR will adjust multiple modules to fix this domain, it should improve SQL queries over large tables when a left join is no-longer necessary.
      
      opw-3178866
      
      closes odoo/odoo#114730
      
      Related: odoo/enterprise#37939
      Signed-off-by: default avatarWilliam André (wan) <wan@odoo.com>
      2924969d
  9. Mar 19, 2023
  10. Feb 26, 2023
  11. Feb 19, 2023
  12. Jan 08, 2023
  13. Dec 11, 2022
  14. Aug 07, 2022
  15. Apr 03, 2022
  16. Feb 27, 2022
  17. Feb 25, 2022
  18. Feb 15, 2022
  19. Dec 19, 2021
  20. Nov 07, 2021
  21. Oct 24, 2021
  22. Oct 03, 2021
  23. Sep 05, 2021
  24. Aug 24, 2021
  25. Jul 26, 2021
    • Xavier-Do's avatar
      [FIX] *: add explicit license to all manifest · 4f683968
      Xavier-Do authored
      
      The license is missing in most enterprise manifest so
      the decision was taken to make it explicit in all cases.
      When not defined, a warning will be triggered starting from
      14.0 when falling back on the default LGPL-3.
      
      closes odoo/odoo#74231
      
      Related: odoo/enterprise#19850
      Related: odoo/design-themes#43
      Signed-off-by: default avatarXavier Dollé (xdo) <xdo@odoo.com>
      4f683968
  26. Jul 25, 2021
  27. Jul 18, 2021
  28. Jul 11, 2021
  29. Jun 27, 2021
  30. Jun 20, 2021
  31. Jun 06, 2021
  32. May 30, 2021
  33. Apr 25, 2021
  34. Mar 28, 2021
  35. Mar 07, 2021
  36. Mar 04, 2021
  37. Feb 26, 2021
  38. Feb 28, 2021
  39. Feb 21, 2021
  40. Feb 14, 2021
Loading