Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

Link a knowledge article to a project

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
odoo16features
4 Risposte
4935 Visualizzazioni
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
Abbandona
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)
Risposta migliore

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
Abbandona
Avatar
Padraic Mellett
Risposta migliore

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

0
Avatar
Abbandona
Avatar
Brain Station 23
Risposta migliore

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
Abbandona
Avatar
Angelina Moschella
Autore Risposta migliore

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
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
DeprecationWarning: The longpolling-port is a deprecated alias to the gevent-port option, please use the latter Risolto
odoo16features
Avatar
Avatar
Avatar
Avatar
Avatar
5
set 25
24789
How to Add wizard under print button inside the form view.
odoo16features
Avatar
Avatar
Avatar
Avatar
3
ago 25
3779
How to add @api.onchange in _get_view() method odoo 16
odoo16features
Avatar
Avatar
1
mag 25
3694
get all partners which are internal users or portal users odoo16
odoo16features
Avatar
Avatar
1
apr 25
4534
How to add decoration color green with bold to a record with a single conditon
odoo16features
Avatar
Avatar
1
apr 25
5373
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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