Files
stock-logistics-warehouse/stock_request_kanban/models/__init__.py
hveficent 2c707f00e9 [IMP] stock_request_kanban:
* Add Scan Kanban button on Stock Request tree view
* Recompute barcode without crc validation
* Add kanban cards on product cards
2020-03-20 10:07:34 +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