Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 18, 2018
  3. Apr 24, 2018
  4. Apr 18, 2018
  5. 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
  6. Oct 03, 2017
  7. May 26, 2017
  8. Oct 24, 2016
  9. Sep 30, 2016
  10. 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
  11. Dec 01, 2015
  12. Nov 26, 2015
  13. Nov 10, 2015
  14. Sep 28, 2015
  15. Sep 11, 2015
  16. Sep 08, 2015
  17. Jul 31, 2015
  18. Jul 14, 2015
  19. 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
  20. Jan 05, 2015
  21. Dec 19, 2014
  22. Sep 18, 2014
  23. Sep 02, 2014
  24. Jul 02, 2014
  25. Jun 23, 2014
  26. Jun 19, 2014
  27. May 29, 2014
  28. Mar 27, 2014
  29. Feb 14, 2014
  30. Oct 15, 2013
  31. Feb 21, 2013
  32. Feb 14, 2013
  33. Dec 17, 2012
  34. Dec 10, 2012
  35. Dec 09, 2012
  36. Sep 22, 2012
    • Antony Lesuisse's avatar
      fix deps · ac2ad9aa
      Antony Lesuisse authored
      bzr revid: al@openerp.com-20120922111033-jzxjr8fpm15a3510
      ac2ad9aa
  37. Sep 07, 2012
Loading