Tower: upload accounting_pdf_reports 19.0.1.0.2 (was 1.0.2, via marketplace)

This commit is contained in:
2026-05-02 11:22:55 +00:00
parent f6f341c372
commit 46ec5c998d
75 changed files with 15449 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from . import wizard
from . import models
from . import report
def _pre_init_clean_m2m_models(env):
env.cr.execute("""DROP TABLE IF EXISTS account_journal_account_report_partner_ledger_rel""")