diff --git a/addons/om_account_daily_reports/wizard/__init__.py b/addons/om_account_daily_reports/wizard/__init__.py new file mode 100644 index 0000000..6638ab3 --- /dev/null +++ b/addons/om_account_daily_reports/wizard/__init__.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- + +from . import account_daybook_report +from . import account_cashbook_report +from . import account_bankbook_report +