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. Jun 08, 2018
  3. Apr 18, 2018
  4. Oct 13, 2017
  5. Oct 12, 2017
  6. Oct 11, 2017
  7. Oct 09, 2017
  8. Oct 03, 2017
  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. May 13, 2016
  12. Sep 28, 2015
  13. Sep 11, 2015
  14. Dec 19, 2014
  15. Nov 28, 2014
    • Simon Lejeune's avatar
      [FIX] Packaging: RedHat: dependencies management · 56b61da1
      Simon Lejeune authored
      PyChart is now in the EPEL repo so we now list it as required in
      setup.cfg. The other mandatory lib not provided by EPEL are
      pyPdf, vatnumber and pydot and are now installed by easy_install
      during the post install.
      56b61da1
    • Simon Lejeune's avatar
      [FIX] Packaging: RedHat: install in /usr and add systemd unit file · be96dd85
      Simon Lejeune authored
      By default, the package was installed in /usr/local/lib/python2.7 in CentOS7.
      It is problematic because most of other python packages are installed in /usr/lib
      and also because /usr/local/lib is not in the default PYTHONPATH. It's fixed by
      overriding the install script and forcing prefix to be /usr.
      
      Added a minimal systemd unitfile.
      Adapted tests accordingly.
      be96dd85
  16. Sep 29, 2014
  17. Sep 02, 2014
  18. Jun 23, 2014
  19. May 30, 2014
  20. May 29, 2014
    • Antony Lesuisse's avatar
      [IMP] repository cleanup · d4624fa8
      Antony Lesuisse authored
      - move packaging stuff to setup
      - remove historical stuff
      - remove oe, odoo-cmd-fme will be merged with the convered commands
      - add an odoo.py script to run odo and boostrap it
      - simplify README
      - prepare to move documentation to the github wiki
      d4624fa8
  21. Oct 06, 2011
  22. Sep 26, 2011
  23. Oct 19, 2010
  24. May 11, 2010
  25. Feb 13, 2009
  26. Feb 09, 2009
  27. Jan 23, 2009
  28. Dec 29, 2008
Loading