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č

Link a knowledge article to a project

Naroči se

Get notified when there's activity on this post

This question has been flagged
odoo16features
4 Odgovori
4908 Prikazi
Avatar
Angelina Moschella

Hello

Is it possible to link a knowledge article to a project/task?

I can see that you can search for the article but don't know how to link it.

We use articles to store instructions/information and want the user to click on the article from within the project to view it instead of searching for it.

I'm using Odoo v16E

Thanks

0
Avatar
Opusti
Liliana Grigor

did you found how to do it?

faOtools

This app - https://apps.odoo.com/apps/modules/16.0/knowsystem - has such a built-in feature to link any article with any Odoo objects for quick search and messaging

Avatar
Julien Banken (jbn)
Best Answer

Hello Angelina,

In addition to the article links you can create using the /article​ command in the pad, you can also use a property field to link articles to your project tasks.

Here's the procedure to follow:

  1. Open a task form view.
  2. Click on the Add a property​ button to add a new property field.
  3. Enter a name for your new field (e.g: "Instructions").
  4. In the Field Type​ field, select Many2one​ to link a single article or Many2many​ to link multiple articles.
  5. In the Model​ field, select the model Knowledge Article​.
  6. Click away to close the dropdown.

Once the field is created, click on it to link an article. After linking an article, you can open it by clicking on the corresponding pill.

0
Avatar
Opusti
Avatar
Padraic Mellett
Best Answer

I just used the same naming format for the project and article in knowledge and linked using /link. 

0
Avatar
Opusti
Avatar
Brain Station 23
Best Answer

Yes, it is possible to link a knowledge article to a project or task in Odoo. However, it is not a native feature, so you will need to create a custom module to achieve it.
To do this, follow these steps:
1.Create a new module and inherit the project.project or project.task model.2.Create a new Many2one relational field with the knowledge.article model.3.Add the new field to the appropriate view by inheriting the view of the form.
Once you have created the custom module, you will need to install it in Odoo. Once installed, you will be able to link knowledge articles to projects and tasks in the Odoo form view.
To do this, simply open the project or task form and select the knowledge article from the Many2one field. Once you have selected the knowledge article, it will be linked to the project or task.
This will allow you to quickly and easily access relevant knowledge articles while working on projects and tasks.
Here is a descriptive example of how to use the custom module to link a knowledge article to a project:
1.Open the project form for the project that you are working on.2.Click on the Knowledge Article field.3.Select the knowledge article that you want to link to the project from the list of available articles.4.Click on the Save button.
The knowledge article will now be linked to the project. You can view the knowledge article by clicking on the Knowledge Article field in the project form.
You can also link knowledge articles to tasks in a similar way. Simply open the task form and select the knowledge article from the Knowledge Article field.
Linking knowledge articles to projects and tasks can be a very useful way to improve your team's productivity and efficiency. By providing easy access to relevant knowledge articles, you can help your team members to quickly find the information they need to complete their tasks.

Thanks & Regards, 

 

Brain Station 23 Ltd. 

Mobile: (+880) 1404055226 

Email: sales@brainstation-23.com 

Web: https://brainstation-23.com/ 

Address: (Building-1) 8th Floor, 2 Bir Uttam AK Khandakar Road, Mohakhali C/A, Dhaka 1212, Bangladesh 

0
Avatar
Opusti
Avatar
Angelina Moschella
Avtor Best Answer

In the Description tab within the Project if you press / it will allow you to select Article and link the article.

However, it doesn't display the number of articles next to the icon at the top of the tool bar, like it does with the paperclip icon when you attach a document.

0
Avatar
Opusti
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
DeprecationWarning: The longpolling-port is a deprecated alias to the gevent-port option, please use the latter Solved
odoo16features
Avatar
Avatar
Avatar
Avatar
Avatar
5
sep. 25
24712
How to Add wizard under print button inside the form view.
odoo16features
Avatar
Avatar
Avatar
Avatar
3
avg. 25
3769
How to add @api.onchange in _get_view() method odoo 16
odoo16features
Avatar
Avatar
1
maj 25
3678
get all partners which are internal users or portal users odoo16
odoo16features
Avatar
Avatar
1
apr. 25
4520
How to add decoration color green with bold to a record with a single conditon
odoo16features
Avatar
Avatar
1
apr. 25
5366
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