blob: 90248f477caeb97c8cbb405e2724127fb9f0635b (
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 invoice_report
from . import report_all_channels_sales
|