Hi,
I can't see list of documents in v8 "Knowledge" menu, as we could in v7
Is this a bug ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
I can't see list of documents in v8 "Knowledge" menu, as we could in v7
Is this a bug ?
Find the attachments at: Settings -> Technical -> Database Structure -> Attachments [Menu is visible if the user have 'Technical Features' rights]
Almost a year of the original question and the problem persists. :-(
Well, to ..\addons\document\document_view.xml after line 256. add this
<menuitem name="Documents" id="menu_document_doc" parent="knowledge.menu_document" sequence="0"/>
<menuitem
name="Documents"
action="action_document_file_form"
id="menu_document_files"
parent="menu_document_doc"
sequence="0"
/>
If "documents" have been installed remove and 'reinstall' it from settings --> Configuration --> Knowledge
This is a bug. Seems the menu creation command was omitted on the bundled document module in odoo v8. Surprised no one has mentioned it after such a long time.
Odoo team : Is this a bug ? When will it be corrected ?
Thanks for answer
Hello, I have the same problem, have you received an answer? Regards, David
Hi Dabid, I haven't received any answer from Odoo or someone else, so I "hacked" the menus to get this entry visible
Hi Jean-Marc, could you explain how you did this please? Thanks.
Configuration menu User interface Menu elements Added 2 elements : - "Documents" in "Knowledge" (parent) Menu, with no action - Anoter "Documents" in newly created "Documents" menu, with ir.actions.act_window as an action, and "Documents" as the object
Configuration menu User interface Menu elements Added 2 elements : - "Documents" in "Knowledge" (parent) Menu, with no action - Anoter "Documents" in newly created "Documents" menu, with ir.actions.act_window as an action, and "Documents" as the object
--I forgot : you have to add the group "Knowledge/User" in the menu element And verify that your users have the Knowledge combo box set to "User" in Access rights
I forgot : you have to add the group "Knowledge/User" in the menu element And verify that your users have the Knowledge combo box set to "User" in Access rights
--Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Feb 24
|
714 | ||
|
4
Jul 23
|
3863 | ||
|
2
Jan 23
|
1356 | ||
|
2
Jan 23
|
1511 | ||
|
1
Oct 22
|
2190 |