diff --git a/crm_phonecall/README.rst b/crm_phonecall/README.rst index eebecfd4014..f2b35e2c8f9 100644 --- a/crm_phonecall/README.rst +++ b/crm_phonecall/README.rst @@ -17,13 +17,13 @@ CRM Phone Calls :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcrm-lightgray.png?logo=github - :target: https://github.com/OCA/crm/tree/16.0/crm_phonecall + :target: https://github.com/OCA/crm/tree/17.0/crm_phonecall :alt: OCA/crm .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/crm-16-0/crm-16-0-crm_phonecall + :target: https://translation.odoo-community.org/projects/crm-17-0/crm-17-0-crm_phonecall :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/crm&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/crm&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -40,19 +40,20 @@ Usage To use this module, you need to: -#. Go to *CRM > Phone Calls > Logged Calls > New*. -#. If your user has *Show Scheduled Calls Menu* permission, you will see +1. Go to *CRM > Phone Calls > Logged Calls > New*. +2. If your user has *Show Scheduled Calls Menu* permission, you will see scheduled calls menu too. -#. In any moment you can schedule another call, schedule a meeting or convert - call contact to opportunity. -#. Calls can be categorized and you can manage categories in *CRM > +3. In any moment you can schedule another call, schedule a meeting or + convert call contact to opportunity. +4. Calls can be categorized and you can manage categories in *CRM > Configuration > Phone Calls > Categories*. -#. Calls can be analyzed in *CRM > Reporting > Phone Calls Analysis*. +5. Calls can be analyzed in *CRM > Reporting > Phone Calls Analysis*. Known issues / Roadmap ====================== -* Simplify the function schedule_another_phonecall returning always a recordset +- Simplify the function schedule_another_phonecall returning always a + recordset Bug Tracker =========== @@ -60,7 +61,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -68,36 +69,34 @@ Credits ======= Authors -~~~~~~~ +------- * Odoo S.A. * Tecnativa Contributors -~~~~~~~~~~~~ +------------ -* Odoo S.A. -* `Tecnativa `_ - - * Vicent Cubells - * Jairo Llopis - * David Vidal - * Alexandre Díaz - * Stefan Ungureanu - -* RIDA YAHLA +- Odoo S.A. +- `Tecnativa `__ -* Anand Kansagra + - Vicent Cubells + - Jairo Llopis + - David Vidal + - Alexandre Díaz + - Stefan Ungureanu -* `Druidoo `_ +- RIDA YAHLA +- Anand Kansagra +- `Druidoo `__ - * Iván Todorovich - * Manuel Marquez + - Iván Todorovich + - Manuel Marquez -* Ruchir Shukla +- Ruchir Shukla Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -109,6 +108,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/crm `_ project on GitHub. +This module is part of the `OCA/crm `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/crm_phonecall/pyproject.toml b/crm_phonecall/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/crm_phonecall/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/crm_phonecall/readme/CONTRIBUTORS.md b/crm_phonecall/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..3005608af93 --- /dev/null +++ b/crm_phonecall/readme/CONTRIBUTORS.md @@ -0,0 +1,13 @@ +- Odoo S.A. +- [Tecnativa](https://www.tecnativa.com) + - Vicent Cubells + - Jairo Llopis + - David Vidal + - Alexandre Díaz + - Stefan Ungureanu +- RIDA YAHLA \<\> +- Anand Kansagra \<\> +- [Druidoo](https://www.druidoo.io) + - Iván Todorovich \<\> + - Manuel Marquez \<\> +- Ruchir Shukla \<\> diff --git a/crm_phonecall/readme/CONTRIBUTORS.rst b/crm_phonecall/readme/CONTRIBUTORS.rst deleted file mode 100644 index 7367a520a9b..00000000000 --- a/crm_phonecall/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,19 +0,0 @@ -* Odoo S.A. -* `Tecnativa `_ - - * Vicent Cubells - * Jairo Llopis - * David Vidal - * Alexandre Díaz - * Stefan Ungureanu - -* RIDA YAHLA - -* Anand Kansagra - -* `Druidoo `_ - - * Iván Todorovich - * Manuel Marquez - -* Ruchir Shukla diff --git a/crm_phonecall/readme/DESCRIPTION.rst b/crm_phonecall/readme/DESCRIPTION.md similarity index 100% rename from crm_phonecall/readme/DESCRIPTION.rst rename to crm_phonecall/readme/DESCRIPTION.md diff --git a/crm_phonecall/readme/ROADMAP.md b/crm_phonecall/readme/ROADMAP.md new file mode 100644 index 00000000000..710655e4e16 --- /dev/null +++ b/crm_phonecall/readme/ROADMAP.md @@ -0,0 +1,2 @@ +- Simplify the function schedule_another_phonecall returning always a + recordset diff --git a/crm_phonecall/readme/ROADMAP.rst b/crm_phonecall/readme/ROADMAP.rst deleted file mode 100644 index 9f54bdd8754..00000000000 --- a/crm_phonecall/readme/ROADMAP.rst +++ /dev/null @@ -1 +0,0 @@ -* Simplify the function schedule_another_phonecall returning always a recordset diff --git a/crm_phonecall/readme/USAGE.md b/crm_phonecall/readme/USAGE.md new file mode 100644 index 00000000000..589a4a0fe50 --- /dev/null +++ b/crm_phonecall/readme/USAGE.md @@ -0,0 +1,10 @@ +To use this module, you need to: + +1. Go to *CRM \> Phone Calls \> Logged Calls \> New*. +2. If your user has *Show Scheduled Calls Menu* permission, you will + see scheduled calls menu too. +3. In any moment you can schedule another call, schedule a meeting or + convert call contact to opportunity. +4. Calls can be categorized and you can manage categories in *CRM \> + Configuration \> Phone Calls \> Categories*. +5. Calls can be analyzed in *CRM \> Reporting \> Phone Calls Analysis*. diff --git a/crm_phonecall/readme/USAGE.rst b/crm_phonecall/readme/USAGE.rst deleted file mode 100644 index 6a8170975c4..00000000000 --- a/crm_phonecall/readme/USAGE.rst +++ /dev/null @@ -1,10 +0,0 @@ -To use this module, you need to: - -#. Go to *CRM > Phone Calls > Logged Calls > New*. -#. If your user has *Show Scheduled Calls Menu* permission, you will see - scheduled calls menu too. -#. In any moment you can schedule another call, schedule a meeting or convert - call contact to opportunity. -#. Calls can be categorized and you can manage categories in *CRM > - Configuration > Phone Calls > Categories*. -#. Calls can be analyzed in *CRM > Reporting > Phone Calls Analysis*. diff --git a/crm_phonecall/static/description/index.html b/crm_phonecall/static/description/index.html index 87596390733..e5d811a853f 100755 --- a/crm_phonecall/static/description/index.html +++ b/crm_phonecall/static/description/index.html @@ -369,7 +369,7 @@

