stock-logistics-tracking
stock-logistics-tracking copied to clipboard
[19.0][MIG]: stock_quant_package_dimension
Migration module stock_quant_package_dimension to 19.0
In addition to the migration, I have refactored several parts of the module following changes to the base Odoo models:
-
product.packaging->stock.package.type: Since product.packaging no longer exists in base Odoo, the volume calculation functionality (_compute_volume) has been moved to the package type. -
stock.quant.package->stock.package: The code has been adapted to align with base Odoo changes regarding the new dimension functionality on packages.
The tests have been adapted accordingly.