- Mar 18, 2025
-
-
Axel Prel authored
-
- Mar 11, 2025
-
-
Axel Prel authored
accessible with group conditionnality
-
- Mar 21, 2025
-
-
Axel Prel authored
-
- Mar 04, 2025
- Feb 21, 2025
-
-
Florent Aide authored
-
- Feb 24, 2025
-
-
Vincent Hatakeyama authored
requests_unixsocket is now an optional dependency, only needed when connecting to redner on a unix socket
-
Vincent Hatakeyama authored
-
- Feb 21, 2025
-
- Feb 20, 2025
-
- Feb 19, 2025
-
-
Vincent Hatakeyama authored
-
- Feb 14, 2025
-
- Feb 10, 2025
-
-
oury.balde authored
Enhance _set_value_from_template to support Redner integration
-
- Feb 06, 2025
-
- 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
-
- 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.
-
- Dec 20, 2024
-
- 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 12, 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.
- Dec 09, 2024
-
-
Axel Prel authored
-
- Dec 04, 2024
-
-
oury.balde authored
- Added python-magic to external dependencies in __manifest__.py - Fixed metadata formatting for print-paper-size in ir_actions_report.py
-
- Dec 08, 2024
-
-
oury.balde authored
-
- Dec 06, 2024
-
- Nov 07, 2024
-
-
Axel Prel authored
-
- Jul 30, 2024
-
-
Axel Prel authored
-
- Jun 19, 2024
-
- Jun 12, 2024
-
-
oury.balde authored
Renamed `find_field_with_sort_order` to `parse_sorted_field`.
-
oury.balde authored
- Updated the `find_field_with_sort_order` function to return `(expression, None)` when the regex doesn't match. - This provides clearer feedback by preserving the original expression.
-
- Jun 11, 2024
-
-
oury.balde authored
- May 28, 2024
-
-
oury.balde authored
Note that we implemented sorting functionality and added unit tests. The changes include: - Creation of a new utility file `utils/sorting.py` implementing sorting functionalities such as : `find_field_with_sort_order`, `parse_fields_with_sort_directions`, and `sortkey`. - Addition of a new file `tests/test_sorting.py` containing unit tests for sorting logic.
-
- May 17, 2024
-
-
aronabencherif.diatta@xcg.africa authored
-
- Apr 24, 2024
-
- Jan 30, 2024
-
- Jan 09, 2024
-