OCA Transbot
6a79b2186a
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
42e2e20d8c
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
eb8723008b
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
3f1e8dcc94
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
807a377e83
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
017861331f
OCA Transbot updated translations from Transifex
8 years ago
Alexis de Lattre
be1444baa9
FIX _logger is now really available for the except
8 years ago
Alexis de Lattre
4f14ae600c
logger.warning -> logger.debug
8 years ago
Alexis de Lattre
53598a0571
Import phonenumbers protected by try/except
8 years ago
OCA Transbot
50e97d35ca
OCA Transbot updated translations from Transifex
8 years ago
Stéphane Bidoul (ACSONE)
a8ff380cb6
[FIX] remove en.po that was erroneously created by transbot
8 years ago
Alexis de Lattre
c921346ca0
FIX for mac OS X: proper spacing in tree view
8 years ago
Alexis de Lattre
4165103206
FIX avoid crash in report caused by the failure to reformat a phone number
9 years ago
Damien Crier
50814b1ab7
[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
4e90cb29ba
[FIX] flake8 errors
9 years ago
Alexis de Lattre
ed0e8c0433
FIX avoid phone numbers on 2 lines in tree view
9 years ago
OCA Transbot
72ce33fcb3
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
2ef156647b
OCA Transbot updated translations from Transifex
9 years ago
Guewen Baconnier
276f60825a
Fix Nonetype error
The countrycode may be None so we shouldn't call .upper() on it.
Fixes #73
9 years ago
OCA Transbot
39923f5412
OCA Transbot updated translations from Transifex
9 years ago
Guewen Baconnier
00e41d9655
Do not interpolate directly in logger
9 years ago
Guewen Baconnier
43cc243d0a
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
213bfbe7ee
OCA Transbot updated translations from Transifex
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
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
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
Matjaž Mozetič
4ffc811400
Slovenian translations added
10 years ago
Valentin Lab
ec2324c406
new: pkg: adds requirements.txt to explicit dependencies and ease scripted installations.
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
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
0ad368989a
base_phone: Add YAML test
10 years ago
Alexis de Lattre
0e91470ff2
PEP8 fix
10 years ago
Alexis de Lattre
03265255fd
Adapt the reformat_phonenumber_wizard to the new behavior on raise
FIX to display the result of the reformat phonenumber wizard to the user
10 years ago
Alexis de Lattre
25f00cf7e9
One possible implementation of raise when partner create/write is manual vs no raise with partner create/write is via code
10 years ago
Alexis de Lattre
779bd1e128
Fix bug #17 : don't raise by default on write/create
As a consequence, we can have non E.164 values inside the phone/mobile/fax fields: in this case, we don't display an href link on the field and we don't display the Dial button.
Fix show old number on paging for fax field
10 years ago
Tristan Hill
55090639f1
FIX: clear field when number not set rather than leaving previous value
10 years ago
Alexis de Lattre
846490dc1f
Start the wizard "Reformat Phone Numbers" after the installation of the module
Update module description
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