blob: 4109cd4909317fd2f87122a9a31b4a18464ed3f5 (
plain)
1
2
3
4
5
6
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import sale_report
from . import report_stock_forecasted
from . import report_stock_rule
|