-
-
Notifications
You must be signed in to change notification settings - Fork 297
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] hr_phone: Migration to 16.0 #297
Conversation
- 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
For the PR dependency, please take in account this comment OCA/edi#724 (comment) |
|
Hello @mmequignon
|
my bad, I thought the previous pr has just been reopened. |
655dbce
to
9afefe4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please adapt:
test-requirements.txt
Outdated
@@ -0,0 +1 @@ | |||
odoo-addon-base_phone @git+https://github.com/OCA/connector-telephony@refs/pull/296/head#subdirectory=setup/base_phone |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
odoo-addon-base_phone @git+https://github.com/OCA/connector-telephony@refs/pull/296/head#subdirectory=setup/base_phone | |
odoo-addon-base_phone @git+https://github.com/OCA/connector-telephony@refs/pull/300/head#subdirectory=setup/base_phone |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@florentx : updated
9afefe4
to
00cf52c
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
This PR replaces #295
Depend: