- Feb 11, 2025
-
-
Vincent Hatakeyama authored
-
- Feb 10, 2025
-
-
oury.balde authored
Enhance _set_value_from_template to support Redner integration
-
- Feb 06, 2025
-
-
Pauline Missio authored
-
Vincent Hatakeyama authored
-
oury.balde authored
- Remove deprecated .eslintrc.yml file following Odoo v18 module template(odoo_module) recommendations. - Make ESLINT happy by fixing: 9:64 warning Unexpected comment inline with code no-inline-comments 50:17 error Variable 'placeholder' should be initialized on declaration init-declarations 57:21 warning Unexpected lexical declaration in case block no-case-declarations 69:13 warning Comments should not begin with a lowercase character capitalized-comments 70:45 error 'InputEvent' is not defined no-undef 71:45 error 'KeyboardEvent' is not defined no-undef
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
- Feb 05, 2025
-
-
Vincent Hatakeyama authored
-
- Feb 04, 2025
-
-
Vincent Hatakeyama authored
- Jan 31, 2025
-
-
Vincent Hatakeyama authored
-
- 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
-
Vincent Hatakeyama authored
-
- Jan 29, 2025
-
-
Vincent Hatakeyama authored
Reuse odoo guess mimetype code and compatibility code between different versions of python-magic. Also factorize some code and add comment.
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
- Jan 27, 2025
-
-
Vincent Hatakeyama authored
-
- Jan 23, 2025
-
-
Vincent Hatakeyama authored
-
- Dec 20, 2024
-
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
- Dec 18, 2024
-
-
oury.balde authored
-
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.
-
Vincent Hatakeyama authored
-
- Dec 17, 2024
-
-
oury.balde authored
-
- Dec 12, 2024
-
-
oury.balde authored
-
- Dec 10, 2024
-
-
oury.balde authored
-
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.
-
- Dec 09, 2024
-
-
Axel Prel authored
-