Files
stock-logistics-warehouse/stock_packaging_calculator/models/__init__.py
Simone Orsi dcfe9b9994 s_packaging_calculator: add handy mixin
This mixin can be used to provide qty by packaging features
to any model.
2021-12-13 13:14:20 -05:00

3 lines
67 B
Python

from . import product
from . import product_qty_by_packaging_mixin