Skip to content
Snippets Groups Projects
  1. May 12, 2017
  2. 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
  3. Apr 28, 2017
  4. Mar 13, 2017
  5. Feb 02, 2017
  6. Nov 25, 2016
  7. Oct 22, 2016
  8. Nov 26, 2015
  9. Sep 28, 2015
  10. Sep 18, 2015
  11. Jul 31, 2015
  12. Jul 15, 2015
  13. Jul 14, 2015
  14. Jul 01, 2015
  15. 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
  16. Feb 23, 2015
  17. Nov 19, 2014
  18. Nov 18, 2014
  19. Sep 02, 2014
Loading