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
Sylvain GARANCHER
764d5e1a1c
[FIX] We must now inherit from the base model, instead of monkey-patching
8 years ago
Sylvain Garancher
e81c7b46d5
[MIG] Migrated base_phone to v10.0 ( #107 )
[MIG] Migrated base_phone to v10.0
* Define Phone and Fax as real field types, to avoid the need of defining the widget on each view
* [IMP] Add missing ImportError checks for the phonenumbers module
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
OCA Transbot
0ea3e44917
OCA Transbot updated translations from Transifex
8 years ago
Stéphane Bidoul (ACSONE)
a5f1efafa3
[FIX] remove en.po that was erroneously created by transbot
8 years ago
Alexis de Lattre
9ceeb7ef0a
Finalise move from narrow-no-break-space to no-break-space
8 years ago
Alexis de Lattre
04993ae3f8
Fix bug #93... but it seems do_notify() is not working in v9 in this branch
8 years ago
Alexis de Lattre
12627f9bc8
Fix unittest and another attempt at fixing travis
8 years ago
Alexis de Lattre
8dbdc93517
Replace narrow_no_break_space by no_break_space to make it work on mac OS X
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
df392ae1af
Avoid a crash if there is a create/write with a wrong field name
8 years ago
Alexis de Lattre
da06fb15b4
FIX write when input has no_break_space
8 years ago
Alexis de Lattre
076e4e2046
Restore click2dial feature
8 years ago
Alexis de Lattre
b4dc4042af
JS code cleanup: no spaces in href links
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
390c0e3b09
Port the wizard reformat_all_phonenumbers to the new fields.Phone archi
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
OCA Transbot
08c34e6119
OCA Transbot updated translations from Transifex
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
Alexis de Lattre
1c3e7d6187
Add comment to explain the hack for the POS
9 years ago
Invitu
7e75fc0674
[FIX] Fix problem in point_of_sale with customer editing
9 years ago
Sebastien LANGE
559e5d8f4e
[FIX] Fixing issues from travis in base_phone module
9 years ago
Sebastien LANGE
810c7e6662
[IMP] To avoid conflicts, we check that widgets phone and fax do not exist before using
9 years ago
Sebastien LANGE
50dea5b783
[IMP] Add README.rst file in base_phone module
9 years ago
Alexis de Lattre
9d27f8ecee
[IMP] Migrate base_phone in 9.0
9 years ago
Damien Crier
e5205725cc
[FIX] move country=FR from demo data to test file
Case:
When base_phone is installed --before-- account, account module installs
l10n_fr (generate fiscal year and periods
(see https://github.com/odoo/odoo/blob/8.0/addons/account/account_pre_install.yml and
https://github.com/odoo/odoo/blob/8.0/addons/account/installer.py#L163 ))
and then account_demo.xml fails because fiscalyear and periods already
exists.
9 years ago
Damien Crier
e9c270a37c
[FIX] flake8 errors
9 years ago
Alexis de Lattre
8eed26bf23
FIX avoid phone numbers on 2 lines in tree view
9 years ago
OCA Transbot
a41f9933f8
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
743396f806
OCA Transbot updated translations from Transifex
9 years ago
Guewen Baconnier
b0d50d6836
Fix Nonetype error
The countrycode may be None so we shouldn't call .upper() on it.
Fixes #73
9 years ago
OCA Transbot
fc7a5c48d4
OCA Transbot updated translations from Transifex
9 years ago
Guewen Baconnier
242146de4a
Do not interpolate directly in logger
9 years ago
Guewen Baconnier
f2d8a9868b
Less verbose logs
Logs are cluttered by 'initial value...updated value' and it is really not
necessary to log that using a 'info' level.
The 'error' log level is excessive for the missing country.
If someone really wants to display the original and updated values, there still
is the possibility to use a ``--log-handler=openerp.addons.base_phone:DEBUG``.
9 years ago
OCA Transbot
3937c30a81
OCA Transbot updated translations from Transifex
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
Benoit Guillot
4baf917d4f
[FIX] set countrycode in upper case to avoid error with the lib phonenumbers
9 years ago
agutierrezdapda
2e459d20aa
Fix bug #20 Multiple click2dial when previous click2dial failed
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
Alexis de Lattre
8ace5e125f
FIX a crash when exception has no len
10 years ago
Alexis de Lattre
0f30715c03
XML Code clean-up
10 years ago
Alexis de Lattre
60f4c3643c
PEP8 fix
10 years ago
Alexis de Lattre
60dc99af4d
Fix bug #40
10 years ago
Igor
e62a1ad097
edit arguments accordingly to func definition
small addition to 62cb85c
10 years ago