12 lines
269 B
Python
12 lines
269 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
import abstract_report
|
|
import base_config_settings
|
|
import ir_actions_report_xml
|
|
import ir_http
|
|
import ir_qweb
|
|
import report
|
|
import report_paperformat
|
|
import res_company
|