Skip to content
Snippets Groups Projects
  1. Jan 29, 2025
  2. 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
  3. Oct 07, 2024
  4. Sep 18, 2024
  5. Aug 29, 2024
  6. Jul 31, 2024
  7. Jul 30, 2024
  8. Feb 03, 2023
  9. Feb 01, 2023
  10. Jan 26, 2023
  11. Mar 04, 2022
  12. May 03, 2021
  13. Feb 26, 2021
  14. Feb 24, 2021
  15. 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
  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