Commit Graph

  • c74613e948 Fix code style #1 Sandy Carter 2014-11-05 14:38:06 -0500
  • 57a171e3e2 Add extra deps Sandy Carter 2014-11-05 10:45:15 -0500
  • 79712488b5 Add python dependencies Sandy Carter 2014-11-05 10:04:35 -0500
  • 91a0ec7e43 Fix code style #2 Sandy Carter 2014-11-05 14:38:06 -0500
  • ce72556fb0 Fix code style #4 Sandy Carter 2014-11-05 12:04:04 -0500
  • 9d21a17031 Add extra deps Sandy Carter 2014-11-05 10:45:15 -0500
  • 4a6dd50b26 Fix code style #5 Sandy Carter 2014-11-05 12:04:04 -0500
  • 64963591b8 Merge pull request #7 from savoirfairelinux/7.0_imports Alexis de Lattre 2014-11-05 19:19:26 +0100
  • 63267355d4 Don't fail if Asterisk and asterisk_click2dial aren't installed #7 Sandy Carter 2014-11-05 10:38:12 -0500
  • 9c60707725 Add python dependencies Sandy Carter 2014-11-05 10:04:35 -0500
  • 76935ef68b Add meta files Sandy Carter 2014-11-05 09:17:38 -0500
  • 7ac5333ae0 Add meta files Sandy Carter 2014-11-05 09:17:38 -0500
  • 5456498909 Add meta files Sandy Carter 2014-11-05 09:17:38 -0500
  • a95516d4c8 Add meta files Sandy Carter 2014-11-05 09:17:38 -0500
  • 53c1ff455b Use =like instead of like in phone number search, because I add the '%' myself Add logger.error in the function used by the inherit of write/create, for easier debugging when it is called by a webservice Add . in PATH in my sample shell scripts Code cleanup (thank you flake8 !) Alexis de Lattre 2014-11-04 22:05:26 +0100
  • c05a80ba92 Port base_phone_popup to web_action_request for v8 Thanks to Jean-Sébastien Suzanne for his help Alexis de Lattre 2014-10-26 14:49:05 +0100
  • 254c718b6d Activate widget on form view of company. Alexis de Lattre 2014-09-02 21:29:32 +0200
  • f33645e8ee Activate widget on form view of company. Alexis de Lattre 2014-09-02 21:29:32 +0200
  • 497665c8b4 FIX remplace debug stuff by real code ! Alexis de Lattre 2014-08-30 00:11:55 +0200
  • 2df7ac128c 5 modules are now in auto_install mode Alexis de Lattre 2014-08-29 21:01:08 +0200
  • 35bf80d8e6 5 modules are now in auto_install mode Alexis de Lattre 2014-08-29 21:01:08 +0200
  • e6ab79bb75 Merge with 7.0 branch revno 116 : Alexis de Lattre 2014-08-26 00:56:29 +0200
  • 5b46ee879c Also remove '-' in the result of format_out_of_country_calling_number Alexis de Lattre 2014-08-26 00:56:02 +0200
  • 460f31f5d0 Update PhoneFormat JS lib Alexis de Lattre 2014-08-26 00:37:59 +0200
  • 232fefac79 Feature "Open Calling Partner" replaced by "Open Caller", with a completely new behavior As a consequence, the modules asterisk_click2dial_event and asterisk_click2dial_crm_claim have been dropped New wizard "Number not found" (inspired by the old "Open Calling Partner" with many enhancements), which is called by base_phone_popup and Open Caller Formatting of number for click2dial is now handled by the phonenumbers lib: as a consequence, 3 fields have been dropped from asterisk.server (national_prefix, international_prefix, country_prefix) New option 'dial_button_invisible' in the phone widget New sample script asterisk_click2dial/scripts/openerp_popup_timeout.sh Update translations and some module descriptions All the modules are now PEP8 compliant Alexis de Lattre 2014-08-26 00:25:27 +0200
  • 0f0e9afc82 Update PhoneFormat JS lib Alexis de Lattre 2014-08-25 16:09:02 +0200
  • beaee9ac0b Add href="#", so that the mouse cursor has the right aspect when over the phone icon Simplify HTML Alexis de Lattre 2014-08-22 23:37:21 +0200
  • 46a5ae07aa Better button for Open Calling Partner s.petersen 2014-08-22 18:02:28 +0200
  • 16339461d7 Port to OpenERP v8.0 Alexis de Lattre 2014-08-21 18:30:08 +0200
  • 55704387cd Update POT file and partial update of FR translation Convert regular string to translatable string Alexis de Lattre 2014-08-21 18:26:10 +0200
  • 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 !) The "Open Calling Partner" feature is now located in the top right menu, next to the Preferences (instead of the Sales menu) A click on tel: and fax: links doesn't open a new tab any more Update description and copyrights of asterisk_click2dial_crm Alexis de Lattre 2014-08-21 00:41:52 +0200
  • fbb54eefd1 Add a "Test Connection to Asterisk" button on the asterisk.server form view. Alexis de Lattre 2014-08-18 18:06:43 +0200
  • d46ed3bdb5 Add semi-column at the end of line in JS code ! Alexis de Lattre 2014-08-15 00:40:56 +0200
  • 3cff96e613 Fix documentation. Alexis de Lattre 2014-08-01 22:40:45 +0200
  • 6d92318bd0 Add support for update of the name on OUTGOING calls (for far, it was only possible on incoming calls). Alexis de Lattre 2014-08-01 21:19:47 +0200
  • 0e873fc07b [IMP] SMS Client Yvan PATRY 2014-07-29 10:50:12 +0200
  • 09b4feacee Very large changes in the structure of the project : - move more asterisk-independant code to base_phone module and create new asterisk-independant modules - rename module asterisk_popup to base_phone_popup - add ability to get callerid names not only from partners, but also from leads, employees, applicants, etc... - same for auto pop-up : not only for partners, but also for leads, employees, etc... Alexis de Lattre 2014-07-28 00:49:09 +0200
  • 1c98624148 Add monkey-patching of format function to add phone=True and phone_format='xxx' arguments. Alexis de Lattre 2014-07-14 01:04:06 +0200
  • f5e2970291 Add country on main company as demo data (otherwize it blocks write on phone numbers). Alexis de Lattre 2014-07-05 16:15:43 +0200
  • 19d6dedd5f PATCH courtesy of Alexey Chechel Remove view_type: form (it's the default value). Alexis de Lattre 2014-06-24 00:07:40 +0200
  • 5ea5ebe08f Add option try_parent in open_filtered_object In the wizard "Open Calling Partner", when you click on "open related orders" for example, it will open the orders with an explicit filter that you can then delete. Alexis de Lattre 2014-04-23 17:11:36 +0200
  • 54dd45056f [IMP] remove prints Mathieu VATEL 2014-04-17 12:10:50 +0200
  • abbcfecbf9 Improve string. Alexis de Lattre 2014-03-24 10:57:07 +0100
  • 10acdf7bdc Extract Asterisk-independant code (the widget="phone" + phone number reformatting) from the asterisk_click2dial module to a new base_phone module. Alexis de Lattre 2014-03-13 23:45:44 +0100
  • f34cf339cf Long-awaited feature : automatic pop-up on incoming calls in the OpenERP Web interface. Special thank to Jean-Sébastien Suzanne for his collaboration on this new feature. Alexis de Lattre 2014-02-01 01:00:41 +0100
  • 6aef8daabb [IMP] Optional Coding Yvan PATRY 2014-01-22 16:20:51 +0100
  • 87438f56b7 [IMP] Encodage for the sms Yvan PATRY 2014-01-22 15:07:03 +0100
  • 264978ac62 [FIX] Yvan PATRY 2014-01-16 11:50:03 +0100
  • 9c9ecb24a8 [FIX] SmsCLient Encode Yvan PATRY 2014-01-16 11:16:39 +0100
  • c6666c83a7 [FIX] Unicode Yvan PATRY 2014-01-16 11:07:08 +0100
  • 1e60665daa [IMP] Encodage issue Yvan PATRY 2014-01-16 10:43:55 +0100
  • 0d69ff0785 [FIX] Imp encodage Yvan PATRY 2014-01-16 10:37:38 +0100
  • c910533ef7 [IMP] Fix Yvan PATRY 2014-01-15 17:32:44 +0100
  • 601811aede [IMP] Imp SMS_client options Yvan PATRY 2014-01-15 16:09:40 +0100
  • 54506bdde9 [ADD] Module account unrealized currency gain loss from v6.1 Yvan PATRY 2014-01-06 09:53:29 +0100
  • 41fcd5f81c Update my script to make it work with the latest versions of the phonenumbers lib. Alexis de Lattre 2013-12-08 22:41:11 +0100
  • ee958d9d31 Use RFC 2806 : add a fax: URL and convert callto: URLs to tel: URLs The wizard "Reformat phones numbers" is now extended to objects other than res.partner Update coding standard Don't use xpath in inherited views when not necessary Alexis de Lattre 2013-10-13 01:17:22 +0200
  • 4a0c55c400 FIX to make the script work with the latest version of the phonenumbers lib Alexis de Lattre 2013-10-01 19:16:45 +0200
  • ba2b4de6b7 [IMP] Add new porperty field for gateway Yvan PATRY 2013-09-17 17:25:07 +0200
  • d83ecd62bf Add 'external_dependencies' in __openerp__.py Remove unneeded imports Alexis de Lattre 2013-09-07 22:46:05 +0200
  • 045ae45ccb [MRG] Merge with pierre Yvan PATRY 2013-09-03 17:55:14 +0200
  • 74caf0015f [ADD] Add contract customer invoice and migrate [IMP] SMS erase print [IMP] Stock analytic XML part is now migrated Yvan PATRY 2013-09-03 17:50:27 +0200
  • b92b962c02 [IMP] - smsclient module's description Mathieu VATEL 2013-08-30 16:10:32 +0200
  • 40b920a81d [IMP] - import dependencies Mathieu VATEL 2013-08-30 14:40:48 +0200
  • 942609f40c [IMP] Fix SOAPpy issue and URL know works Yvan PATRY 2013-08-29 17:51:33 +0200
  • 22e4ef8908 [IMP] Correct description Yvan PATRY 2013-08-29 13:07:56 +0200
  • 9b7252e142 resolve conflicts Hanane 2013-08-27 15:33:27 +0200
  • 5ee4fc0703 [IMP] code cleaning on smsclient Mathieu VATEL 2013-08-23 10:41:32 +0200
  • 0d03b3b410 [MRG] with hanane's images documentation Mathieu VATEL 2013-08-21 09:33:42 +0200
  • 528861d432 add images for account import report Hanane 2013-08-19 11:15:20 +0200
  • a5f0a6a25d add icon to smsclient module Hanane 2013-08-19 09:46:53 +0200
  • b9e3158ea4 add icon to smsclient module Hanane 2013-08-19 09:41:00 +0200
  • 3782edc57d add images Hanane 2013-08-14 18:25:49 +0200
  • 130ae53f62 add images Hanane 2013-08-14 17:21:28 +0200
  • 867b270a40 No need for ilike to match numbers ! Alexis de Lattre 2013-07-11 12:37:42 +0200
  • 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. Add phone widget that handle the "nice" display of phone number to the user. IMPORTANT : you need to restart the wizard "Reformat all phone numbers" in order to put the "phone", "mobile" and "fax" fields in E164 format (without spaces). Alexis de Lattre 2013-07-11 00:16:18 +0200
  • d34f578f97 [ADD] Add two new module , add is_company in the domain of partner_id in the sale and the invoice Yvan PATRY 2013-07-01 11:40:24 +0200
  • 78061f1d39 [IMP] Improve SMS module for V7. SMS and mass SMS work. Yvan PATRY 2013-06-27 15:09:25 +0200
  • c937be9cb4 [IMP] Udapte Module Information Yvan PATRY 2013-06-27 09:37:16 +0200
  • d3bdbd3d04 [ADD] Add module SMS client , still some bug to fix Yvan PATRY 2013-06-26 18:15:22 +0200
  • 9ffc1637e7 [MERGE] Branch lp:~invitu/openerp-asterisk-connector/openerp-asterisk-connector_7_0 by Invitu Adds a module asterisk_click2dial_registration (depends on "event" module). Alexis de Lattre 2013-06-15 22:16:43 +0200
  • ab01598c88 [IMP] Add registration integration Invitu 2013-06-15 07:58:54 -1000
  • d715ff352a Fix a few strings. Update POT file and French translation. Alexis de Lattre 2013-06-01 23:44:06 +0200
  • dee71dea26 Add back "Local" as channel type. Alexis de Lattre 2013-05-28 22:32:12 +0200
  • 1c09f4cb7e [FIX] a regression that I introduced in Invitu's code. Alexis de Lattre 2013-05-28 00:18:58 +0200
  • 630202bd59 [MERGE] Merge branch lp:~invitu/openerp-asterisk-connector/openerp-asterisk-connector_7_0 with minor modifications : - move function _generic_reformat_phonenumbers to asterisk.common - add "Dial" button on CRM claim form Thanks to Invitu for this contribution ! Alexis de Lattre 2013-05-26 22:49:15 +0200
  • 331636f53d [IMP] Add Dial button in Claim Form View Invitu 2013-05-23 06:45:47 -1000
  • 1b445534fe [IMP] move generic_reformat_phonenumbers function to asterisk.common Invitu 2013-05-14 10:28:18 -1000
  • 244ad1dfed [MERGE] branch lp:~invitu/openerp-asterisk-connector/openerp-asterisk-connector_7_0 that fixes the fonction "open crm phonecall" that was broken by my recent commits invitu 2013-05-14 21:58:04 +0200
  • d8f560be1e [FIX] fix open crm phonecall due to alexis's last rewrite Invitu 2013-05-14 09:43:30 -1000
  • ba3f4dca03 Dirty hack to make the wizard views displayed OK in Windows Gtk Client. Alexis de Lattre 2013-05-14 14:39:05 +0200
  • cba415b9cc Move the generic code from res.partner to a new object asterisk.common. res.partner and crm.lead now inherit from asterisk.common. Thanks to Sebastien Beau for giving me the idea. Alexis de Lattre 2013-05-13 01:22:42 +0200
  • 213a7d5836 [MERGE] merge branch lp:~invitu/openerp-asterisk-connector/openerp-asterisk-connector_7_0 with a large rewrite in order to avoid code duplication. Set default value to company_id field. Alexis de Lattre 2013-05-12 01:10:56 +0200
  • 0386c9f843 [IMP] Add Dial button in Lead and Opportunity views [IMP] Add CDR account management for Originating Call Invitu 2013-05-09 22:22:37 -1000
  • 9592f3ee7c Add compatibility with Asterisk 1.4 for the function "Open calling partner" Alexis de Lattre 2013-05-07 22:40:30 +0200
  • df643b0b26 Add compatibility with Asterisk 1.4 for the function "Open calling partner" (untested) Alexis de Lattre 2013-05-07 10:07:56 +0200
  • 86a37a1b72 Avoid a crash when the answer to the "Status" query doesn't contain what is expected. Patch courtesy of Marcel van der Boom (HS-Development BV). Alexis de Lattre 2013-05-05 18:41:38 +0200
  • 2c1b265179 Add read rights on asterisk.server for group "Asterisk CallerID" Patch courtesy of Marcel van der Boom (HS-Development BV) Convert ACLs from XML format to CSV format. Alexis de Lattre 2013-05-05 18:39:18 +0200
  • 94d55f0563 [FIX] Adapt view inheritance of res.partner form to post-v7.0-release changes Patch courtesy of Marcel van der Boom (HS-Development BV) Alexis de Lattre 2013-05-05 03:10:43 +0200
  • 992c1af600 Avoid a crash when the answer to the "Status" query doesn't contain what is expected. Patch courtesy of Marcel van der Boom (HS-Development BV). Alexis de Lattre 2013-05-05 02:50:16 +0200