I don't use stock_packaging_usability_pp from OCA/stock-logistics-tracking because the feature is native since v11 (I didn't figure it out when I ported stock_packaging_usability_ul from v10 to v14 under the new name stock_packaging_usability_ul I also improved the code to clean it up and use the native field for measured weight
5 lines
119 B
Python
5 lines
119 B
Python
from . import product_packaging
|
|
from . import stock_picking
|
|
from . import stock_move
|
|
from . import stock_quant_package
|