admin.suherdy
  • Joined on 2024-12-09
admin.suherdy created branch 19.0 in admin.suherdy/mrp_shared_operation 2026-02-11 04:57:17 +00:00
admin.suherdy created repository admin.suherdy/mrp_shared_operation 2026-02-11 04:56:26 +00:00
admin.suherdy pushed to 19.0 at admin.suherdy/mo_lock_consumed 2026-02-11 04:20:53 +00:00
0285ce9ebe feat: Enhance consumed quantity locking for MO components, adding virtual record support and immediate locking on creation.
admin.suherdy pushed to 19.0 at admin.suherdy/quality_patch 2026-02-11 03:32:17 +00:00
78e6f6f078 refactor: Remove extensive debug logging and update move line quantity using the write method for persistence.
admin.suherdy created branch 19.0 in admin.suherdy/quality_patch 2026-02-11 03:28:50 +00:00
admin.suherdy pushed to 19.0 at admin.suherdy/quality_patch 2026-02-11 03:28:50 +00:00
4a44ffa1fe first commit
admin.suherdy created repository admin.suherdy/quality_patch 2026-02-11 03:27:35 +00:00
admin.suherdy pushed to 19.0 at admin.suherdy/mo_lock_consumed 2026-02-10 17:17:08 +00:00
71db3eed46 Simplify _should_bypass_set_qty_producing to check only manual_consumption and add a guard in write to prevent zeroing out consumed quantities for production components.
admin.suherdy pushed to 19.0 at admin.suherdy/mo_lock_consumed 2026-02-10 16:44:30 +00:00
1ff922db7b feat: Enforce manual consumption and picked flags on stock move quantity write and update consumption bypass conditions.
admin.suherdy pushed to 18.0 at admin.suherdy/citizen_zpl_printer 2026-02-10 16:31:01 +00:00
b40433169c fix lot_producing_id change to lot_producing_ids[:1]
admin.suherdy pushed to main at admin.suherdy/pos_loyalty_discount_before_tax 2026-02-10 10:15:27 +00:00
b381cbc779 fix: Calculate gross amount using price_subtotal instead of price_subtotal_incl for order lines.
admin.suherdy pushed to main at admin.suherdy/account_report_show_all 2026-02-10 09:24:52 +00:00
593ae621b3 Refactor account code filtering to support alphanumeric codes and move zero-balance summary account exclusion from SQL to Python for broader compatibility.
admin.suherdy pushed to main at admin.suherdy/odoo_utility_scripts 2026-02-10 08:20:50 +00:00
8bc083b84e feat: Add Odoo utility scripts for remote stock movement and BOM operation unlinking.
admin.suherdy pushed to 19.0 at admin.suherdy/approval_wh_prep_move 2026-02-10 07:53:50 +00:00
70ae5ea804 first commit
admin.suherdy created branch 19.0 in admin.suherdy/approval_wh_prep_move 2026-02-10 07:53:50 +00:00
admin.suherdy created repository admin.suherdy/approval_wh_prep_move 2026-02-10 07:50:35 +00:00
admin.suherdy pushed to 19.0 at admin.suherdy/mo_lock_consumed 2026-02-10 05:02:21 +00:00
7b4130fc6c refactor: Remove 'picked' status as a condition for locking consumed quantity and bypassing quantity updates.
admin.suherdy pushed to 19.0 at admin.suherdy/mrp_packaging_qty 2026-02-10 04:20:05 +00:00
849a50ec43 refactor: remove super call from _onchange_bom_id method.
admin.suherdy pushed to 19.0 at admin.suherdy/mrp_packaging_qty 2026-02-10 01:23:50 +00:00
5762c3896b refactor: Reimplement packaging_qty as a computed and inversed field, allowing product_qty to always be visible.
admin.suherdy pushed to 19.0 at admin.suherdy/mrp_packaging_qty 2026-02-09 10:18:10 +00:00
076fb7ee0b feat: Introduce mrp.packaging model and integrate packaging quantity management into MRP Production, BOM, and Production Schedule, along with production tracking and move line merging.