Skip to content
Snippets Groups Projects
  1. Jan 29, 2019
    • Christophe Monniez's avatar
      [FIX] packaging: allow install on fedora29 · 7eec6b36
      Christophe Monniez authored
      Fedora 29 switched to python 3.7. It seems that there is no official
      way to build a RPM package that could works with 3.6 and 3.7.
      Building two different packages for each version could open the pandora
      box of packaging.
      
      With this commit an ugly hack is used: if python3.7 is found, the odoo
      directory is symlinked into its site-packages dir.
      
      fixes #30579
      
      closes odoo/odoo#30618
      7eec6b36
  2. Oct 13, 2017
  3. Oct 12, 2017
  4. Oct 11, 2017
  5. Oct 09, 2017
  6. Oct 03, 2017
  7. Sep 30, 2016
  8. 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
  9. May 13, 2016
  10. Sep 28, 2015
  11. Sep 11, 2015
  12. Dec 19, 2014
  13. 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
  14. Sep 29, 2014
  15. Sep 02, 2014
  16. Jun 23, 2014
  17. May 30, 2014
  18. 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
  19. Oct 06, 2011
  20. Sep 26, 2011
  21. Oct 19, 2010
  22. May 11, 2010
  23. Feb 13, 2009
  24. Feb 09, 2009
  25. Jan 23, 2009
  26. Dec 29, 2008
Loading