Alexis de Lattre
460f31f5d0
Update PhoneFormat JS lib
10 years ago
Alexis de Lattre
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
10 years ago
Alexis de Lattre
0f0e9afc82
Update PhoneFormat JS lib
10 years ago
Alexis de Lattre
beaee9ac0b
Add href="#", so that the mouse cursor has the right aspect when over the phone icon
Simplify HTML
10 years ago
s.petersen
46a5ae07aa
Better button for Open Calling Partner
10 years ago
Alexis de Lattre
16339461d7
Port to OpenERP v8.0
10 years ago
Alexis de Lattre
55704387cd
Update POT file and partial update of FR translation
Convert regular string to translatable string
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 !)
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
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
d46ed3bdb5
Add semi-column at the end of line in JS code !
10 years ago
Alexis de Lattre
3cff96e613
Fix documentation.
10 years ago
Alexis de Lattre
6d92318bd0
Add support for update of the name on OUTGOING calls (for far, it was only possible on incoming calls).
10 years ago
Alexis de Lattre
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...
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
f5e2970291
Add country on main company as demo data (otherwize it blocks write on phone numbers).
10 years ago
Alexis de Lattre
19d6dedd5f
PATCH courtesy of Alexey Chechel
Remove view_type: form (it's the default value).
11 years ago
Alexis de Lattre
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.
11 years ago
Alexis de Lattre
abbcfecbf9
Improve string.
11 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.
11 years ago
Alexis de Lattre
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.
11 years ago
Alexis de Lattre
41fcd5f81c
Update my script to make it work with the latest versions of the phonenumbers lib.
11 years ago
Alexis de Lattre
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
11 years ago
Alexis de Lattre
4a0c55c400
FIX to make the script work with the latest version of the phonenumbers lib
11 years ago
Alexis de Lattre
d83ecd62bf
Add 'external_dependencies' in __openerp__.py
Remove unneeded imports
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.
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).
11 years ago
Alexis de Lattre
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).
12 years ago
Invitu
ab01598c88
[IMP] Add registration integration
12 years ago
Alexis de Lattre
d715ff352a
Fix a few strings.
Update POT file and French translation.
12 years ago
Alexis de Lattre
dee71dea26
Add back "Local" as channel type.
12 years ago
Alexis de Lattre
1c09f4cb7e
[FIX] a regression that I introduced in Invitu's code.
12 years ago
Alexis de Lattre
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 !
12 years ago
Invitu
331636f53d
[IMP] Add Dial button in Claim Form View
12 years ago
Invitu
1b445534fe
[IMP] move generic_reformat_phonenumbers function to asterisk.common
12 years ago
invitu
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
12 years ago
Invitu
d8f560be1e
[FIX] fix open crm phonecall due to alexis's last rewrite
12 years ago
Alexis de Lattre
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.
12 years ago
Alexis de Lattre
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.
12 years ago
Invitu
0386c9f843
[IMP] Add Dial button in Lead and Opportunity views
[IMP] Add CDR account management for Originating Call
12 years ago
Alexis de Lattre
9592f3ee7c
Add compatibility with Asterisk 1.4 for the function "Open calling partner"
12 years ago
Alexis de Lattre
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)
12 years ago
Alexis de Lattre
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).
12 years ago
Alexis de Lattre
48205f7b70
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.
12 years ago
Alexis de Lattre
640cddab34
Add encoding in the shell script get_cid_name_timeout.sh
Remove an unused line of code.
12 years ago
Alexis de Lattre
0c8a186f36
Remove Local/ from the list of chan types, because Originate doesn't work with Local/phonenumber.
12 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.
Update year in copyright
12 years ago
Alexis de Lattre
b26a411541
Country prefix now has an intelligent default value.
Just for fun, because I love the phonenumbers lib !
12 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).
WARNING : if you upgrade your asterisk_click2dial module to this version, you should also update the script "get_cid_name.py" on your Asterisk server to this version.
The imports now use the new openerp paths.
Convert self.pool.get('obj') to self.pool['obj'] so that it crashes exactly where it should.
12 years ago
Alexis de Lattre
7ee977832f
Cosmetic changes.
12 years ago
Alexis de Lattre
36a6909d0d
Remove <field name="type">form/tree</field> in `ir.ui.view` model (deprecated in OpenERP 7.0)
12 years ago