fix clean

add commission
This commit is contained in:
guohuadeng
2018-11-28 05:39:41 +08:00
parent 8bc6eee965
commit 5be4ca1501

View File

@@ -353,8 +353,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', ],
@@ -363,6 +363,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: