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
Stéphane Bidoul
366c59465a
[UPD] addons table in README.md
9 years ago
Pedro M. Baeza
b0efe211e5
[MIG] Update metafiles
9 years ago
Pedro M. Baeza
bcc3f92c81
[MIG] Make modules uninstallable
9 years ago
Alexis de Lattre
3c88bdae1b
Merge pull request #64 from pedrobaeza/8.0-transifex
[IMP] Transifex
9 years ago
Stéphane Bidoul
4d08c5ef66
[UPD] prefix versions with 8.0
9 years ago
Pedro M. Baeza
6b2a8b67c2
[IMP] Transifex
9 years ago
Alexis de Lattre
46f89ce453
Merge pull request #62 from akretion/8.0_fix_reformat_number
[FIX] set countrycode in upper case to avoid error with the lib phonenumbers
9 years ago
Benoit Guillot
4baf917d4f
[FIX] set countrycode in upper case to avoid error with the lib phonenumbers
9 years ago
Stéphane Bidoul
432823d2bc
[ADD] addons table in README.md
9 years ago
Alexis de Lattre
bd43a41856
Merge pull request #46 from akretion/8.0-fix-exception-handling
8.0 FIX a crash when exception has no len
9 years ago
Alexis de Lattre
66c95afd7b
Merge pull request #51 from akretion/8.0-jsonrpc
8.0 Asterisk AGI script: add support for JSON-RPC
9 years ago
Alexandre Fayolle
c8a0d43fae
Update travis configuration
use sudo: false to enable container build
use cache: pip to cache pip packages
9 years ago
Alexis de Lattre
0e1dac4f9b
Merge pull request #53 from akretion/8.0-fix-bug-20-good-author
Fix bug #20 Multiple click2dial when previous click2dial failed
9 years ago
agutierrezdapda
2e459d20aa
Fix bug #20 Multiple click2dial when previous click2dial failed
9 years ago
Alexis de Lattre
0a9d54f28e
set_name_agi.py: add support for JSON-RPC and JSON-RPC SSL
PEP8
9 years ago
Alexis de Lattre
3f81810ec7
Merge pull request #47 from akretion/8.0-add-ovh-connector
New module ovh_telephony_connector and related code-reorg in other modules
10 years ago
Alexis de Lattre
b3cec69bcd
Add SOAPpy for travis
10 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
Alexandre Fayolle
a400c5071d
Update travis configuration
don't use "sudo pip install" in travis.yml
10 years ago
Alexandre Fayolle
09a0570549
Update travis configuration
Follow OCA/maintainer-quality-tools#187 and use addons/apt/package directive to
install our build dependencies. This allows using container based Travis builds
(which should be faster).
10 years ago
Alexis de Lattre
8ace5e125f
FIX a crash when exception has no len
10 years ago
Alexis de Lattre
2c7e9c5d5f
Merge pull request #41 from akretion/8.0-fix-bug-40
Fix bug #40 and update travis config
10 years ago
Alexis de Lattre
0f30715c03
XML Code clean-up
10 years ago
Alexis de Lattre
1b1f3044c1
Try to fix travis config file for v8
10 years ago
Alexis de Lattre
60f4c3643c
PEP8 fix
10 years ago
Alexis de Lattre
60dc99af4d
Fix bug #40
10 years ago
Yannick Vaucher
6d331fab07
Merge pull request #33 from 0k/pr-requirements-txt
new: pkg: adds requirements.txt to explicit dependencies
10 years ago
Alexis de Lattre
3d6ca5c789
Merge pull request #38 from morty29/8.0
FIX call of method _generic_reformat_phonenumbers() in the number.not.found wizard
10 years ago
Igor
e62a1ad097
edit arguments accordingly to func definition
small addition to 62cb85c
10 years ago
Alexis de Lattre
9859ef310e
Merge pull request #37 from sysadminmatmoz/8.0
Slovenian translations added
10 years ago
Matjaž Mozetič
4ffc811400
Slovenian translations added
10 years ago
Alexandre Fayolle
7cd227866d
don't use travis container-based infrastructure
10 years ago
Alexis de Lattre
2200e38ac2
Merge pull request #34 from akretion/8.0-fix-old-new-api
FIX old/new API call
10 years ago
Alexis de Lattre
785f6f2a01
FIX old/new API call
10 years ago
Valentin Lab
ec2324c406
new: pkg: adds requirements.txt to explicit dependencies and ease scripted installations.
10 years ago
Alexis de Lattre
568c941148
Merge pull request #31 from akretion/8.0-cleanup-and-restructure
Cleanup, restructure, add YAML tests, take country of partner into account
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
ae40e741ef
Continue to adapt the code to the recent changes
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
586296537b
Fully remove raise from write/create, to avoid a crash on module install with XML data for res.company + it's related partner with phone numbers
FIX install wizard
10 years ago
Alexis de Lattre
27f024c160
Remove an import that is not needed any more
10 years ago
Alexis de Lattre
f425949929
Add missing file
10 years ago