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.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:
|
||||||
|
|||||||
Reference in New Issue
Block a user