Skip to content
Snippets Groups Projects
  1. Jan 20, 2023
  2. Sep 21, 2022
  3. Sep 16, 2022
  4. Aug 30, 2022
  5. Aug 18, 2022
  6. Aug 12, 2022
  7. Aug 11, 2022
  8. May 13, 2022
  9. Apr 21, 2022
  10. Dec 14, 2021
  11. Dec 06, 2021
  12. Dec 02, 2021
  13. Nov 26, 2021
  14. Aug 10, 2021
  15. Jul 08, 2021
  16. Jun 04, 2021
  17. Feb 17, 2021
  18. Feb 09, 2021
  19. Sep 01, 2020
  20. Aug 12, 2020
    • oury.balde's avatar
      Generate a report using the rednerd engine · 5a1f37d4
      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
      5a1f37d4
  21. Jul 09, 2020
    • oury.balde's avatar
      Add transactional emails · d2d36e51
      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
      d2d36e51
  22. Jul 08, 2020
Loading