diff --git a/crm_lead_to_task/README.rst b/crm_lead_to_task/README.rst index 6c2f1c151b8..1ef364731b3 100644 --- a/crm_lead_to_task/README.rst +++ b/crm_lead_to_task/README.rst @@ -17,22 +17,22 @@ Lead to Task :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-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_lead_to_task + :target: https://github.com/OCA/crm/tree/17.0/crm_lead_to_task :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_lead_to_task + :target: https://translation.odoo-community.org/projects/crm-17-0/crm-17-0-crm_lead_to_task :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| This module allows to convert leads/opportunities to tasks. -**DISCLAIMER:** This module is a forward-port of a module from Odoo S.A. and as -such, it is not included in the OCA CLA. That means we do not have a copy of the -copyright on it like all other OCA modules. +**DISCLAIMER:** This module is a forward-port of a module from Odoo S.A. +and as such, it is not included in the OCA CLA. That means we do not +have a copy of the copyright on it like all other OCA modules. **Table of contents** @@ -42,19 +42,20 @@ copyright on it like all other OCA modules. Configuration ============= -#. You need to have at least "Project User" and "Salesman" permissions to be - able to convert leads to tasks. +1. You need to have at least "Project User" and "Salesman" permissions + to be able to convert leads to tasks. Usage ===== -#. Go to *CRM > Sales > My pipeline*. -#. Open one of the existing leads or create one. -#. Click on the button "Convert to Task". -#. A popup will appear asking you for a possible project for the task. -#. Click on "Create Task" button. -#. You will be redirected to the recently created task, that contains all the - information from the lead, including attachments and messages. +1. Go to *CRM > Sales > My pipeline*. +2. Open one of the existing leads or create one. +3. Click on the button "Convert to Task". +4. A popup will appear asking you for a possible project for the task. +5. Click on "Create Task" button. +6. You will be redirected to the recently created task, that contains + all the information from the lead, including attachments and + messages. Bug Tracker =========== @@ -62,7 +63,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. @@ -70,22 +71,23 @@ Credits ======= Authors -~~~~~~~ +------- * Odoo S.A. * Tecnativa Contributors -~~~~~~~~~~~~ +------------ -* `Tecnativa `__: +- `Tecnativa `__: - * Pedro M. Baeza - * Carolina Fernandez -* Ruchir Shukla + - Pedro M. Baeza + - Carolina Fernandez + +- Ruchir Shukla Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -97,6 +99,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_lead_to_task/pyproject.toml b/crm_lead_to_task/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/crm_lead_to_task/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/crm_lead_to_task/readme/CONFIGURE.md b/crm_lead_to_task/readme/CONFIGURE.md new file mode 100644 index 00000000000..292f4c5189c --- /dev/null +++ b/crm_lead_to_task/readme/CONFIGURE.md @@ -0,0 +1,2 @@ +1. You need to have at least "Project User" and "Salesman" permissions + to be able to convert leads to tasks. diff --git a/crm_lead_to_task/readme/CONFIGURE.rst b/crm_lead_to_task/readme/CONFIGURE.rst deleted file mode 100644 index 44c69a136ee..00000000000 --- a/crm_lead_to_task/readme/CONFIGURE.rst +++ /dev/null @@ -1,2 +0,0 @@ -#. You need to have at least "Project User" and "Salesman" permissions to be - able to convert leads to tasks. diff --git a/crm_lead_to_task/readme/CONTRIBUTORS.md b/crm_lead_to_task/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..c87fe8b04b8 --- /dev/null +++ b/crm_lead_to_task/readme/CONTRIBUTORS.md @@ -0,0 +1,4 @@ +- [Tecnativa](https://www.tecnativa.com): + - Pedro M. Baeza + - Carolina Fernandez +- Ruchir Shukla \<\> diff --git a/crm_lead_to_task/readme/CONTRIBUTORS.rst b/crm_lead_to_task/readme/CONTRIBUTORS.rst deleted file mode 100644 index d6243affa65..00000000000 --- a/crm_lead_to_task/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,5 +0,0 @@ -* `Tecnativa `__: - - * Pedro M. Baeza - * Carolina Fernandez -* Ruchir Shukla diff --git a/crm_lead_to_task/readme/DESCRIPTION.md b/crm_lead_to_task/readme/DESCRIPTION.md new file mode 100644 index 00000000000..032759264c1 --- /dev/null +++ b/crm_lead_to_task/readme/DESCRIPTION.md @@ -0,0 +1,5 @@ +This module allows to convert leads/opportunities to tasks. + +**DISCLAIMER:** This module is a forward-port of a module from Odoo S.A. +and as such, it is not included in the OCA CLA. That means we do not +have a copy of the copyright on it like all other OCA modules. diff --git a/crm_lead_to_task/readme/DESCRIPTION.rst b/crm_lead_to_task/readme/DESCRIPTION.rst deleted file mode 100644 index 7a072d20159..00000000000 --- a/crm_lead_to_task/readme/DESCRIPTION.rst +++ /dev/null @@ -1,5 +0,0 @@ -This module allows to convert leads/opportunities to tasks. - -**DISCLAIMER:** This module is a forward-port of a module from Odoo S.A. and as -such, it is not included in the OCA CLA. That means we do not have a copy of the -copyright on it like all other OCA modules. diff --git a/crm_lead_to_task/readme/USAGE.md b/crm_lead_to_task/readme/USAGE.md new file mode 100644 index 00000000000..c05ac14bdff --- /dev/null +++ b/crm_lead_to_task/readme/USAGE.md @@ -0,0 +1,8 @@ +1. Go to *CRM \> Sales \> My pipeline*. +2. Open one of the existing leads or create one. +3. Click on the button "Convert to Task". +4. A popup will appear asking you for a possible project for the task. +5. Click on "Create Task" button. +6. You will be redirected to the recently created task, that contains + all the information from the lead, including attachments and + messages. diff --git a/crm_lead_to_task/readme/USAGE.rst b/crm_lead_to_task/readme/USAGE.rst deleted file mode 100644 index 40d03e45d00..00000000000 --- a/crm_lead_to_task/readme/USAGE.rst +++ /dev/null @@ -1,7 +0,0 @@ -#. Go to *CRM > Sales > My pipeline*. -#. Open one of the existing leads or create one. -#. Click on the button "Convert to Task". -#. A popup will appear asking you for a possible project for the task. -#. Click on "Create Task" button. -#. You will be redirected to the recently created task, that contains all the - information from the lead, including attachments and messages. diff --git a/crm_lead_to_task/static/description/index.html b/crm_lead_to_task/static/description/index.html index 91f45792724..50788645e6b 100644 --- a/crm_lead_to_task/static/description/index.html +++ b/crm_lead_to_task/static/description/index.html @@ -1,4 +1,3 @@ - @@ -369,11 +368,11 @@

