Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
7715 Widoki

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?

Awatar
Odrzuć
Autor Najlepsza odpowiedź

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.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
sie 24
2043
0
sie 24
196
1
lis 23
3302
1
kwi 24
2914
0
maj 20
3011