Skip to content
Snippets Groups Projects
  1. Sep 14, 2017
    • Xavier Morel's avatar
      [FIX] P3: metadata update · 4a878fa4
      Xavier Morel authored
      * gitignore pycache folders (apparently appear for some)
      * update xlwt requirement: 1.1.2 does not work with Python 3.6, 1.2 should work, 1.3 officially supports it
      4a878fa4
  2. Aug 20, 2017
    • Olivier Dony's avatar
      [FIX] P3: more requirements.txt changes · 589c0d7e
      Olivier Dony authored
      - jcconv is not P3-ready and is only optional, for use on the POSBox
        firmware for Japanese charset support in some receipt printers
        (The POSBox firmware is still based on Odoo 8 + PY2 at this time)
      
      - wsgiref is built-in since Python 2.5, and the one on pypi does not work
        on Python 3.2+
      589c0d7e
  3. Jun 16, 2017
  4. May 30, 2017
  5. May 15, 2017
    • Xavier Morel's avatar
      [REM] P3: outdated html2text vendoring · 67c17cb3
      Xavier Morel authored
      The vendored html2text is *really* old and absolutely not
      P3-compatible.
      
      There is a maintained version on Pypy which is, so use that and stop
      vendoring html2text.
      67c17cb3
  6. May 12, 2017
  7. May 08, 2017
    • Laurent Smet's avatar
      [REM] odoo/report: remove deprecated stuff · 3425752e
      Laurent Smet authored
      - RML Reports
      - Webkit Reports (most part already removed by 13b9982c)
      - LocalService in netsvc.py
      - rename attributes like rml_% to report_%
      - rename ir.actions.report.xml to ir.actions.report
      - allow rendering directly on an ir.actions.report by calling render method
      - remove 'controller' report_type
      - remove unused res.font stuff
      - remove print_report method in models.py (not used)
      - restore removed call to pdftotext process in test_reports
      3425752e
  8. Apr 28, 2017
  9. Mar 13, 2017
  10. Feb 02, 2017
  11. Nov 25, 2016
  12. Oct 22, 2016
  13. Nov 26, 2015
  14. Sep 28, 2015
  15. Sep 18, 2015
  16. Jul 31, 2015
  17. Jul 15, 2015
  18. Jul 14, 2015
  19. Jul 01, 2015
  20. Feb 26, 2015
    • Leonardo Rochael Almeida's avatar
      Declare PyChart package name in requirements.txt · 12e7d802
      Leonardo Rochael Almeida authored
      While calling `pip install -r requirements.txt`, the PyChart tarball is
      always downloaded even if `pip` has a download cache configured (which
      it does by default in later versions).
      
      This is because `pip` has no way of knowing which package the PyChart
      tarball contains before downloading and running its `setup.py`.
      
      By declaring the PyChart "egg" in `requirements.txt` the tarball is no
      longer downloaded if it's already in the download cache.
      12e7d802
  21. Feb 23, 2015
  22. Nov 19, 2014
  23. Nov 18, 2014
  24. Sep 02, 2014
Loading