I would like to automatically generate the customer reference when I save a new customer in my database. I have lots of customers and it would help when interacting with them. How can I do that?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
The "customer reference" field is mostly used to store historical references from previous software.
If you need a similar mechanism in Odoo to improve the customer relationship, I would use the "id" field (of "res.partner" object). It increments automatically as you create new contacts (1 -> ...). You can add it to the email using placeholders, you can display it in the printed documents, you can type it in the URL to directly open the related contact form when interacting with them, or even use it in quick searches of search views.
You can find an example of this in the Helpdesk app. Ticket ref is the record ID.
install
https://github.com/OCA/partner-contact/tree/14.0/partner_ref_unique
in company set partner_ref_unique = all
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!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
ago 24
|
1808 | ||
|
0
ago 24
|
196 | ||
|
1
nov 23
|
2861 | ||
Search the 'log notes'
Risolto
|
|
1
apr 24
|
2701 | |
|
0
mag 20
|
2781 |