Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textil
    • Kov
    • Nábytek
    • Jídlo
    • Pivovar
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • Podpora IT & hardware
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Procházet všechna odvětví
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Služby pro partnery
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

Link a knowledge article to a project

Odebírat

Get notified when there's activity on this post

This question has been flagged
odoo16features
4 Odpovědi
4858 Zobrazení
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
Zrušit
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)
Nejlepší odpověď

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
Zrušit
Avatar
Padraic Mellett
Nejlepší odpověď

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

0
Avatar
Zrušit
Avatar
Brain Station 23
Nejlepší odpověď

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
Zrušit
Avatar
Angelina Moschella
Autor Nejlepší odpověď

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
Zrušit
Enjoying the discussion? Don't just read, join in!

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

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
DeprecationWarning: The longpolling-port is a deprecated alias to the gevent-port option, please use the latter Vyřešeno
odoo16features
Avatar
Avatar
Avatar
Avatar
Avatar
5
zář 25
24518
How to Add wizard under print button inside the form view.
odoo16features
Avatar
Avatar
Avatar
Avatar
3
srp 25
3744
How to add @api.onchange in _get_view() method odoo 16
odoo16features
Avatar
Avatar
1
kvě 25
3639
get all partners which are internal users or portal users odoo16
odoo16features
Avatar
Avatar
1
dub 25
4483
How to add decoration color green with bold to a record with a single conditon
odoo16features
Avatar
Avatar
1
dub 25
5335
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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