Skip to content
Snippets Groups Projects
  1. Sep 09, 2021
  2. Oct 14, 2019
  3. Oct 09, 2018
    • Adrian Torres's avatar
      [REM] packaging: drop PyYAML dependency · a277bfb4
      Adrian Torres authored
      Commit cf853a78 removed all yml tests
      and the yml import engine from Odoo forever, however PyYAML remains a
      dependency even though it's not used anymore.
      
      This commit removes any reference to this lib that could be found.
      
      closes odoo/odoo#27563
      a277bfb4
  4. Jul 18, 2018
  5. Apr 24, 2018
  6. Apr 18, 2018
  7. Oct 12, 2017
    • Christophe Monniez's avatar
      [IMP] packaging: remove some packages dependencies · 347acbb4
      Christophe Monniez authored
      On Ubuntu Xenian, the Odoo package was difficult to install because
      three Debian packages were required but could not be found in Ubuntu
      repositories. As those packages are not really crucial, they are
      now only suggegsted by the Debian package which is therefore
      installable on Ubuntu Xenial. One can manually install them as
      explained in the documentation.
      
      Closes #20000
      347acbb4
    • Christophe Monniez's avatar
      [REM] remove any openid reference · fc76b1d5
      Christophe Monniez authored
      Purpose: openid is not used anymore in Odoo, therefore it can be
      safely removed.
      fc76b1d5
  8. Oct 03, 2017
  9. May 26, 2017
  10. Oct 24, 2016
  11. Sep 30, 2016
  12. Jun 10, 2016
    • Simon Lejeune's avatar
      [REF] ir_qweb: less webasset: compress output instead of minifying it · 123e51f4
      Simon Lejeune authored
      * Remove dependency on less-plugin-clean-css which distribution
        packages are broken on debian stretch and derivated.
      * Updated documentation.
      * Lessc provides a `--compress` argument that could solve this issue.
        According to the documentation at http://lesscss.org/usage/: "[...]
        Compress using less built-in compression. This does an okay job but
        does not utilise all the tricks of dedicated css compression[...]"
        However, using this argument works on lessc 2.5.3 but not on 1.4.2
        (`--compress` arg is present but seems to be break some rules
        i haven't been able to put my finger on).
      * Finally, use the minification of the StylesheetAsset that takes care
        of removing the spaces, the comments and the sourcemap with regexes.
      
      fixes issue #9113
      123e51f4
  13. Dec 01, 2015
  14. Nov 26, 2015
  15. Nov 10, 2015
  16. Sep 28, 2015
  17. Sep 11, 2015
  18. Sep 08, 2015
  19. Jul 31, 2015
  20. Jul 14, 2015
  21. Jan 23, 2015
    • Aaron Bohy's avatar
      [FIX] Packaging: Debian: lintian errors and warnings · b3aca1d8
      Aaron Bohy authored
      - control:
      	- duplicated Section entry removed
      	- X-Python-Version added
      	- Uploaders added
      - init:
      	- set odoo.py as deamon instead of openerp-server
      	- source /lib/lsb/init-functions to fix Debian lintian warning
      	  init.d-script-does-not-source-init-functions
      - copyright: machine-readable (dep5) copyright
      b3aca1d8
  22. Jan 05, 2015
  23. Dec 19, 2014
  24. Sep 18, 2014
  25. Sep 02, 2014
  26. Jul 02, 2014
  27. Jun 23, 2014
  28. Jun 19, 2014
  29. May 29, 2014
  30. Mar 27, 2014
  31. Feb 14, 2014
  32. Oct 15, 2013
  33. Feb 21, 2013
  34. Feb 14, 2013
  35. Dec 17, 2012
  36. Dec 10, 2012
  37. Dec 09, 2012
Loading