mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
This module allows you to analyse your current stock. By default, it shows a graph where lines are products and columns are locations. See screenshot
6 lines
167 B
Python
6 lines
167 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2016 Lorenzo Battistini - Agile Business Group
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
from . import report
|