Skip to content

Commit

Permalink
Merge pull request #979 from OCA/16.0
Browse files Browse the repository at this point in the history
Syncing from upstream OCA/project (16.0)
  • Loading branch information
bt-admin authored May 9, 2024
2 parents dfe5db9 + 5ece8b5 commit 9b0dee5
Show file tree
Hide file tree
Showing 13 changed files with 532 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ addon | version | maintainers | summary
[project_hr](project_hr/) | 16.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Link HR with project
[project_key](project_key/) | 16.0.1.0.0 | | Module decorates projects and tasks with Project Key
[project_list](project_list/) | 16.0.1.0.0 | | Projects list view
[project_milestone_tree](project_milestone_tree/) | 16.0.1.0.0 | | This module adds an access to the Milestone tree view.
[project_parent](project_parent/) | 16.0.1.0.0 | | Project Parent
[project_parent_task_filter](project_parent_task_filter/) | 16.0.1.0.0 | | Add a filter to show the parent tasks
[project_purchase_link](project_purchase_link/) | 16.0.1.0.0 | | Project Purchase Link
Expand Down
66 changes: 66 additions & 0 deletions project_milestone_tree/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
============================
Project Milestones Tree View
============================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:c0dadc5ea6d569e710ffdf2943096d81c8b42f9c419a010ad68e34e5b60aa9af
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
: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_milestone_tree
: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_milestone_tree
: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
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds an access to the Milestone tree view.

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/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/OCA/project/issues/new?body=module:%20project_milestone_tree%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.

Credits
=======

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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 <https://github.com/OCA/project/tree/16.0/project_milestone_tree>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file.
16 changes: 16 additions & 0 deletions project_milestone_tree/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Project Milestones Tree View",
"summary": "This module adds an access to the Milestone tree view.",
"author": "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/project",
"category": "Project Management",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"depends": ["project"],
"data": [
"views/project_milestone.xml",
],
"application": False,
}
20 changes: 20 additions & 0 deletions project_milestone_tree/i18n/project_milestone_tree.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_milestone_tree
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: project_milestone_tree
#: model:ir.actions.act_window,name:project_milestone_tree.project_milestone_tree_action
#: model:ir.ui.menu,name:project_milestone_tree.project_menu_config_milestone
msgid "Milestones"
msgstr ""
1 change: 1 addition & 0 deletions project_milestone_tree/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module adds an access to the Milestone tree view.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9b0dee5

Please sign in to comment.