Lead to Task

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:90e2f2ae46cf4941cc9cb155666711d71bbd7999ca652b2fe7a0cbb793463448 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module allows to convert leads/opportunities to tasks.

-

DISCLAIMER: This module is a forward-port of a module from Odoo S.A. and as -such, it is not included in the OCA CLA. That means we do not have a copy of the -copyright on it like all other OCA modules.

+

DISCLAIMER: This module is a forward-port of a module from Odoo S.A. +and as such, it is not included in the OCA CLA. That means we do not +have a copy of the copyright on it like all other OCA modules.

Table of contents

    @@ -391,8 +390,8 @@

    Lead to Task

    Configuration

      -
    1. You need to have at least “Project User” and “Salesman” permissions to be -able to convert leads to tasks.
    2. +
    3. You need to have at least “Project User” and “Salesman” permissions +to be able to convert leads to tasks.
    @@ -403,8 +402,9 @@

    Usage

  • Click on the button “Convert to Task”.
  • A popup will appear asking you for a possible project for the task.
  • Click on “Create Task” button.
  • -
  • You will be redirected to the recently created task, that contains all the -information from the lead, including attachments and messages.
  • +
  • You will be redirected to the recently created task, that contains +all the information from the lead, including attachments and +messages.
  • @@ -412,7 +412,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.

    @@ -442,7 +442,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.