411 Commits (12.0)
 

Author SHA1 Message Date
Alexis de Lattre 66610e43c7 Display the country name only when it's not my own country. This make the option to display only the city useless IMHO, so I removed this option. 12 years ago
Alexis de Lattre d907ba2e72 Add support for geolocalisation via the phonenumbers lib in the get_cid_name.py script. If you add --geoloc, the numbers that are not found in OpenERP will be geolocalized. 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 4d246794bf Rename field propose_creation_crm_phonecall to context_propose_creation_crm_call in order to allow modification via the user's preferences. 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 7ec3d004df Port the fix that I made in extra-6.0 revno 5804. 12 years ago
Raimon Esteve d57b50992b [ADD] asterisk_click2dial_crm 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 a6c2095d41 Update translation file. 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 f49a94d14e Add logo that will appear in the list of modules in web client 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 a4d2a0caed Add 2 screenshots. 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 8e18303c24 Remove purchase menu entry, because it would require a dependancy on the 'purchase' module. 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 366e33437f [IMP] Better AGI script : 12 years ago
Alexis de Lattre a418836638 [FIX] Fix issue in constraint function for res_users. 12 years ago
Alexis de Lattre ecc838c39f Add translations from extra-trunk 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
Alexis de Lattre 5655017698 Large code cleanup : 12 years ago
Alexis de Lattre 965389e5a9 Start to clean the networking code : 12 years ago
Alexis de Lattre 233aa43769 Create a dedicated Tab in the res_users view. 12 years ago
Alexis de Lattre b594b084dd Fallback to utf-8 if sys.stdout.encoding fails. 13 years ago
Alexis de Lattre c80995b336 Add support for XML-RPC secure with SSL. 13 years ago
Alexis de Lattre 5ab7197afe Changed author name to Akretion 13 years ago
Alexis de Lattre 21435adf51 Avoid code duplication in views : the full tree/form view for Asterisk server now inherit from the tree/form view in the company form. 13 years ago
Alexis de Lattre afa2462a4e [FIX] Wrong if condition fixed 13 years ago
Alexis de Lattre b51f5b3476 [FIX] Base_contact also inherit the view base.view_partner_address_form1 and removes the "mobile" field, so I need to change the priority to this view too. 13 years ago
Alexis de Lattre 60bacdda0a [FIX] Avoid a view conflict with the "base_contact" module by adding a priority on the res.partner view. 13 years ago
Alexis de Lattre b8d0baa473 Networking code is now IPv6-ready 14 years ago
Alexis de Lattre ed232f3796 - Send CallerID to Asterisk as UTF-8 by default 14 years ago
Alexis de Lattre 5ee8c2e585 [FIX] There shouldn't be any space between the name and the phone number in the callerID instruction to Asterisk. 14 years ago
Alexis de Lattre 7d2bdabf80 Update URL of the module documentation. 14 years ago
Alexis de Lattre 27e9117c83 Better context handling 14 years ago
Alexis de Lattre 3f5715cb91 Add a group "Asterisk CallerID" decidated to the CallerID name lookup feature 14 years ago
Alexis de Lattre 252b52f8a6 Don't put the admin user by default, it's not a good example. 14 years ago
Alexis de Lattre f77d86d593 Add AGI script and its wrapper to manage timeout. 14 years ago
Alexis de Lattre fdefb7b914 Much better function get_name_from_phone_number : 14 years ago