From bdbbe78fd083930dced7ff54e387e31423a7f969 Mon Sep 17 00:00:00 2001 From: aljaro Date: Wed, 7 Jun 2023 12:19:17 +0200 Subject: [PATCH] [MIG] project_task_material: Migration to 16.0 --- project_task_material/README.rst | 10 +++++----- project_task_material/__manifest__.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/project_task_material/README.rst b/project_task_material/README.rst index beb832b1e8..3004e767e2 100644 --- a/project_task_material/README.rst +++ b/project_task_material/README.rst @@ -14,13 +14,13 @@ Project Task Material :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/15.0/project_task_material + :target: https://github.com/OCA/project/tree/16.0/project_task_material :alt: OCA/project .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/project-15-0/project-15-0-project_task_material + :target: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_task_material :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/140/15.0 + :target: https://runbot.odoo-community.org/runbot/140/16.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -51,7 +51,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 smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -88,6 +88,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/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_task_material/__manifest__.py b/project_task_material/__manifest__.py index 05114353d6..5ea86d4a4c 100644 --- a/project_task_material/__manifest__.py +++ b/project_task_material/__manifest__.py @@ -7,7 +7,7 @@ { "name": "Project Task Material", "summary": "Record products spent in a Task", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "category": "Project Management", "author": "Daniel Reis," "Tecnativa," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/project",