CRM Phone Calls

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:cf4a0d7435295b9514f8e21035ca71ca4f9253e50121b723f9c293cec34b3509 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/crm Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/crm Translate me on Weblate Try me on Runboat

This module allows to manage phone calls in order to analyze them.

Table of contents

@@ -392,8 +392,8 @@

Usage

  • Go to CRM > Phone Calls > Logged Calls > New.
  • If your user has Show Scheduled Calls Menu permission, you will see scheduled calls menu too.
  • -
  • In any moment you can schedule another call, schedule a meeting or convert -call contact to opportunity.
  • +
  • In any moment you can schedule another call, schedule a meeting or +convert call contact to opportunity.
  • Calls can be categorized and you can manage categories in CRM > Configuration > Phone Calls > Categories.
  • Calls can be analyzed in CRM > Reporting > Phone Calls Analysis.
  • @@ -402,7 +402,8 @@

    Usage

    Known issues / Roadmap

      -
    • Simplify the function schedule_another_phonecall returning always a recordset
    • +
    • Simplify the function schedule_another_phonecall returning always a +recordset
    @@ -410,7 +411,7 @@

    Bug Tracker

    Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

    +feedback.

    Do not contact contributors directly about support or help with technical issues.

    @@ -451,7 +452,7 @@

    Maintainers

    OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

    -

    This module is part of the OCA/crm project on GitHub.

    +

    This module is part of the OCA/crm project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.