mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-21 12:52:18 -06:00
[FIX] document_knowledge: Use different path to avoid collision with odoo documents
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<odoo>
|
||||
<record id="knowledge_action_documents" model="ir.actions.act_window">
|
||||
<field name="name">Documents</field>
|
||||
<field name="path">documents</field>
|
||||
<field name="path">knowledge-documents</field>
|
||||
<field name="res_model">ir.attachment</field>
|
||||
<field name="view_mode">kanban,list,form</field>
|
||||
<field name="context">{'search_default_user_documents': True}</field>
|
||||
|
||||
Reference in New Issue
Block a user