70 Commits (1348eb752bd318b283fa2b69f23a1ed1310e1911)

Author SHA1 Message Date
Sandy Carter 91a0ec7e43 Fix code style 10 years ago
Sandy Carter 63267355d4 Don't fail if Asterisk and asterisk_click2dial aren't installed 10 years ago
Alexis de Lattre 5b46ee879c Also remove '-' in the result of format_out_of_country_calling_number 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 fbb54eefd1 Add a "Test Connection to Asterisk" button on the asterisk.server form view. 10 years ago
Alexis de Lattre 09b4feacee Very large changes in the structure of the project : 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
Alexis de Lattre ee958d9d31 Use RFC 2806 : add a fax: URL and convert callto: URLs to tel: URLs 11 years ago
Alexis de Lattre 867b270a40 No need for ilike to match numbers ! 11 years ago
Alexis de Lattre 6e7a2b5c2f The regular "phone", "mobile" and "fax" fields now store the phone number in E164 format ; the special fields phone_e164, mobile_e164 and fax_164 are not used any more. 11 years ago
Alexis de Lattre d715ff352a Fix a few strings. 11 years ago
Alexis de Lattre dee71dea26 Add back "Local" as channel type. 11 years ago
Invitu 331636f53d [IMP] Add Dial button in Claim Form View 11 years ago
Invitu 1b445534fe [IMP] move generic_reformat_phonenumbers function to asterisk.common 11 years ago
Alexis de Lattre cba415b9cc Move the generic code from res.partner to a new object asterisk.common. 11 years ago
Invitu 0386c9f843 [IMP] Add Dial button in Lead and Opportunity views 11 years ago
Alexis de Lattre 9592f3ee7c Add compatibility with Asterisk 1.4 for the function "Open calling partner" 11 years ago
Alexis de Lattre 992c1af600 Avoid a crash when the answer to the "Status" query doesn't contain what is expected. 11 years ago
Alexis de Lattre 0c8a186f36 Remove Local/ from the list of chan types, because Originate doesn't work with Local/phonenumber. 11 years ago
Alexis de Lattre 785cd21cf2 Update version number of the script get_cid_name.py, to make it easier to identify people who forgot to update it. 11 years ago
Alexis de Lattre b26a411541 Country prefix now has an intelligent default value. 11 years ago
Alexis de Lattre 9e52016e20 The number of digits to match from the end of the phone number is now configurable. This code is now fully located in the asterisk_click2dial module (removed from the "get_cid_name.py" script). 11 years ago
Alexis de Lattre 36a6909d0d Remove <field name="type">form/tree</field> in `ir.ui.view` model (deprecated in OpenERP 7.0) 11 years ago
Alexis de Lattre df1d12e643 Port to OpenERP 7.0 12 years ago
Alexis de Lattre 3b135715d7 Remove the import of the socket lib, that we don't use any more. 12 years ago
Alexis de Lattre 602abe0639 Use py-asterisk from http://code.google.com/p/py-asterisk/ (up-to-date mercurial version required) instead of our own code 12 years ago
Alexis de Lattre 36432f2c1a [FIX] open calling partner should work again. 12 years ago
Alexis de Lattre be2d36c817 More debug and warning messages, to help a user in its debug. 12 years ago
Alexis de Lattre 0343cc55e0 Add debug log, to help a user. 12 years ago
Alexis de Lattre 94269758c5 Now uses the phonenumber lib to reformat numbers in "clean" format and store them in E.164 format. Start to modify the code to take advantage of this great lib. 12 years ago
Alexis de Lattre 3007465487 Add Local/ as possible channel type 12 years ago
Alexis de Lattre e0659b3cee Don't set readonly fields in the "open calling partner" wizard, to avoid calling default_get twice (and thus connect to asterisk twice) 12 years ago
Alexis de Lattre 47a5ce21fa Fix crahes when using the Web interface (these crashes did not occur with the Gtk Client) 12 years ago
nodenet-1 d0a008beb9 Patch courtesy of daemon dog : 12 years ago
Alexis de Lattre 2545c13286 asterisk_click2dial_crm : 12 years ago
Alexis de Lattre f369629f4c Port asterisk_click2dial_crm to version 6.1 : 12 years ago
Alexis de Lattre 8257572891 Better error message. 12 years ago
Alexis de Lattre 320d8de274 [FIX] avoid a crash when emptying "contact to update" 12 years ago
Alexis de Lattre d872a4fdbb Add 'variable' field on res.users 12 years ago
Alexis de Lattre 5b5ae883b0 Works even if national_prefix is empty. 12 years ago
Alexis de Lattre b3d0b3d24d Convert the phone number to international format before writing it on the new partner. 12 years ago
Alexis de Lattre 192fee1b00 Add user-specific alert-info option. 12 years ago
Alexis de Lattre 3a01e63f36 For the feature "Open calling party", if the phone number is not in OpenERP, he proposes to create a new partner with this phone or mobile number. 12 years ago
Alexis de Lattre 8d0cc9c431 Improve (and fixes) the 'Open calling partner' function : better usability and less clicks 12 years ago
Alexis de Lattre a1327e3b6d Update the module description to add the new feature "open calling partner". 12 years ago
Alexis de Lattre b1da5449be New feature : add wizard that opens the partner form of the calling party 12 years ago
Alexis de Lattre a418836638 [FIX] Fix issue in constraint function for res_users. 12 years ago
Alexis de Lattre 2bacbe5af7 Convert to new logger API of OpenERP 6.1 12 years ago
Alexis de Lattre 2bf74f63e1 Cosmetic changes. 12 years ago