Skip to content
Snippets Groups Projects
  1. Jan 31, 2023
  2. Jan 24, 2023
  3. Sep 16, 2022
  4. Jun 04, 2021
  5. Nov 26, 2021
  6. Jan 20, 2023
  7. Aug 12, 2022
  8. Aug 11, 2022
  9. Dec 14, 2021
  10. Apr 04, 2022
  11. Apr 01, 2022
  12. Mar 04, 2022
    • oury.balde's avatar
      Save template redner as an attachment · f62f80afc1a1
      oury.balde authored
      Add constraint on attachment field
      
      Note that it is normally expected that when printing a report from an object,
      the created document is saved as an attachment to the object
      if the field "Save as attachment prefix" is filled in.
      
      Problem:
      This does not work for redner reports (works for QWEB and worked for py3o).
      13.0.3.0.1
      f62f80afc1a1
  13. Jun 15, 2021
  14. May 03, 2021
  15. Mar 30, 2021
  16. Feb 26, 2021
  17. Feb 24, 2021
  18. Feb 22, 2021
  19. Feb 19, 2021
  20. Feb 18, 2021
  21. Feb 17, 2021
  22. Feb 08, 2021
  23. Jan 12, 2021
    • oury.balde's avatar
      Migration to 13.0 · 3cde692ce7d7
      oury.balde authored
      - Bump module version to 13.0.1.0.0
      - Remove all the decorators @api.multi, @api.one and so on...
      - Update translation files
      3cde692ce7d7
  24. Aug 12, 2020
    • oury.balde's avatar
      Generate a report using the rednerd engine · 5a1f37d46124
      oury.balde authored
      Render HTML to PDF with weasyprint:
      
      - Use substitution variables in ir.actions.report model
      - Send paperformat field info to rednerd when generating a new report PDF
      - Refactoring code
      5a1f37d46124
  25. Jul 09, 2020
    • oury.balde's avatar
      Add transactional emails · d2d36e51045a
      oury.balde authored
      Add rednerd template management API to let the user save templates
      for later use with the rendering api:
      
      - POST: /api/v1/template/{account}
      - PUT: /api/v1/template/{account}/{name}
      - DELELTE: /api/v1/template/{account}/{name}
      
      Render a custom template:
      
      - POST: /api/v1/render
      d2d36e51045a
Loading