Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
816 Vistas

Hello, I was wondering if it was possible to copy the method used to attach documents to products and do the same thing for contacts. I am completely new to Odoo development and am just wondering if it could be possible. And if yes, does anyone have any idea how to do it? Also, this type of module might already exist, but I haven't found it.


I also use Odoo 17 Community Edition.

Avatar
Descartar
Mejor respuesta

Hi, 

Yes, you can create a feature that lets you attach documents to contacts, just like how you can attach them to products right now. 

Think of it like creating a special folder system for each contact. Just as each product can have its own set of documents, we'll set up the same thing for contacts. Each contact will have their own collection of documents that only belong to them.

To create similar functionality for contacts, you would need to build a parallel structure. You would start by creating a new module that defines a contact.document model. This model would mirror the structure of product.document, establishing a one-to-many relationship between contacts and their documents. This means each contact could have multiple documents, and each document would be specifically tied to one contact.

On the screen where you view a contact's information, you'll see a new button that shows how many documents that contact has. When you click this button, it opens up a new screen where you can see all the documents for that contact. You'll be able to view the documents in different ways - like a grid of cards, a simple list, or detailed information about each document.

Need to make sure only the right people can see these documents. Need to set up security rules so that only users with the proper permissions can view or edit documents attached to contacts.

You can also find similar module in odoo app store called 'Contacts Document' but it is paid one.


Best Regards, 
NIZAMUDHEEN MJ
Accurates

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
3
jun 25
2189
4
oct 20
8883
3
feb 24
10339
1
nov 23
2772
1
jun 23
3526