Files
stock-logistics-warehouse/stock_request_kanban/models/__init__.py
hveficent 0c0d6c05ca [IMP] stock_request_kanban:
* Add Scan Kanban button on Stock Request tree view
* Recompute barcode without crc validation
* Add kanban cards on product cards
2022-02-24 10:41:49 +01:00

8 lines
222 B
Python

# Copyright 2018 Creu Blanca
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from . import stock_request
from . import stock_request_kanban
from . import stock_inventory_kanban
from . import product