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
0c8a186f36
Remove Local/ from the list of chan types, because Originate doesn't work with Local/phonenumber.
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
Alexis de Lattre
c6a7271def
Update views to take advantage of the new styles provided by OpenERP 7.0.
12 years ago
Alexis de Lattre
df1d12e643
Port to OpenERP 7.0
Add logo for the module asterisk_click2dial_crm
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.
Thanks to Ludovic Gasc for pointing this lib to me during PyconFR 2012 in Paris !
Fix a bug with Open Calling Partner when CallerID has non-ASCII chars.
Move all code of wizard to wizard directory.
IMPORTANT : when you upgrade to this revision, run the wizard "Reformat all phone numbers" from Settings > Configuration > Asterisk.
12 years ago
Alexis de Lattre
320d8de274
[FIX] avoid a crash when emptying "contact to update"
Fix typo
13 years ago
Alexis de Lattre
d872a4fdbb
Add 'variable' field on res.users
New design of the pop-up "open calling partner" when the calling number is not found
When calling number is not found, now also proposes to update an existing contact
Update French translation
Update module description
13 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.
13 years ago
Alexis de Lattre
8d0cc9c431
Improve (and fixes) the 'Open calling partner' function : better usability and less clicks
Update the description.
13 years ago
Alexis de Lattre
a1327e3b6d
Update the module description to add the new feature "open calling partner".
Code clean-up.
13 years ago
Alexis de Lattre
8e18303c24
Remove purchase menu entry, because it would require a dependancy on the 'purchase' module.
13 years ago
Alexis de Lattre
b1da5449be
New feature : add wizard that opens the partner form of the calling party
13 years ago
Alexis de Lattre
2bf74f63e1
Cosmetic changes.
13 years ago
Alexis de Lattre
233aa43769
Create a dedicated Tab in the res_users view.
Larger phone field in res_partner_address (smaller 'dial' button)
13 years ago
Alexis de Lattre
5ab7197afe
Changed author name to Akretion
Changed view names
Great solution (thanks to Sebastien for finding it !) to avoid having 2 different tree&form views for asterisk server.
14 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.
14 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.
Better handling of check functions when there are several ids.
14 years ago
Alexis de Lattre
8957a378bf
First implementation of get_name_from_phone_number function
Make phone and mobile fields searchable
Took into account some pylint coding convention suggestions
14 years ago
Alexis de Lattre
9f9d8a6021
- Add copyright headers in XML files
- Convert the comments for the functions to the standard style
14 years ago
Alexis de Lattre
d6db0aa211
- smaller "Dial" button on partner contact
- option to allow the use of phone numbers in National format,
as discussed with Albert. This option is on the definition of the server.
-> required a large change of the reformat number process
- added exact link to documentation in module description
- some clean-up
14 years ago
Alexis de Lattre
760f4387c0
Initial import.
Long life to the asterisk_click2dial module for OpenERP !
14 years ago