Alexis de Lattre
cd874409de
Switch to anybox branches, now that Jean-Sebastien have merged them
9 years ago
Alexis de Lattre
79e1634ca1
Port base_phone_popup to v9
9 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
ff8fbfcfcd
Port hr_phone to v9
9 years ago
OCA Transbot
08c34e6119
OCA Transbot updated translations from Transifex
9 years ago
OCA Git Bot
0aa8d66804
[ADD] setup.py
9 years ago
OCA Git Bot
16d0cc1983
[UPD] addons table in README.md
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
Juris Malinens
45fffd04cd
Port JS and controller code of asterisk_click2dial to v9
9 years ago
Alexis de Lattre
b381adf93c
Port asterisk_click2dial to new API
9 years ago
Alexis de Lattre
1c3e7d6187
Add comment to explain the hack for the POS
9 years ago
Alexis de Lattre
1064839764
Merge pull request #83 from syleam/9.0-migrate-base_phone
9.0 migrate base phone
9 years ago
Sebastien LANGE
4d31e6ea55
Merge pull request #2 from invitu/9.0-migrate-base_phone
[FIX] Fix problem in point_of_sale with customer editing
9 years ago
OCA Git Bot
3a1da3ce31
[ADD] setup.py
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
4dd1fd0d63
[IMP] web_action_request in anybox is not available in v9 so use the link of PR
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
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
10 years ago
agutierrezdapda
2e459d20aa
Fix bug #20 Multiple click2dial when previous click2dial failed
10 years ago
Alexis de Lattre
0a9d54f28e
set_name_agi.py: add support for JSON-RPC and JSON-RPC SSL
PEP8
10 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