- Oct 03, 2024
-
-
Axel Prel authored
-
- Jul 30, 2024
-
-
Axel Prel authored
-
- Jun 12, 2024
-
-
oury.balde authored
Renamed `find_field_with_sort_order` to `parse_sorted_field`.
-
- May 28, 2024
-
-
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.
-
- Dec 04, 2023
-
-
Vincent Hatakeyama authored
-
- Feb 07, 2023
-
-
Vincent Hatakeyama authored
-
- Jan 24, 2023
-
-
Houzefa Abbasbhay authored
-
- Jun 04, 2021
-
-
adrien.bonamy authored
converter backport in 2021-06. In particular, add "HTML + mustache" / "MJML + mustache" instead of just "mustache".
-
- Jan 20, 2023
-
-
Houzefa Abbasbhay authored
-
- Aug 12, 2022
-
-
Vincent Hatakeyama authored
-
- Jun 15, 2021
-
-
Vincent Hatakeyama authored
-
- Feb 26, 2021
-
-
oury.balde authored
Rename "Template" -> "Odoo Template" Rename "Template + Deserialize" -> "Odoo Template + Eval"
-
- Feb 24, 2021
-
-
oury.balde authored
Rework on relations converters Remove deprecated field (ie: deserialize) Use converter on mail template model Updated the french translations
-
oury.balde authored
-
oury.balde authored
Added a custom converter image
-
- Aug 12, 2020
-
-
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
-
- Jul 09, 2020
-
-
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
-