mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-22 03:56:56 -06:00
[DEL] document_page: remove deprecated icon key from menu item
This commit is contained in:
parent
f13cfb32ef
commit
0a5e7da393
@ -65,7 +65,6 @@ class DocumentPageCreateMenu(models.TransientModel):
|
||||
menu_id = obj_menu.sudo().create({
|
||||
'name': data.menu_name,
|
||||
'parent_id': data.menu_parent_id.id,
|
||||
'icon': 'STOCK_DIALOG_QUESTION',
|
||||
'action': 'ir.actions.act_window,' + str(action_id.id),
|
||||
})
|
||||
page.write({'menu_id': menu_id.id})
|
||||
|
Loading…
Reference in New Issue
Block a user