mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
* Add Scan Kanban button on Stock Request tree view * Recompute barcode without crc validation * Add kanban cards on product cards
8 lines
222 B
Python
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
|