Skip to content
Snippets Groups Projects
  1. Jan 29, 2025
  2. Nov 19, 2024
  3. Aug 28, 2024
  4. Aug 22, 2024
  5. Jul 30, 2024
  6. Dec 04, 2023
  7. Feb 07, 2023
  8. Jan 31, 2023
  9. Jan 20, 2023
  10. Aug 18, 2022
  11. Aug 11, 2022
  12. Dec 14, 2021
  13. Apr 04, 2022
  14. Jun 15, 2021
  15. Feb 18, 2021
  16. 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
  17. 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
Loading