Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

v 8.0 : Can't see documents in "Knowledge" menu

Naroči se

Get notified when there's activity on this post

This question has been flagged
knowledgedocuments
12 Odgovori
7189 Prikazi
Avatar
Jean-Marc Dupont

Hi,

I can't see list of documents in v8 "Knowledge" menu, as we could in v7

Is this a bug ?

0
Avatar
Opusti
Avatar
Hiral Patel (hip)
Best Answer

Find the attachments at: Settings -> Technical -> Database Structure -> Attachments [Menu is visible if the user have 'Technical Features' rights]

0
Avatar
Opusti
Avatar
Jaime Vasquez
Best Answer

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


 

0
Avatar
Opusti
Avatar
Cyrus Waithaka
Best Answer

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.

0
Avatar
Opusti
Avatar
Jean-Marc Dupont
Avtor Best Answer

Odoo team : Is this a bug ? When will it be corrected ?

Thanks for answer

0
Avatar
Opusti
David Verove

Hello, I have the same problem, have you received an answer? Regards, David

Jean-Marc Dupont
Avtor

Hi Dabid, I haven't received any answer from Odoo or someone else, so I "hacked" the menus to get this entry visible

Ev Lav

Hi Jean-Marc, could you explain how you did this please? Thanks.

Jean-Marc Dupont
Avtor

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

OdooBot
Hi, thank for the quick feedback.

I created the menu's as you suggest but they do not appear. I must be missing something to get them to appear under the 'Knowledge' menu.

I noticed in 'Menu Items' that there already is another Knowledge menu, presumably for the documents and attachments saved on the system called 'Knowledge/Collaborative Content'. This menu also does not display under 'Knowledge'.
There are no groups defined under 'Knowledge/Collaborative Content' and mousing over 'Group name' displays the pop-up message "If you have groups, the visibility of this menu will be based on these groups. If this field is empty, Odoo will compute visibility based on the related object's read access."

Not to sure where to go from here. What was your experience to get this working? Thanks.
Evin Lavery


On 11.01.2015 10:11, Jean-Marc Dupont wrote:
<blockquote cite="mid:1420967515.121412038803101.467163086613154-openerp-61362-forum.post@accounts.odoo.com" type="cite">

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

--
Jean-Marc Dupont
Sent by Odoo S.A. using Odoo about Forum Post False
Jean-Marc Dupont
Avtor

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

OdooBot
Thanks. That worked. Access rights were already set. I just applied group "Knowledge/User" to the menu item 'Knowledge' and that was enough. Strange that this is not already set up as default, do you know why this is?

The 'Sequence' field when creating the menus has no other function except to say how high it is on the list right, it has no bearing on function, is that correct?

Thanks.
Evin Lavery


On 11.01.2015 23:03, Jean-Marc Dupont wrote:
<blockquote cite="mid:1421013792.213294029235840.835296201883719-openerp-61362-forum.post@accounts.odoo.com" type="cite">

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

--
Jean-Marc Dupont
Sent by Odoo S.A. using Odoo about Forum Post False
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Prijavi
Related Posts Odgovori Prikazi Aktivnost
Referenzen für Wissensdatenbank-Artikel?
knowledge
Avatar
Avatar
1
sep. 25
728
button "share for web" doesn't appear in knowledge app Solved
knowledge
Avatar
Avatar
Avatar
Avatar
3
mar. 25
3653
Odoo 13 don't have Documents?
documents
Avatar
Avatar
Avatar
Avatar
Avatar
4
jul. 23
8810
Knowledge app - Not possible to insert images Solved
knowledge
Avatar
Avatar
Avatar
2
jan. 23
3767
Using knowledge base from v16 on V15 Solved
knowledge
Avatar
Avatar
Avatar
2
jan. 23
3674
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now