odoo/addons/account_budget_crossover/wizard/__init__.py

9 lines
275 B
Python

# -*- encoding: utf-8 -*-
import wizard_crossovered_budget_report
import wizard_analytic_account_budget
import wizard_crossovered_budget_summary_report
import wizard_budget_report
import wizard_budget_spread
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: