8 lines
199 B
Python
8 lines
199 B
Python
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""")
|