admin.suherdy
  • Joined on 2024-12-09
admin.suherdy pushed to 19.0 at admin.suherdy/pos_loyalty_member_custom 2026-05-30 02:38:25 +00:00
94e5866008 feat: skip loyalty member creation for internal users and bulk imports in res.partner
admin.suherdy pushed to 19.0 at abdul.aziz/pos_custom_receipt 2026-05-29 14:37:31 +00:00
2c23e5818a feat: implement minimal header for basic receipts and update item filtering logic, plus update module author information
admin.suherdy pushed to 19.0 at abdul.aziz/pos_custom_receipt 2026-05-29 14:24:38 +00:00
33c8e73003 feat: filter reward and negative lines from basic receipts, update module author, and document changes
admin.suherdy pushed to main at admin.suherdy/account_allowed_journal 2026-05-29 14:17:27 +00:00
da8fb0a861 feat: restrict default payment and register journal selection to user-allowed journals
admin.suherdy pushed to 19.0 at admin.suherdy/purchase_custom_visibility 2026-05-29 14:06:45 +00:00
2db9ad7d44 feat: expand restricted price fields visibility and apply to purchase order lines
admin.suherdy pushed to 19.0 at admin.suherdy/purchase_custom_visibility 2026-05-29 13:54:26 +00:00
9e284bdcfb feat: implement dynamic price field visibility for product models based on user restrictions
admin.suherdy pushed to main at admin.suherdy/account_allowed_journal 2026-05-29 13:48:09 +00:00
4505c7c486 refactor: replace global record rule with ORM overrides on account.journal to enforce journal access restrictions safely
admin.suherdy created branch 19.0 in admin.suherdy/purchase_custom_visibility 2026-05-29 13:18:09 +00:00
admin.suherdy pushed to 19.0 at admin.suherdy/purchase_custom_visibility 2026-05-29 13:18:09 +00:00
a14050004b first commit
admin.suherdy created repository admin.suherdy/purchase_custom_visibility 2026-05-29 13:17:08 +00:00
admin.suherdy pushed to 19.0 at abdul.aziz/purchase_export_bc 2026-05-29 12:00:52 +00:00
052c1a1191 feat: update purchase order export button visibility to include all states except cancel
admin.suherdy pushed to 19.0 at admin.suherdy/pos_loyalty_safe_coupon 2026-05-29 10:25:25 +00:00
4c01b4a5e0 refactor: filter invalid reward lines and programs in POS loyalty logic
admin.suherdy pushed to 19.0 at admin.suherdy/pos_loyalty_safe_coupon 2026-05-29 10:15:08 +00:00
d1bfd81554 refactor: move _code_activated_coupon_ids property definition from PosStore to PosOrder for better state management
admin.suherdy pushed to 19.0 at admin.suherdy/pos_loyalty_safe_coupon 2026-05-29 10:11:20 +00:00
c1735741a0 refactor: move _code_activated_coupon_ids filter logic from PosOrder to a dynamic property wrapper in PosStore setup
admin.suherdy pushed to 19.0 at admin.suherdy/pos_loyalty_safe_coupon 2026-05-29 10:05:55 +00:00
d308497945 feat: add getter and setter for _code_activated_coupon_ids to PosOrder model
admin.suherdy pushed to 19.0 at admin.suherdy/pos_loyalty_extend 2026-05-29 09:54:32 +00:00
084bec9c04 fix: add optional chaining to program_id access in coupon mapping to prevent runtime errors
admin.suherdy pushed to 19.0 at admin.suherdy/pos_loyalty_extend 2026-05-29 09:37:42 +00:00
7a7556e8a9 fix: add optional chaining to prevent runtime errors when accessing reward properties in pos_order.js
admin.suherdy pushed to 19.0 at abdul.aziz/pos_loyalty_tax_mode 2026-05-29 09:37:31 +00:00
3b8a2d8f4b fix: add null checks for reward object in pos_order_patch to prevent runtime errors
admin.suherdy pushed to 19.0 at admin.suherdy/pos_loyalty_discount_before_tax 2026-05-29 09:37:16 +00:00
e80a34711a fix: prevent runtime error by adding null check for reward in _getDiscountableOnOrder
admin.suherdy pushed to 19.0 at admin.suherdy/pos_loyalty_safe_coupon 2026-05-29 09:24:28 +00:00
bd09459c63 fix: update PosOrderline import and reference to match Odoo class naming convention