Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][MIG] base_phone: Migration to 16.0 #296

Closed
wants to merge 105 commits into from

Conversation

nguyenminhchien
Copy link

This PR replaces #294

OCA-git-bot and others added 30 commits March 16, 2023 14:11
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: connector-telephony-12.0/connector-telephony-12.0-base_phone
Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-12-0/connector-telephony-12-0-base_phone/

[UPD] Update base_phone.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: connector-telephony-12.0/connector-telephony-12.0-base_phone
Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-12-0/connector-telephony-12-0-base_phone/

[UPD] Update base_phone.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: connector-telephony-12.0/connector-telephony-12.0-base_phone
Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-12-0/connector-telephony-12-0-base_phone/

[UPD] Update base_phone.pot

Update translation files

Updated by Update PO files to match POT (msgmerge) hook in Weblate.

Update translation files

Updated by Update PO files to match POT (msgmerge) hook in Weblate.

[UPD] Update base_phone.pot

[UPD] Update base_phone.pot

[UPD] Update base_phone.pot

OCA Transbot updated translations from Transifex

OCA Transbot updated translations from Transifex

OCA Transbot updated translations from Transifex

OCA Transbot updated translations from Transifex

OCA Transbot updated translations from Transifex

OCA Transbot updated translations from Transifex

OCA Transbot updated translations from Transifex

OCA Transbot updated translations from Transifex

OCA Transbot updated translations from Transifex

OCA Transbot updated translations from Transifex

OCA Transbot updated translations from Transifex

OCA Transbot updated translations from Transifex

[UPD] pin flake8 version [ci skip]

pre-commit update [ci skip]

[UPD] .travis.yml: Use verbose colored pre-commit [skip ci]
…reformatting) from the asterisk_click2dial module to a new base_phone module.
- 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...
…use it avoids the double inherit of views with phone fields (4 view XML files are removed in asterisk_click2dial* modules thanks to this !)

The "Open Calling Partner" feature is now located in the top right menu, next to the Preferences (instead of the Sales menu)
A click on tel: and fax: links doesn't open a new tab any more
Update description and copyrights of asterisk_click2dial_crm
Convert regular string to translatable string
…letely 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
…%' 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 !)
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
…ual vs no raise with partner create/write is via code
FIX to display the result of the reformat phonenumber wizard to the user
Remove old-style icons on buttons
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.
Re-organise the codebase to prepare the arrival of a new module for a telephony system other than Asterisk
…all with XML data for res.company + it's related partner with phone numbers

FIX install wizard
… from the country of the object (partner, lead, hr.applicant), not from the country of the user... a very wanted feature !
Use the new phone attributes on objects inside the code
@StephaneMangin
Copy link

StephaneMangin commented Apr 24, 2023

Please anonymise the test datas

@mmequignon
Copy link
Member

mmequignon commented May 11, 2023

Hello, I commented on the previous pr:
#294 (comment)

This mixin looks useless to me, since odoo.addons.phone_validation.tools.phone_format has been introduced.
Therefore, this whole module would be useless as well.
I think we should use it in #297 and drop this base_phone module if possible.

@nguyenminhchien
Copy link
Author

Please anonymise the test datas

@StephaneMangin : updated, please review.

@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

Comment on lines 73 to 74
"phone": "(0) 21 619 10 10",
"mobile": "(0) 79 606 42 42",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These numbers are camptocamp ones. Please fully anonymise all the data.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

@hailangvn2023 hailangvn2023 May 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good day @StephaneMangin, new PR has been created to replace this PR and to update the test data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.