admin.suherdy
  • Joined on 2024-12-09
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 10:15:31 +00:00
bf06e5be06 fix: Ensure sign items are always visible by injecting CSS overrides and explicitly removing the d-none class.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 10:08:33 +00:00
424e68c57c Refactor: Consolidate image field logic into PDFIframe.prototype.refreshSignItemsForPage to avoid overriding enableCustom methods and improve patching strategy.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 09:57:44 +00:00
c02e629a88 feat: Add diagnostic logging and debugging utilities for the sign image field's PDF iframe interactions.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 09:44:10 +00:00
db3635d237 fix: Enhance iframe communication stability with a comprehensive bridge restoration and refine image field lazy loading and upload event handling.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 09:18:11 +00:00
799fc9717a fix: Restore Odoo 19 iframe communication bridge and refine image lazy loading and upload logic.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 09:13:03 +00:00
3708869870 refactor: Stabilize image field patching in Odoo Sign to ensure proper inheritance and improve lazy loading and upload handling.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 08:53:24 +00:00
f119a32b0e feat: Enhance image field lazy loading robustness and refine PDF iframe patching logic
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 08:32:14 +00:00
c98aa6777e feat: Improve image field lazy loading by checking src attribute and reducing timeout, and refine image field setup with role-based access in PDFIframe and SignablePDFIframe.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 08:09:35 +00:00
947543d54d refactor: improve image field lazy loading mechanism with fallbacks and enhance its loading state styling.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 07:59:29 +00:00
65056cb9ea feat: Implement IntersectionObserver for lazy loading of image sign items instead of immediate triggering.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 07:51:50 +00:00
0f9d0e02e6 feat: Implement shared lazy loading for sign images by introducing a mixin applied to both PDF and Signable iframes, and remove the ResizeObserver for image field sizing.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 07:43:57 +00:00
70543a9e18 refactor: update patched component from PDFIframe to SignablePDFIframe
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 07:33:53 +00:00
8871c1399c refactor: apply image loading shimmer effect to the container element instead of the image itself.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 07:28:18 +00:00
b3f23fbc44 feat: Refactor image field lazy loading logic into a new _triggerLazyLoad method, applying it on enablement and page refresh, and patch PDFIframe.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 07:20:15 +00:00
f6f2852b30 feat: Implement lazy loading for existing sign images with a shimmer effect to improve performance.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 07:02:21 +00:00
5b4d441d9c feat: Enhance image sign item display, refine upload responsibility checks, optimize image rendering, and notify value changes.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 06:27:01 +00:00
c6592e85f2 Refactor: Remove direct storage of compressed data URL in sign item values.
admin.suherdy pushed to 19.0 at admin.suherdy/mrp_packaging_qty 2026-03-16 02:57:53 +00:00
696d1a3b90 fix: Recalculate raw move quantities directly from BOM lines and refine decimal cleaning for production order moves and consumed quantities.
admin.suherdy pushed to 19.0 at admin.suherdy/mrp_packaging_qty 2026-03-16 02:45:06 +00:00
4b9efd08a8 fix: Standardize quantity calculations to 8 decimal places and refine decimal cleaning thresholds for improved precision.
admin.suherdy pushed to 19.0 at admin.suherdy/mrp_mps_bottom_up 2026-03-16 02:44:15 +00:00
d0b1363c44 fix: Ensure precise MPS quantity propagation by rounding intermediate calculations to 8 decimal places and applying UoM rounding to final quantities.