Alexis de Lattre
2466a9eca5
Port to v12 base_phone, asterisk_click2dial, crm_phone, hr_phone, event_phone and hr_recruitment_phone
6 years ago
oca-travis
46a9b48837
[UPD] Update crm_phone.pot
6 years ago
Stéphane Bidoul (ACSONE)
17d280b23a
remove obsolete .pot files [ci skip]
6 years ago
OCA Transbot
e1a76a22a2
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
a15650399d
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
d54b4f2b1f
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
21bb15ed76
OCA Transbot updated translations from Transifex
8 years ago
Alexis de Lattre
9c86c33ad0
try/except on import phonenumbers lib
8 years ago
Alexis de Lattre
f30a7a6d26
Port crm_phone, hr_phone, hr_recruitment_phone, event_phone to v10
Remove crm_claim_phone, because there is no crm_claim module in v10
Start to port asterisk_click2dial (JS code still needs to be ported)
8 years ago
Pedro M. Baeza
26c6370e54
[MIG] Rename manifest files
8 years ago
Pedro M. Baeza
445e941b74
[MIG] Make modules uninstallable
8 years ago
Alexis de Lattre
12627f9bc8
Fix unittest and another attempt at fixing travis
8 years ago
Alexis de Lattre
5b2ca91e4e
Fix crash in number not found wizard
Remove code that is now useless with new API
8 years ago
Alexis de Lattre
17fa4c8c1d
Phone numbers are now clickable in tree view
Replace spaces by non-breaking-spaces
8 years ago
Alexis de Lattre
f93395abd4
Convert YAML tests to unit-tests, with several improvements
Allow simultaneous use of country_field and partner_field in field definition
8 years ago
Alexis de Lattre
09f47031f8
Port YAML tests to new fields.Phone archi
Fix bugs
8 years ago
Alexis de Lattre
64382c5250
Started to implement solution d) as discussed in https://github.com/OCA/connector-telephony/issues/90
The revolution in the connector-telephony project has started !
8 years ago
Alexis de Lattre
81f01f52a1
Restore the object crm.phonecall that was dropped in v9 community
Proper name_get for callerid for applicants
Small bugfixes/enhancements
9 years ago
Alexis de Lattre
949222daf2
Port event_phone and hr_recruitment_phone to v9
9 years ago
Alexis de Lattre
42e34dfdcd
Port crm_phone to v9
Code cleanup, fixes, small enhancements
The code to extract the calling party number from the list of channels is now inheritable
9 years ago
Pedro M. Baeza
bcc3f92c81
[MIG] Make modules uninstallable
9 years ago
Stéphane Bidoul
4d08c5ef66
[UPD] prefix versions with 8.0
9 years ago
Alexis de Lattre
e60a818fcb
Please welcome the new module ovh_telephony_connector !
Some code clean-up and re-organisation in the generic modules
Prepare the removal of the module asterisk_click2dial_crm
10 years ago
Matjaž Mozetič
4ffc811400
Slovenian translations added
10 years ago
Alexis de Lattre
007504e4d2
Flake8 fix
10 years ago
Alexis de Lattre
b4522e78c8
More Yaml tests
Use the new phone attributes on objects inside the code
10 years ago
Alexis de Lattre
62cb85c470
If you enter a phone number in national format, it is now interpreted from the country of the object (partner, lead, hr.applicant), not from the country of the user... a very wanted feature !
10 years ago
Alexis de Lattre
8d4c7fa99b
Add support for "Create CRM phonecall" on leads (and not only partners)
Re-organise the codebase to prepare the arrival of a new module for a telephony system other than Asterisk
10 years ago
Alexandre Fayolle
7062369359
Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
10 years ago
Alexis de Lattre
c915f4e072
Update screenshots
Remove old-style icons on buttons
10 years ago
Alexis de Lattre
a395cd4cb6
Add widget="phone" in tree view, to have an easy-to-read phone number in tree view
10 years ago
Sandy Carter
c74613e948
Fix code style
10 years ago
Alexis de Lattre
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 !)
10 years ago
Alexis de Lattre
35bf80d8e6
5 modules are now in auto_install mode
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
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