Skip to content
Snippets Groups Projects
  1. Dec 14, 2021
  2. Dec 06, 2021
  3. Dec 02, 2021
  4. Nov 26, 2021
  5. Aug 10, 2021
  6. Jul 08, 2021
  7. Jun 04, 2021
  8. Feb 17, 2021
  9. Feb 09, 2021
  10. Sep 01, 2020
  11. 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
  12. 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
  13. Jul 08, 2020
Loading