- Dec 10, 2024
-
-
oury.balde authored
-
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
-
- 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
-
- 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
-
- Nov 19, 2024
-
-
Axel Prel authored
- the file is correctly computed when fetched from redner - the file name is standardized.
-
- Dec 08, 2024
-
-
oury.balde authored
-
- Dec 06, 2024
-
-
oury.balde authored
-
oury.balde authored
-
oury.balde authored
-
oury.balde authored
-
oury.balde authored
- Replaced `env.services.user.context` with `user.context`. - Added import for `user` from `@web/core/user`.
-
- Nov 07, 2024
-
-
Axel Prel authored
-
- Sep 05, 2024
-
-
Vincent Hatakeyama authored
-
- Aug 29, 2024
- Aug 28, 2024
- Aug 27, 2024
- Aug 26, 2024
- Aug 22, 2024
- Jul 31, 2024
- Jul 30, 2024
-
-
Axel Prel authored
-
- Jun 19, 2024
-
-
oury.balde authored
-
oury.balde authored
-
- Jun 12, 2024
-
-
oury.balde authored
-
oury.balde authored
Renamed `find_field_with_sort_order` to `parse_sorted_field`.
-
oury.balde authored
-
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
-