Files
stock-logistics-warehouse/stock_request_kanban/models/__init__.py
hveficent 5c4156bfa4 [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-04-28 10:35:25 +02: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