Skip to content
Snippets Groups Projects
  1. Apr 18, 2018
  2. Jan 16, 2018
  3. 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
  4. Oct 09, 2017
  5. Oct 03, 2017
  6. May 26, 2017
  7. Oct 24, 2016
  8. Sep 30, 2016
    • Simon Lejeune's avatar
      [REF] packaging: renamed configuration files · c59eb4ff
      Simon Lejeune authored
      no fallbacks were implemented to `openerp-server.conf`.
      c59eb4ff
    • Simon Lejeune's avatar
      [REF] cli: renamed openerp-server to odoo-bin · ed8f0c83
      Simon Lejeune authored
      The use of an entry point was considered in order to provide
      an `odoo` command in the path for the packages users, but the
      generated entry point will first check that all the things in
      install_requires were provided in a not bright way: it'll check
      that it matches a distribution name. This does not work because
      python-chart does not have the distrubtion name "pychart" which
      is provided by the python-pychart package in debian jessie. Same
      for suds-jurko which is provided by python-suds in debian stretch
      but does not have the distribution name "suds".
      
      Also, adapted the  packages tests to these cli changes.
      ed8f0c83
    • Simon Lejeune's avatar
      [REF] packaging: debian: remove unneeded recommanded dependencies · bc04ec94
      Simon Lejeune authored
      They were there since long time but to allow some obscure test
      to run. As they don't bring anything let's just drop them.
      bc04ec94
    • Simon Lejeune's avatar
      [REF] packaging: openerp has been renamed odoo · eb501081
      Simon Lejeune authored
      Fix the various place when the rename of the git root directory
      broke the packaging script. Also, we can now name the library
      "odoo".
      eb501081
  9. Aug 26, 2016
    • Simon Lejeune's avatar
      [FIX] packaging: Backport of efe37469 to 8.0 · c55c15ae
      Simon Lejeune authored
      [FIX] packaging: debian: update-python-module is no more
      
      The command is not installed by default. It was available in the
      python-support library which we didn't depend on and now this library
      is no more in debian jessie/ubuntu xenial.
      
      Backported for #13302
      c55c15ae
  10. Jun 10, 2016
    • Simon Lejeune's avatar
      [FIX] packaging: debian: update-python-module is no more · efe37469
      Simon Lejeune authored
      The command is not installed by default. It was available in the
      python-support library which we didn't depend on and now this library
      is no more in debian jessie/ubuntu xenial.
      
      fixes #11785
      efe37469
    • 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. Jun 02, 2015
  20. 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
  21. Jan 08, 2015
  22. Jan 05, 2015
  23. Dec 24, 2014
  24. Dec 19, 2014
  25. Dec 15, 2014
  26. Nov 10, 2014
  27. Oct 30, 2014
  28. Sep 18, 2014
  29. Sep 04, 2014
  30. Sep 02, 2014
  31. Jul 02, 2014
Loading