mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
add ui and widget
This commit is contained in:
@@ -89,7 +89,7 @@ msgstr "删除所有生产单"
|
||||
#. module: app_odoo_customize
|
||||
#: model:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
|
||||
msgid "Delete All Message"
|
||||
msgstr "删除所有消息"
|
||||
msgstr "删除所有消息与关注"
|
||||
|
||||
#. module: app_odoo_customize
|
||||
#: model:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
|
||||
|
||||
@@ -398,6 +398,7 @@ class AppThemeConfigSettings(models.TransientModel):
|
||||
to_removes = [
|
||||
# 清除消息数据
|
||||
['mail.message', ],
|
||||
['mail.followers', ],
|
||||
]
|
||||
try:
|
||||
for line in to_removes :
|
||||
|
||||
Reference in New Issue
Block a user