admin.suherdy
  • Joined on 2024-12-09
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 08:00:53 +00:00
3b6e99df13 refactor: remove redundant manual deduction line synchronization in account payment move synchronization
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 07:27:33 +00:00
04e6bc1496 refactor: remove redundant manual balance check in account payment move creation
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 07:23:54 +00:00
ba8a9a4928 refactor: remove diagnostic monkey-patch and tighten MRO base class identification for hr_expense overrides
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 07:16:00 +00:00
4778cd3841 debug: add monkey-patch to UserError to trace expense report locking errors and remove unused controllers import
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 07:03:33 +00:00
12c4edb221 refactor: replace SQL-based payment bypass with MRO-based surgical jumpers to safely modify expense-linked journal entries
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 06:57:30 +00:00
624423dfae refactor: implement SQL-based detachment to bypass Odoo expense locking during payment synchronization
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 06:50:16 +00:00
ae46a2deb3 refactor: implement generic MRO jumper to bypass hr_expense locking checks across payment lifecycle methods
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 06:37:43 +00:00
beedab36e0 feat: integrate vendor_payment_diff_amount and implement robust synchronization for payment deductions and gross amounts
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 06:17:43 +00:00
14145e9fca fix: force move synchronization in action_post and propagate skip_expense_lock in synchronization methods
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 06:12:20 +00:00
98e06420bc refactor: simplify surgical jumper logic in account_payment using super() and update write bypass condition
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 05:31:48 +00:00
8586daa2f0 refactor: replace cache-based locking bypass with a surgical MRO jumper to skip hr_expense methods
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 05:22:33 +00:00
066709f86b fix: replace SQL-based expense lock bypass with cache manipulation in payment synchronization logic
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 05:18:37 +00:00
14c7489ae0 refactor: replace direct base class invocation with SQL-based bypass for expense sheet synchronization in account payment
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 05:15:06 +00:00
4261b6c53c refactor: simplify expense lock bypass using context flag and direct base method calls
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 05:11:31 +00:00
481b03e73f refactor: replace cache manipulation with database unlinking to bypass hr_expense restrictions during payment posting and synchronization
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 05:07:28 +00:00
32e784d7bb refactor: replace context-based bypass with cache manipulation in account payment synchronization to handle hr_expense restrictions
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 05:06:55 +00:00
ca4daf1276 refactor: simplify expense lock bypass using skip_expense_lock context in action_post and synchronization methods
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 05:04:27 +00:00
70ac4baf8b fix: bypass hr_expense lock during payment posting by temporarily clearing expense sheet cache
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 04:58:40 +00:00
a91e13991e feat: force synchronization of expense deductions before posting account payments
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 04:48:01 +00:00
ce614c273d fix: force account move synchronization by including amount in trigger fields when deductions change