- 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 06, 2024
-
-
oury.balde authored
- Replaced `env.services.user.context` with `user.context`. - Added import for `user` from `@web/core/user`.
-
- Jun 11, 2024
-
-
oury.balde authored
-
- May 17, 2024
-
-
aronabencherif.diatta@xcg.africa authored
-
- Dec 04, 2023
-
- Feb 03, 2023
-
-
Houzefa Abbasbhay authored
-
- Jan 31, 2023
-
-
Houzefa Abbasbhay authored
& latest xcg/templates/odoo_module.
-
- Jan 20, 2023
-
-
Houzefa Abbasbhay authored
-
- Feb 18, 2021
-
-
oury.balde 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
-