25 Commits (129c6620cc96b544414cad48624eb4ce98dacd54)

Author SHA1 Message Date
Andhitia Rama 0a213d1c60 Fix flake8 7 years ago
Christophe CHAUVET 4fdfb6db7f [FIX] Check if country_id is passed before check it 7 years ago
Christophe CHAUVET 5b899340d4 [FIX] Fix issue with website_crm module 7 years ago
Alexis de Lattre be1444baa9 FIX _logger is now really available for the except 8 years ago
Alexis de Lattre 4f14ae600c logger.warning -> logger.debug 8 years ago
Alexis de Lattre 53598a0571 Import phonenumbers protected by try/except 8 years ago
Guewen Baconnier 276f60825a Fix Nonetype error 9 years ago
Guewen Baconnier 00e41d9655 Do not interpolate directly in logger 9 years ago
Guewen Baconnier 43cc243d0a Less verbose logs 9 years ago
Benoit Guillot 4baf917d4f [FIX] set countrycode in upper case to avoid error with the lib phonenumbers 9 years ago
Alexis de Lattre e60a818fcb Please welcome the new module ovh_telephony_connector ! 9 years ago
Alexis de Lattre b4522e78c8 More Yaml tests 9 years ago
Alexis de Lattre 62cb85c470 If you enter a phone number in national format, it is now interpreted from the country of the object (partner, lead, hr.applicant), not from the country of the user... a very wanted feature ! 9 years ago
Alexis de Lattre 586296537b Fully remove raise from write/create, to avoid a crash on module install with XML data for res.company + it's related partner with phone numbers 9 years ago
Alexis de Lattre 8d4c7fa99b Add support for "Create CRM phonecall" on leads (and not only partners) 9 years ago
Alexis de Lattre 0e91470ff2 PEP8 fix 9 years ago
Alexis de Lattre 25f00cf7e9 One possible implementation of raise when partner create/write is manual vs no raise with partner create/write is via code 9 years ago
Alexis de Lattre 779bd1e128 Fix bug #17: don't raise by default on write/create 9 years ago
Sandy Carter c74613e948 Fix code style 10 years ago
Alexis de Lattre 53c1ff455b Use =like instead of like in phone number search, because I add the '%' myself 10 years ago
Alexis de Lattre 232fefac79 Feature "Open Calling Partner" replaced by "Open Caller", with a completely new behavior 10 years ago
Alexis de Lattre 8f3040d085 The "Dial" button is now inside the phone widget : this is great because it avoids the double inherit of views with phone fields (4 view XML files are removed in asterisk_click2dial* modules thanks to this !) 10 years ago
Alexis de Lattre 09b4feacee Very large changes in the structure of the project : 10 years ago
Alexis de Lattre 1c98624148 Add monkey-patching of format function to add phone=True and phone_format='xxx' arguments. 10 years ago
Alexis de Lattre 10acdf7bdc Extract Asterisk-independant code (the widget="phone" + phone number reformatting) from the asterisk_click2dial module to a new base_phone module. 10 years ago