-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[T-7029][MIG] project_task_show_project_manager: Migration to 16.0
- Loading branch information
1 parent
d96f562
commit 29be7ad
Showing
6 changed files
with
29 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Project Task Show Project Manager | |
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:6cf33b81953117612ef4ff762b952ce146feba16df804d34948c4dad97b07617 | ||
!! source digest: sha256:2fb970e4b674a4d9dc476f41c82bd57fa610c4ef5fbdd2484ad1c6e0716f26c8 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
|
@@ -17,7 +17,7 @@ Project Task Show Project Manager | |
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-sygel--technology%2Fsy--project-lightgray.png?logo=github | ||
:target: https://github.com/sygel-technology/sy-project/tree/15.0/project_task_show_project_manager | ||
:target: https://github.com/sygel-technology/sy-project/tree/16.0/project_task_show_project_manager | ||
:alt: sygel-technology/sy-project | ||
|
||
|badge1| |badge2| |badge3| | ||
|
@@ -42,7 +42,7 @@ Bug Tracker | |
Bugs are tracked on `GitHub Issues <https://github.com/sygel-technology/sy-project/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 <https://github.com/sygel-technology/sy-project/issues/new?body=module:%20project_task_show_project_manager%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
`feedback <https://github.com/sygel-technology/sy-project/issues/new?body=module:%20project_task_show_project_manager%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
|
@@ -57,12 +57,14 @@ Authors | |
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Ángel García de la Chica Herrera <[email protected]> | ||
* Valentín Vinagre <[email protected]> | ||
* `Sygel <https://www.sygel.es>`__: | ||
|
||
* Ángel García de la Chica Herrera | ||
* Valentín Vinagre | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
||
This module is part of the `sygel-technology/sy-project <https://github.com/sygel-technology/sy-project/tree/15.0/project_task_show_project_manager>`_ project on GitHub. | ||
This module is part of the `sygel-technology/sy-project <https://github.com/sygel-technology/sy-project/tree/16.0/project_task_show_project_manager>`_ project on GitHub. | ||
|
||
You are welcome to contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
* Ángel García de la Chica Herrera <[email protected]> | ||
* Valentín Vinagre <[email protected]> | ||
* `Sygel <https://www.sygel.es>`__: | ||
|
||
* Ángel García de la Chica Herrera | ||
* Valentín Vinagre |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
setup/project_task_show_project_manager/odoo/addons/project_task_show_project_manager
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../project_task_show_project_manager |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import setuptools | ||
|
||
setuptools.setup( | ||
setup_requires=['setuptools-odoo'], | ||
odoo_addon=True, | ||
) |