Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

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

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

Link a knowledge article to a project

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
odoo16features
4 Réponses
4928 Vues
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
Ignorer
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)
Meilleure réponse

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
Ignorer
Avatar
Padraic Mellett
Meilleure réponse

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

0
Avatar
Ignorer
Avatar
Brain Station 23
Meilleure réponse

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
Ignorer
Avatar
Angelina Moschella
Auteur Meilleure réponse

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
Ignorer
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
DeprecationWarning: The longpolling-port is a deprecated alias to the gevent-port option, please use the latter Résolu
odoo16features
Avatar
Avatar
Avatar
Avatar
Avatar
5
sept. 25
24767
How to Add wizard under print button inside the form view.
odoo16features
Avatar
Avatar
Avatar
Avatar
3
août 25
3777
How to add @api.onchange in _get_view() method odoo 16
odoo16features
Avatar
Avatar
1
mai 25
3687
get all partners which are internal users or portal users odoo16
odoo16features
Avatar
Avatar
1
avr. 25
4530
How to add decoration color green with bold to a record with a single conditon
odoo16features
Avatar
Avatar
1
avr. 25
5372
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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