mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix data clear
This commit is contained in:
@@ -351,8 +351,8 @@ class AppThemeConfigSettings(models.TransientModel):
|
||||
# 清除财务会计单据
|
||||
['account.voucher.line', ],
|
||||
['account.voucher', ],
|
||||
['account.bank.statement', ],
|
||||
['account.bank.statement.line', ],
|
||||
['account.bank.statement', ],
|
||||
['account.payment', ],
|
||||
['account.analytic.line', ],
|
||||
['account.analytic.account', ],
|
||||
@@ -361,6 +361,7 @@ class AppThemeConfigSettings(models.TransientModel):
|
||||
['account.invoice', ],
|
||||
['account.partial.reconcile', ],
|
||||
['account.move.line', ],
|
||||
['hr.expense.sheet', ],
|
||||
['account.move', ],
|
||||
]
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user