You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# -*- coding: utf-8 -*-
|
|
|
|
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""")
|