diff --git a/project_template/README.rst b/project_template/README.rst index b3e20cb367..1bd3b57189 100644 --- a/project_template/README.rst +++ b/project_template/README.rst @@ -17,13 +17,13 @@ Project Templates :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproject-lightgray.png?logo=github - :target: https://github.com/OCA/project/tree/16.0/project_template + :target: https://github.com/OCA/project/tree/17.0/project_template :alt: OCA/project .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_template + :target: https://translation.odoo-community.org/projects/project-17-0/project-17-0-project_template :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/project&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/project&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -40,10 +40,14 @@ Usage To use this module, you need to: -#. Have Manager rights for Project group to edit projects and project templates. -#. Convert project to a project template by setting the "Is Template?" field on any project. -#. View Templates via the Template filter. -#. Use the "Create Project from Template" link in the drop down menu on each template while in the Kanban view or the button on the project template form. +1. Have Manager rights for Project group to edit projects and project + templates. +2. Convert project to a project template by setting the "Is Template?" + field on any project. +3. View Templates via the Template filter. +4. Use the "Create Project from Template" link in the drop down menu on + each template while in the Kanban view or the button on the project + template form. Bug Tracker =========== @@ -51,7 +55,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. @@ -59,19 +63,19 @@ Credits ======= Authors -~~~~~~~ +------- * Patrick Wilson Contributors -~~~~~~~~~~~~ +------------ -* Patrick Wilson -* Alfadil Mustafa -* Mantas Šniukas +- Patrick Wilson +- Alfadil Mustafa +- Mantas Šniukas Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -91,6 +95,6 @@ Current `maintainer `__: |maintainer-patrickrwilson| -This module is part of the `OCA/project `_ project on GitHub. +This module is part of the `OCA/project `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/project_template/pyproject.toml b/project_template/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/project_template/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/project_template/readme/CONTRIBUTORS.md b/project_template/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..9d9495b8ab --- /dev/null +++ b/project_template/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- Patrick Wilson \<\> +- Alfadil Mustafa \<\> +- Mantas Šniukas \<\> diff --git a/project_template/readme/CONTRIBUTORS.rst b/project_template/readme/CONTRIBUTORS.rst deleted file mode 100644 index 685c5458c7..0000000000 --- a/project_template/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,3 +0,0 @@ -* Patrick Wilson -* Alfadil Mustafa -* Mantas Šniukas diff --git a/project_template/readme/DESCRIPTION.rst b/project_template/readme/DESCRIPTION.md similarity index 100% rename from project_template/readme/DESCRIPTION.rst rename to project_template/readme/DESCRIPTION.md diff --git a/project_template/readme/USAGE.md b/project_template/readme/USAGE.md new file mode 100644 index 0000000000..b0fd138be5 --- /dev/null +++ b/project_template/readme/USAGE.md @@ -0,0 +1,10 @@ +To use this module, you need to: + +1. Have Manager rights for Project group to edit projects and project + templates. +2. Convert project to a project template by setting the "Is Template?" + field on any project. +3. View Templates via the Template filter. +4. Use the "Create Project from Template" link in the drop down menu on + each template while in the Kanban view or the button on the project + template form. diff --git a/project_template/readme/USAGE.rst b/project_template/readme/USAGE.rst deleted file mode 100644 index f9a513f940..0000000000 --- a/project_template/readme/USAGE.rst +++ /dev/null @@ -1,6 +0,0 @@ -To use this module, you need to: - -#. Have Manager rights for Project group to edit projects and project templates. -#. Convert project to a project template by setting the "Is Template?" field on any project. -#. View Templates via the Template filter. -#. Use the "Create Project from Template" link in the drop down menu on each template while in the Kanban view or the button on the project template form. diff --git a/project_template/static/description/index.html b/project_template/static/description/index.html index 0467d38d27..988082e6c4 100644 --- a/project_template/static/description/index.html +++ b/project_template/static/description/index.html @@ -369,7 +369,7 @@

Project Templates

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:194e0553816f0e3651d753ca8bd2eaa43f6bb892f5c13aef08173c9d3fbe0ac3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module adds templates for projects.

Table of contents

@@ -388,10 +388,14 @@

Project Templates

Usage

To use this module, you need to:

    -
  1. Have Manager rights for Project group to edit projects and project templates.
  2. -
  3. Convert project to a project template by setting the “Is Template?” field on any project.
  4. +
  5. Have Manager rights for Project group to edit projects and project +templates.
  6. +
  7. Convert project to a project template by setting the “Is Template?” +field on any project.
  8. View Templates via the Template filter.
  9. -
  10. Use the “Create Project from Template” link in the drop down menu on each template while in the Kanban view or the button on the project template form.
  11. +
  12. Use the “Create Project from Template” link in the drop down menu on +each template while in the Kanban view or the button on the project +template form.
@@ -399,7 +403,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.

@@ -427,7 +431,7 @@

Maintainers

promote its widespread use.

Current maintainer:

patrickrwilson

-

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

+

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

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