admin.suherdy
  • Joined on 2024-12-09
admin.suherdy pushed to 19.0 at admin.suherdy/bank_statement_reconciliation 2026-01-20 08:28:56 +00:00
7917d4fc06 feat: Update module to Odoo 19, migrating tree views to list views, and refining bank statement reconciliation filters and search view grouping.
admin.suherdy pushed to 19.0 at admin.suherdy/account_reconcile_reference 2026-01-20 07:16:59 +00:00
bf1ad6b4c3 feat: Display the statement line reference in the bank reconciliation kanban view and update manifest version.
admin.suherdy created branch 19.0 in admin.suherdy/account_reconcile_reference 2026-01-20 07:16:59 +00:00
admin.suherdy pushed to main at admin.suherdy/account_report_show_all 2026-01-20 06:15:54 +00:00
d56be74d87 feat: Implement 'Show All Accounts' in reports by adding missing non-summary accounts and refining general ledger balance detection logic.
admin.suherdy pushed to main at admin.suherdy/account_report_show_all 2026-01-19 09:56:00 +00:00
56b44d621e first commit
admin.suherdy created branch main in admin.suherdy/account_report_show_all 2026-01-19 09:56:00 +00:00
admin.suherdy created repository admin.suherdy/account_report_show_all 2026-01-19 09:54:03 +00:00
admin.suherdy pushed to main at admin.suherdy/pos_cash_opening_adjustment 2026-01-19 08:41:33 +00:00
8a57bbd7bb fix: Remove zero-amount payments during POS session validation.
admin.suherdy pushed to 19.0 at admin.suherdy/access_restriction_by_user 2026-01-19 03:41:08 +00:00
c347e6f4d1 Fix: Stop tracking __pycache__ files
admin.suherdy pushed to 19.0 at admin.suherdy/access_restriction_by_user 2026-01-19 03:35:06 +00:00
7a0cf23df9 feat: Update module to Odoo 19 by bumping version, adapting MRP and Stock Picking views, and removing stock valuation layer access rules.
4eee218534 feat: Implement user-specific control for quality check button visibility on manufacturing orders and inventory transfers via a new allowed_quality_checks field on users.
88494104cc feat: Hide quality check buttons on manufacturing orders for specific user groups with exceptions for quality roles.
Compare 3 commits »
admin.suherdy pushed to main at admin.suherdy/access_restriction_by_user 2026-01-19 02:23:46 +00:00
4a049d124e feat: Implement user-specific control for quality check button visibility on manufacturing orders and inventory transfers via a new allowed_quality_checks field on users.
admin.suherdy created branch 19.0 in admin.suherdy/access_restriction_by_user 2026-01-16 02:01:16 +00:00
admin.suherdy pushed to 19.0 at admin.suherdy/access_restriction_by_user 2026-01-16 02:01:16 +00:00
f3aa161807 feat: Extend user access restrictions to quality check buttons on manufacturing orders and stock pickings, and update domain handling for Odoo 19.
admin.suherdy pushed to main at admin.suherdy/access_restriction_by_user 2026-01-16 01:58:53 +00:00
3a96e90596 feat: Hide quality check buttons on manufacturing orders for specific user groups with exceptions for quality roles.
admin.suherdy pushed to main at admin.suherdy/quality_button_restriction 2026-01-15 06:12:18 +00:00
f783c381ca feat: Restrict stock picking validation for non-Quality users when pending quality checks exist.
admin.suherdy pushed to main at admin.suherdy/quality_button_restriction 2026-01-15 03:14:13 +00:00
07bb9367e1 feat: Add a post-init hook to remove the quality user group from specific manufacturing groups' implied IDs.
admin.suherdy pushed to main at admin.suherdy/quality_button_restriction 2026-01-15 02:38:11 +00:00
a13dfce5c6 first commit
admin.suherdy created branch main in admin.suherdy/quality_button_restriction 2026-01-15 02:38:11 +00:00
admin.suherdy created repository admin.suherdy/quality_button_restriction 2026-01-15 02:37:18 +00:00
admin.suherdy pushed to main at admin.suherdy/quality_check_lot_preserve 2026-01-15 02:37:04 +00:00
66c6c5af8e feat: Preserve quality check states and allow pre-lot checks for receipt operations by modifying quality.check and stock.move.line logic.