fix data clear

This commit is contained in:
guohuadeng
2018-11-28 05:36:54 +08:00
parent 24d23cd943
commit 5085f20237

View File

@@ -351,8 +351,8 @@ class AppThemeConfigSettings(models.TransientModel):
# 清除财务会计单据 # 清除财务会计单据
['account.voucher.line', ], ['account.voucher.line', ],
['account.voucher', ], ['account.voucher', ],
['account.bank.statement', ],
['account.bank.statement.line', ], ['account.bank.statement.line', ],
['account.bank.statement', ],
['account.payment', ], ['account.payment', ],
['account.analytic.line', ], ['account.analytic.line', ],
['account.analytic.account', ], ['account.analytic.account', ],
@@ -361,6 +361,7 @@ class AppThemeConfigSettings(models.TransientModel):
['account.invoice', ], ['account.invoice', ],
['account.partial.reconcile', ], ['account.partial.reconcile', ],
['account.move.line', ], ['account.move.line', ],
['hr.expense.sheet', ],
['account.move', ], ['account.move', ],
] ]
try: try: