- Dec 30, 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. - Add missing python-magic requirement for package
-
- Sep 18, 2024
-
-
Axel Prel authored
-
- Aug 27, 2024
-
-
Axel Prel authored
-
- Jul 30, 2024
-
-
Axel Prel authored
-
- Jan 31, 2023
-
-
Houzefa Abbasbhay authored
& latest xcg/templates/odoo_module.
-
- 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
-