Skip to content

Commit

Permalink
[FIX] document_knowledge: Use different path to avoid collision with …
Browse files Browse the repository at this point in the history
…odoo documents
  • Loading branch information
nicomacr committed Jan 7, 2025
1 parent 2f19668 commit 0d4b24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document_knowledge/views/document_knowledge.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0d4b24a

Please sign in to comment.