Skip to content
Snippets Groups Projects
  1. Dec 30, 2024
    • oury.balde's avatar
      Add dynamic expression button for substitution line and new converter features · a6c94d54
      oury.balde authored
      - Introduced a button to dynamically set the expression in the substitution line.
      - The feature is available for converters of type "Odoo template", "Odoo template + Evaluation", and "Field".
      - Added functionality to visualize how to define each converter, displaying a placeholder (example) for each converter type.
      - The code has been designed to ease the integration of additional converters in the future.
      - Refactored the code to improve performance and stability.
      
      - Add missing python-magic requirement for package
  2. Sep 18, 2024
  3. Aug 27, 2024
  4. Jul 30, 2024
  5. Jan 31, 2023
  6. 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