Skip to content

Commit

Permalink
Merge branch 'OCA:14.0' into 14.0-add-voz-telecom-connector
Browse files Browse the repository at this point in the history
  • Loading branch information
TelmoSuarezConinpe authored Jul 17, 2023
2 parents e4cb371 + bb6d962 commit 6a920a4
Show file tree
Hide file tree
Showing 32 changed files with 1,774 additions and 1,410 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[asterisk_click2dial](asterisk_click2dial/) | 14.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Asterisk-Odoo connector
[asterisk_click2dial](asterisk_click2dial/) | 14.0.2.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Asterisk-Odoo connector
[base_phone](base_phone/) | 14.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Validate phone numbers
[connector_voicent](connector_voicent/) | 14.0.1.0.0 | [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Connect Odoo with Voicent
[crm_phone](crm_phone/) | 14.0.1.1.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Improve phone support in CRM
Expand Down
4 changes: 2 additions & 2 deletions asterisk_click2dial/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

{
"name": "Asterisk connector",
"version": "14.0.1.0.0",
"version": "14.0.2.0.0",
"category": "Phone",
"license": "AGPL-3",
"summary": "Asterisk-Odoo connector",
"author": "Akretion,Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/connector-telephony",
"depends": ["base_phone"],
"external_dependencies": {"python": ["Asterisk"]},
"external_dependencies": {"python": ["requests"]},
"data": [
"views/asterisk_server.xml",
"views/res_users.xml",
Expand Down
Loading

0 comments on commit 6a920a4

Please sign in to comment.