You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
275 B

  1. # -*- coding: utf-8 -*-
  2. try:
  3. from . import report
  4. from . import wizard
  5. except ImportError:
  6. import logging
  7. logging.getLogger('openerp.module').warning('''report_xlsx not available in
  8. addons path. account_financial_report_webkit_xlsx will not be usable''')