diff --git a/addons/accounting_pdf_reports/report/__init__.py b/addons/accounting_pdf_reports/report/__init__.py new file mode 100644 index 0000000..a5cdf59 --- /dev/null +++ b/addons/accounting_pdf_reports/report/__init__.py @@ -0,0 +1,12 @@ +from . import report_partner_ledger +from . import report_general_ledger +from . import report_trial_balance +from . import report_tax +from . import report_aged_partner +from . import report_journal +from . import report_financial + + + + +