forked from OCA/connector-telephony
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Syncing from upstream OCA/connector-telephony (16.0) #176
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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...
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.
… 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
Proper name_get for callerid for applicants Small bugfixes/enhancements
The revolution in the connector-telephony project has started !
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)
…nt_phone and hr_recruitment_phone
Migrate README to the new subdir format
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: connector-telephony-14.0/connector-telephony-14.0-hr_phone Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-hr_phone/
Currently translated at 100.0% (4 of 4 strings) Translation: connector-telephony-14.0/connector-telephony-14.0-hr_phone Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-hr_phone/es/
…nt_phone and hr_recruitment_phone
Move tests from base_phone to crm_phone (to benefit from crm_phone_validation) Don't use a demo partner in test (this partner was removed in later versions) Continue to remove dependancy on demo data in tests Forward port of base_phone_popup from v10 to v12 (use web_notify)
Migrate README to the new subdir format
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: connector-telephony-14.0/connector-telephony-14.0-hr_recruitment_phone Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-hr_recruitment_phone/
Currently translated at 100.0% (4 of 4 strings) Translation: connector-telephony-14.0/connector-telephony-14.0-hr_recruitment_phone Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-hr_recruitment_phone/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: connector-telephony-16.0/connector-telephony-16.0-hr_recruitment_phone Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-16-0/connector-telephony-16-0-hr_recruitment_phone/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: connector-telephony-16.0/connector-telephony-16.0-hr_phone Translate-URL: https://translation.odoo-community.org/projects/connector-telephony-16-0/connector-telephony-16-0-hr_phone/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
bt_gitbot