Skip to content
Snippets Groups Projects
  1. Jun 19, 2024
  2. Jun 12, 2024
  3. Jun 11, 2024
  4. May 17, 2024
  5. Apr 24, 2024
  6. Jan 30, 2024
  7. Jan 09, 2024
  8. Dec 04, 2023
  9. Nov 24, 2023
  10. Feb 07, 2023
  11. Feb 03, 2023
  12. Jan 31, 2023
  13. Jan 20, 2023
  14. Aug 18, 2022
  15. Aug 12, 2022
  16. Aug 11, 2022
  17. Dec 14, 2021
  18. Apr 04, 2022
  19. Mar 04, 2022
  20. Jun 15, 2021
  21. Mar 30, 2021
  22. Mar 04, 2021
  23. Feb 26, 2021
  24. Jan 12, 2021
    • oury.balde's avatar
      Migration to 13.0 · 3cde692c
      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
      3cde692c
  25. 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
  26. 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