Skip to content
Snippets Groups Projects
  1. Feb 06, 2025
  2. Jan 31, 2025
  3. Jan 30, 2025
  4. Jan 29, 2025
  5. Jan 27, 2025
  6. Nov 07, 2024
  7. Jul 30, 2024
  8. Feb 07, 2023
  9. Feb 03, 2023
  10. Feb 01, 2023
  11. Jan 20, 2023
  12. Aug 11, 2022
  13. Dec 14, 2021
  14. May 03, 2021
  15. 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
  16. 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
  17. Jul 08, 2020
Loading