mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 11:52:18 -06:00
[MIG] document_page: Migration to 11.0
continue migration
This commit is contained in:
committed by
FernandoRomera
parent
125f97d388
commit
607e4a8b25
@@ -64,7 +64,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})
|
||||
|
||||
Reference in New Issue
Block a user