From 593267811fddbb985fd7d21378cd3c4d92091135 Mon Sep 17 00:00:00 2001 From: git_admin Date: Fri, 1 May 2026 14:20:21 +0000 Subject: [PATCH] Tower: upload accounting_pdf_reports 1.0.2 (via marketplace) --- addons/accounting_pdf_reports/report/__init__.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 addons/accounting_pdf_reports/report/__init__.py 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 + + + + +