- Jan 30, 2025
-
-
oury.balde authored
- Rename fields/methods for clarity: * dynamic_placeholder_button_hidden -> hide_placeholder_button * _compute_dynamic_placeholder_button_hidden -> _compute_hide_placeholder_button - Restructure JS components: * Replace dynamic_placeholder_charfield_patch with new component-based implementation * Add proper prop handling and converter type awareness - Add onchange handler to clear value when converter changes - Refactor placeholder computation using dictionary mapping - Update XML views with new field names and component parameters - Improve mimetype.py documentation and default handling
-
- 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.
-
- Dec 17, 2024
-
- 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.
-
- Oct 03, 2024
-
-
Axel Prel authored
-
- Dec 09, 2024
-
-
Axel Prel authored
fixes the display of the button being quirky also fix the button vanish when value==False
-
- Nov 19, 2024
-
-
Axel Prel authored
- the file is correctly computed when fetched from redner - the file name is standardized.
-
- Nov 07, 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
-