This website requires JavaScript.
Explore
Help
Sign In
admin.suherdy
/
mrp_packaging_qty
Watch
1
Star
0
Fork
0
You've already forked mrp_packaging_qty
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
9d6044dd49
mrp_packaging_qty
/
models
History
Suherdy Yacob
9d6044dd49
fix: Adjust total consumed quantities for microscopic rounding errors by applying the difference to a single move line instead of individual lines.
2026-03-19 13:19:35 +07:00
..
__init__.py
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
mrp_bom.py
fix: Standardize quantity calculations to 8 decimal places and refine decimal cleaning thresholds for improved precision.
2026-03-16 09:44:44 +07:00
mrp_packaging.py
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
mrp_production_schedule.py
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
mrp_production.py
fix: Adjust total consumed quantities for microscopic rounding errors by applying the difference to a single move line instead of individual lines.
2026-03-19 13:19:35 +07:00
stock_move.py
fix: Standardize quantity calculations to 8 decimal places and refine decimal cleaning thresholds for improved precision.
2026-03-16 09:44:44 +07:00