Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
6279 Ansichten

I would like to test the "Phone Formatting feature in the CRM settings. I mean how Odoo will validate if a phone number has a required prefix or not. 

 My question is: How can I do that in version 12. ?

Avatar
Verwerfen
Beste Antwort

Hi, the phone formatting feature has been introduced in v13 only.

It's active by default in v13, you have nothing to setup.

Avatar
Verwerfen

Hi, can the formatting feature be triggered from the GUI on existing records in res.partner? When creating contacts through the API, the phone number is sanitized, but the formatting is not applied:

vdw >>> kl.search([])[-1].phone='0475617993'

vdw >>> kl.search([])[-1].phone_sanitized

'+32475617993'

vdw >>> kl.search([])[-1].phone='0475617995'

vdw >>> kl.search([])[-1].phone_sanitized

'+32475617995'

vdw >>> kl.search([])[-1].phone

'0475617995'

is it possible to deactivate it?

Verknüpfte Beiträge Antworten Ansichten Aktivität
2
Dez. 24
2367
2
März 15
3490
0
März 15
3345
3
Aug. 25
6362
0
März 15
5588