- Dec 18, 2024
-
-
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.
-
- Nov 07, 2024
-
-
Axel Prel authored
-
- Aug 29, 2024
-
-
Axel Prel authored
-
- Jul 31, 2024
-
-
Axel Prel authored
-
- Jul 30, 2024
-
-
Axel Prel authored
-
- Feb 03, 2023
-
-
Houzefa Abbasbhay authored
-
- Feb 01, 2023
-
- Jan 26, 2023
-
- Mar 04, 2022
-
-
oury.balde authored
Add constraint on attachment field Note that it is normally expected that when printing a report from an object, the created document is saved as an attachment to the object if the field "Save as attachment prefix" is filled in. Problem: This does not work for redner reports (works for QWEB and worked for py3o).
-
- May 03, 2021
-
- Feb 26, 2021
-
-
oury.balde authored
-
- 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
-
- Jan 12, 2021
-
-
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
-
- 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
-