Tower: upload accounting_pdf_reports 1.0.2 (via marketplace)
This commit is contained in:
7
addons/accounting_pdf_reports/__init__.py
Normal file
7
addons/accounting_pdf_reports/__init__.py
Normal 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""")
|
||||
Reference in New Issue
Block a user