Skip to content
Snippets Groups Projects
  1. Oct 03, 2024
  2. Jul 30, 2024
  3. Jun 12, 2024
  4. May 28, 2024
    • oury.balde's avatar
      Introduces sorting capabilities within the Redner substitution · e9722140b5b8
      oury.balde authored
      Note that we implemented sorting functionality and added unit tests.
      
      The changes include:
      
      - Creation of a new utility file `utils/sorting.py` implementing sorting
      functionalities such as :
      `find_field_with_sort_order`,
      `parse_fields_with_sort_directions`, and `sortkey`.
      - Addition of a new file `tests/test_sorting.py` containing unit tests for
      sorting logic.
      e9722140b5b8
  5. Dec 04, 2023
  6. Feb 07, 2023
  7. Jan 24, 2023
  8. Jun 04, 2021
  9. Jan 20, 2023
  10. Aug 12, 2022
  11. Jun 15, 2021
  12. Feb 26, 2021
  13. Feb 24, 2021
  14. 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
  15. 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
Loading