mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-21 21:02:19 -06:00
[MIG] document_knowledge: Migration to 18.0
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
<odoo>
|
||||
<record id="knowledge_action_documents" model="ir.actions.act_window">
|
||||
<field name="name">Documents</field>
|
||||
<field name="path">documents</field>
|
||||
<field name="res_model">ir.attachment</field>
|
||||
<field name="view_mode">kanban,tree,form</field>
|
||||
<field name="view_mode">kanban,list,form</field>
|
||||
<field name="context">{'search_default_user_documents': True}</field>
|
||||
</record>
|
||||
<record id="ir_attachment_view_user_documents" model="ir.ui.view">
|
||||
|
||||
Reference in New Issue
Block a user