-
Notifications
You must be signed in to change notification settings - Fork 30.1k
[FW][FIX] phone_validation: phone numbers in mexico #202295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FW][FIX] phone_validation: phone numbers in mexico #202295
Conversation
@ande-odoo @tde-banana-odoo cherrypicking of pull request #197838 failed. stdout:
Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?). In the former case, you may want to edit this PR message as well. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
Current behaviour: Mexican phone numbers are not managed correctly following the 2019 changes in Mexico. (Removing a 1 in phone numbers) Cause of the issue: The phonenumbers library removing support of mexican phone numbers starting with 1 in 8.13.38 The Whatsapp API still using the mexican phone numbers starting with 1 Fixes: Patched the phonenumbers library, removing 1 at the right place for mexican phone numbers. Similar to: odoo@53885e4 Changed the forcing to international format when parsing, to make sure the patches are applied before detecting an issue. Similar to: odoo@29a4de8 opw-4473528 X-original-commit: 8452b3a
253e478
to
5a68f39
Compare
@robodoo r+ |
Current behaviour: Mexican phone numbers are not managed correctly following the 2019 changes in Mexico. (Removing a 1 in phone numbers) Cause of the issue: The phonenumbers library removing support of mexican phone numbers starting with 1 in 8.13.38 The Whatsapp API still using the mexican phone numbers starting with 1 Fixes: Patched the phonenumbers library, removing 1 at the right place for mexican phone numbers. Similar to: odoo@53885e4 Changed the forcing to international format when parsing, to make sure the patches are applied before detecting an issue. Similar to: odoo@29a4de8 opw-4473528 closes odoo#202295 X-original-commit: 8452b3a Related: odoo/enterprise#81677 Signed-off-by: Thibault Delavallee (tde) <tde@openerp.com> Signed-off-by: Antoine Demany (ande) <ande@odoo.com>
Current behaviour: Mexican phone numbers are not managed correctly following the 2019 changes in Mexico. (Removing a 1 in phone numbers) Cause of the issue: The phonenumbers library removing support of mexican phone numbers starting with 1 in 8.13.38 The Whatsapp API still using the mexican phone numbers starting with 1 Fixes: Patched the phonenumbers library, removing 1 at the right place for mexican phone numbers. Similar to: odoo/odoo@53885e4 Changed the forcing to international format when parsing, to make sure the patches are applied before detecting an issue. Similar to: odoo/odoo@29a4de8 opw-4473528 closes odoo/odoo#202295 X-original-commit: 8452b3ae74450010cbcd6b84df4b4a4dea6d8380 Related: odoo/enterprise#81677 Signed-off-by: Thibault Delavallee (tde) <tde@openerp.com> Signed-off-by: Antoine Demany (ande) <ande@odoo.com>
Current behaviour:
Mexican phone numbers are not managed correctly following the 2019 changes in Mexico.
(Removing a 1 in phone numbers)
Cause of the issue:
The phonenumbers library removing support of mexican phone numbers starting with 1 in 8.13.38
The Whatsapp API still using the mexican phone numbers starting with 1
Fixes:
Patched the phonenumbers library, removing 1 at the right place for mexican phone numbers.
Similar to: 53885e4
Changed the forcing to international format when parsing, to make sure the patches are applied before detecting an issue.
Similar to: 29a4de8
opw-4473528
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: #197838