admin.suherdy
  • Joined on 2024-12-09
admin.suherdy pushed to main at admin.suherdy/vendor_payment_misc 2026-04-08 04:43:30 +00:00
4c445c74f3 refactor: improve partner type determination logic in account payment based on account type and payment direction
admin.suherdy pushed to 19.0 at admin.suherdy/quality_check_lot_preserve 2026-04-08 04:13:38 +00:00
45686e4ec0 refactor: remove quality_state filter from quality check search queries in stock move lines
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-07 08:05:25 +00:00
8aa595ad32 feat: register controllers module in package initialization
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-04-07 02:39:17 +00:00
38389b0fec docs: add README documentation for sign_image_field module
admin.suherdy pushed to 19.0 at admin.suherdy/sign_sequence_field 2026-04-07 02:36:57 +00:00
e65d114687 docs: add technical documentation regarding the frontend whitespace patch for sign template injection
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-04-07 02:31:56 +00:00
016a441d32 fix: patch PDFIframe to strip trailing whitespace nodes during sign item rendering
admin.suherdy pushed to 19.0 at admin.suherdy/sign_sequence_field 2026-04-07 02:31:41 +00:00
2ed12725fd fix: patch onSidebarDragStart to strip trailing whitespace nodes and prevent DOM injection errors
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-04-07 02:20:01 +00:00
15802feeee refactor: minify XML template structure for image sign items
admin.suherdy pushed to 19.0 at admin.suherdy/sign_sequence_field 2026-04-07 02:19:48 +00:00
bf48212bf3 refactor: minify XML structure by removing unnecessary whitespace in sign item templates
admin.suherdy pushed to 19.0 at admin.suherdy/stock_restrict_source_location 2026-04-07 02:14:45 +00:00
b5d7fa0ecc docs: update README to reflect expanded lot filtering scope, Odoo 19 signature changes, and adjusted logging levels
admin.suherdy pushed to main at admin.suherdy/vendor_payment_diff_amount 2026-04-06 09:14:34 +00:00
96f217f358 fix: prevent double counting of deduction lines by filtering write-off values in account payment move generation
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 09:00:33 +00:00
57f9f12af9 fix: override _seek_for_lines to correctly identify counterpart lines based on destination_account_id
admin.suherdy pushed to 17.0 at admin.suherdy/hr_expense_account_split 2026-04-06 08:31:35 +00:00
7aecb175bd fix: update payment state computation to correctly identify in-payment status based on payment matching
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