admin.suherdy
  • Joined on 2024-12-09
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
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 04:40:03 +00:00
e659fe5edf fix: refine expense sheet state transition logic to correctly handle canceled or draft account moves
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 04:32:26 +00:00
db722f001c refactor: replace manual state recomputation with invalidate_recordset for expense sheets in payment actions
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 04:26:57 +00:00
f0140a7f97 feat: trigger account move synchronization when expense deduction fields are updated
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 04:18:15 +00:00
7807a9f284 fix: correct state calculation and cleanup logic for canceled expense moves
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 04:13:34 +00:00
6dd8d6a387 refactor: import additional Odoo modules and exceptions for expense sheet handling
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 04:11:09 +00:00
b916bedbbc fix: resolve payment state calculation and enable expense sheet refusal by handling move reversals and cancellations
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 04:04:42 +00:00
fa8f270c5b refactor: update action_recompute_state to trigger _compute_from_account_move_ids instead of _compute_payment_state