Commit Graph

10 Commits

Author SHA1 Message Date
b796e62f24 refactor: rewrite MO decimal fixing script to use direct Odoo ORM instead of XML-RPC. 2026-03-05 08:56:41 +07:00
e5923de362 fix: Prevent floating-point inaccuracies in MO raw material quantities during BOM explosion and correct existing noise with a cleanup script. 2026-03-05 08:42:40 +07:00
4fd8c57af3 feat: Implement precise unit factor calculation for BOM-related stock moves and add a script to fix existing MO quantity decimals. 2026-03-04 11:36:48 +07:00
3b19d279ff fix: Prevent unit conversion in production schedule view state when use_all_schedules is true for replenishment calculations. 2026-02-18 14:29:55 +07:00
ebef032f0e feat: Add a dedicated menu for managing MRP packaging records and update documentation to reflect the new management and deletion capabilities. 2026-02-13 09:33:09 +07:00
849a50ec43 refactor: remove super call from _onchange_bom_id method. 2026-02-10 11:19:56 +07:00
5762c3896b refactor: Reimplement packaging_qty as a computed and inversed field, allowing product_qty to always be visible. 2026-02-10 08:23:41 +07: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. 2026-02-09 17:18:01 +07:00
c305b0f113 feat: Refactor packaging fields to use product.uom for quantity calculations and remove group restrictions. 2026-01-20 16:53:29 +07:00
49db20c6d4 first commit 2026-01-12 16:53:56 +07:00