-
Notifications
You must be signed in to change notification settings - Fork 11.4k
[IMP] phone: update provider order #16796
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
Open
huisit
wants to merge
1
commit into
19.0
Choose a base branch
from
19.0-phone-update-provider-order-rexhu
base: 19.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -16,7 +16,7 @@ rules. Features like call recording and analytics provide insights into call vol | |||||
| times, helping businesses streamline external communication and track team performance. | ||||||
|
|
||||||
| .. cards:: | ||||||
| .. card:: *Phone* widget | ||||||
| .. card:: Phone widget | ||||||
| :target: voip/voip_widget | ||||||
| :large: | ||||||
|
|
||||||
|
|
@@ -59,21 +59,25 @@ The pop-up widget stays open when navigating other Odoo apps. | |||||
| Assign user permissions | ||||||
| ----------------------- | ||||||
|
|
||||||
| .. note:: | ||||||
| As of Odoo 19.0, the **Phone** app has three access roles that can be assigned. | ||||||
|
|
||||||
| By default, users can receive their own calls, and managers can receive calls for their team | ||||||
| members. To grant additional |VOIP| permissions to a user, go to :menuselection:`Settings app --> | ||||||
| Users \& Companies --> Users` and search for the user. Open the user's contact card and navigate to | ||||||
| the *Access Rights* tab. Go to the *Productivity* section, and in the |VOIP| field select the | ||||||
| desired access level. | ||||||
| members. To grant additional *Phone* app permissions to a user, go to :menuselection:`Settings app | ||||||
| --> Users \& Companies --> Users` and search for the user. Open the user's contact card and navigate | ||||||
| to the *Access Rights* tab. Go to the *Productivity* section, and in the |VOIP| field select the | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
suggestion |
||||||
| desired access role. | ||||||
|
|
||||||
| There are three access roles for |VOIP|: | ||||||
| The **Phone** app has three access roles: | ||||||
|
|
||||||
| - :guilabel:`No`: cannot access |VOIP| features. | ||||||
| - :guilabel:`No`: cannot access **Phone** app features. | ||||||
| - :guilabel:`Officer`: can view and report on all calls. | ||||||
| - :guilabel:`Administrator`: can view, report, and manage call settings. | ||||||
|
|
||||||
| .. important:: | ||||||
| | Database administrators are not automatically granted administrator rights for |VOIP|. | ||||||
| | Make sure to set the correct access level for each |VOIP| user. | ||||||
| | Database administrators are not automatically granted administrator rights for the **Phone** | ||||||
| app. | ||||||
| | Make sure to set the correct access role for each **Phone** app user. | ||||||
|
|
||||||
| To modify these roles or add custom roles, see :ref:`Create and modify groups | ||||||
| <access-rights/groups>`. | ||||||
|
|
@@ -94,20 +98,20 @@ providers in the Odoo database: | |||||
| Learn how to set up Axivox in Odoo. This includes adding users to Axivox, setting up call | ||||||
| queues, and more. | ||||||
|
|
||||||
| .. card:: OnSIP configuration | ||||||
| :target: voip/onsip | ||||||
| :large: | ||||||
|
|
||||||
| Learn how to set up OnSIP in Odoo. This includes entering OnSIP credentials into Odoo and | ||||||
| handling troubleshooting. | ||||||
|
|
||||||
| .. card:: DIDWW configuration | ||||||
| :target: voip/didww | ||||||
| :large: | ||||||
|
|
||||||
| Learn how to set up DIDWW in Odoo. This includes entering DIDWW credentials into Odoo and | ||||||
| purchasing new numbers. | ||||||
|
|
||||||
| .. card:: OnSIP configuration | ||||||
| :target: voip/onsip | ||||||
| :large: | ||||||
|
|
||||||
| Learn how to set up OnSIP in Odoo. This includes entering OnSIP credentials into Odoo and | ||||||
| handling troubleshooting. | ||||||
|
|
||||||
| Other providers must meet two requirements to connect with Odoo: | ||||||
|
|
||||||
| #. The |VOIP| host must provide access to a SIP server via a websocket connection. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Not sure if this requires capitalization. |
||||||
|
|
@@ -150,9 +154,9 @@ well. Click the cards below to learn about |VOIP| workflows in Odoo: | |||||
| .. toctree:: | ||||||
| :titlesonly: | ||||||
|
|
||||||
| voip/onsip | ||||||
| voip/axivox | ||||||
| voip/didww | ||||||
| voip/onsip | ||||||
| voip/voip_widget | ||||||
| voip/devices_integrations | ||||||
| voip/sales_calls | ||||||
|
|
||||||
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.
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.
Was this supposed to be bold or did you mean it to be italic?