- 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
-
- Dec 17, 2024
-
-
oury.balde authored
-
- Dec 10, 2024
-
-
oury.balde authored
- Added `ormcache` to improve performance by caching template retrieval in `_get_cached_template`. - Refactored template processing logic: - Introduced `_to_odoo_template` to centralize transformation of external templates into Odoo-compatible format. - Simplified template computation in `_compute_template` and `_compute_template_data` using cached templates. - Removed redundant methods (`to_cache`) and consolidated logic for clarity.
-
- Nov 19, 2024
-
-
Axel Prel authored
- the file is correctly computed when fetched from redner - the file name is standardized.
-
- Oct 03, 2024
- Sep 18, 2024
-
-
Axel Prel authored
-
- Aug 28, 2024
- Aug 27, 2024
- Aug 22, 2024
- Jul 31, 2024
-
-
Axel Prel authored
-
- Jul 30, 2024
-
-
Axel Prel authored
-
- Apr 24, 2024
-
- Nov 24, 2023
-
- Feb 03, 2023
-
-
Houzefa Abbasbhay authored
-
- Jan 31, 2023
-
-
Houzefa Abbasbhay authored
& latest xcg/templates/odoo_module.
-
- Jan 24, 2023
-
-
Houzefa Abbasbhay authored
-
- Jan 20, 2023
-
-
Houzefa Abbasbhay authored
Similar in the 13.0 branch: 7cc12fb73390
-
- Jun 04, 2021
-
-
adrien.bonamy authored
converter backport in 2021-06. In particular, add "HTML + mustache" / "MJML + mustache" instead of just "mustache".
-
- Nov 26, 2021
-
-
damien.habets authored
-
- Jan 20, 2023
-
-
Houzefa Abbasbhay authored
-
- Aug 12, 2022
-
- Aug 11, 2022
-
-
Vincent Hatakeyama 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
-
oury.balde authored
Added a custom converter image
-
- Feb 17, 2021
-
-
oury.balde authored
Only required for mustache/handlebars template engines.
-
oury.balde authored
-
- 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
-
- Sep 01, 2020
-
-
Houzefa Abbasbhay authored
-
- 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
-