admin.suherdy
  • Joined on 2024-12-09
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 04:00:28 +00:00
6689999b17 feat: add action_recompute_state wrapper and update button to trigger state and payment status recalculation
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 03:56:27 +00:00
d436c336b9 fix: update expense sheet state synchronization on payment changes and adjust UI visibility for wait_post status
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 03:23:53 +00:00
c9c5a45837 fix: bypass hr_expense synchronization restriction for draft payments to allow account move updates
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 02:56:48 +00:00
8eb1e6dada feat: pass expense_account_id to payment registration context for deduction handling
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-04-04 05:17:12 +00:00
d5a30de19c refactor: update logging levels to debug and align name_search signature with Odoo 19 API
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-04-03 15:22:56 +00:00
9a45473013 refactor: remove debug logs and console statements from backend and frontend logic
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-04-03 15:20:33 +00:00
ba97eac4cc refactor: replace StockQuant override with StockMoveLine unlink safety patch and update frontend RPC logic for MO location filtering
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-04-03 15:15:58 +00:00
38c5fca1ea feat: add debug validation for product_id in stock.quant and remove redundant comments in stock.location
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-04-03 15:12:31 +00:00
c505807aa5 refactor: rename location restriction helper to public method for RPC access and improve error handling logic
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-04-03 15:08:25 +00:00
3c2955fb13 refactor: replace context-based location filtering with direct RPC-based location resolution for improved reliability
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-04-03 15:02:26 +00:00
d34bc37428 refactor: implement detailed location logging and global stock audit for restricted source locations
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-04-03 14:59:47 +00:00
a70ad3f2ac fix: improve MO ID resolution and refine domain stripping logic to prevent RPC errors in location restriction
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-04-03 14:57:28 +00:00
e72d491660 refactor: prioritize direct MO lookup and implement domain stripping to ensure location restriction consistency
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-04-03 14:53:28 +00:00
c4c7e5b5e2 refactor: enhance location restriction logic with exhaustive context lookups and diagnostic logging
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-04-03 14:46:41 +00:00
84702c810f refactor: improve location filtering logic by updating context parsing in Python and overriding the quant selection modal domain in JS
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-04-03 14:39:00 +00:00
20fb9a40d0 feat: prioritize context-based location filtering and sync allowed locations to modals
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-04-03 13:19:37 +00:00
1791df4fd2 refactor: update location filtering to use child_of operator for improved sub-location support
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-04-03 13:16:24 +00:00
726034dcbf feat: improve location restriction logic by expanding context key support and adding fallback to default source location
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-04-03 10:36:32 +00:00
1bc628c4ed refactor: update source location restriction to use default_location_src_ids instead of allowed_source_location_ids
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-04-03 10:32:54 +00:00
02d027b104 refactor: simplify location restriction logic by moving to web_search_read and streamlining picking type lookups