Skip to content

Commit 974fa7d

Browse files
authored
Merge pull request #1309 from OCA/18.0
Syncing from upstream OCA/project (18.0)
2 parents 56e32fe + 0eda75e commit 974fa7d

File tree

15 files changed

+663
-1
lines changed

15 files changed

+663
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ addon | version | maintainers | summary
3333
[project_pivot](project_pivot/) | 18.0.1.0.0 | <a href='https://github.com/victoralmau'><img src='https://github.com/victoralmau.png' width='32' height='32' style='border-radius:50%;' alt='victoralmau'/></a> | Pivot view for projects
3434
[project_portal_task_visibility](project_portal_task_visibility/) | 18.0.1.0.0 | | Project Portal Task Visibility
3535
[project_purchase_link](project_purchase_link/) | 18.0.1.0.0 | | Project Purchase Link
36+
[project_reviewer](project_reviewer/) | 18.0.1.0.0 | | Add the possibility to assign reviewer to a task
3637
[project_role](project_role/) | 18.0.1.0.1 | <a href='https://github.com/alexey-pelykh'><img src='https://github.com/alexey-pelykh.png' width='32' height='32' style='border-radius:50%;' alt='alexey-pelykh'/></a> | Project role-based roster
3738
[project_sequence](project_sequence/) | 18.0.1.1.0 | <a href='https://github.com/yajo'><img src='https://github.com/yajo.png' width='32' height='32' style='border-radius:50%;' alt='yajo'/></a> <a href='https://github.com/anddago78'><img src='https://github.com/anddago78.png' width='32' height='32' style='border-radius:50%;' alt='anddago78'/></a> | Add a sequence field to projects, filled automatically
3839
[project_stage_extra_info](project_stage_extra_info/) | 18.0.1.0.0 | | Project Stage Extra Info

project_reviewer/README.rst

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
5+
================
6+
Project Reviewer
7+
================
8+
9+
..
10+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11+
!! This file is generated by oca-gen-addon-readme !!
12+
!! changes will be overwritten. !!
13+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14+
!! source digest: sha256:986422212fb761e36d26230c3cc9c01a3560c87d34fdac2ab01bf0e8ccc0de81
15+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16+
17+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
18+
:target: https://odoo-community.org/page/development-status
19+
:alt: Beta
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
21+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
22+
:alt: License: AGPL-3
23+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproject-lightgray.png?logo=github
24+
:target: https://github.com/OCA/project/tree/18.0/project_reviewer
25+
:alt: OCA/project
26+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27+
:target: https://translation.odoo-community.org/projects/project-18-0/project-18-0-project_reviewer
28+
:alt: Translate me on Weblate
29+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30+
:target: https://runboat.odoo-community.org/builds?repo=OCA/project&target_branch=18.0
31+
:alt: Try me on Runboat
32+
33+
|badge1| |badge2| |badge3| |badge4| |badge5|
34+
35+
This module allow to set several reviewers on a project task
36+
37+
**Table of contents**
38+
39+
.. contents::
40+
:local:
41+
42+
Bug Tracker
43+
===========
44+
45+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/project/issues>`_.
46+
In case of trouble, please check there if your issue has already been reported.
47+
If you spotted it first, help us to smash it by providing a detailed and welcomed
48+
`feedback <https://github.com/OCA/project/issues/new?body=module:%20project_reviewer%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
49+
50+
Do not contact contributors directly about support or help with technical issues.
51+
52+
Credits
53+
=======
54+
55+
Authors
56+
-------
57+
58+
* Akretion
59+
60+
Contributors
61+
------------
62+
63+
- Sébastien Beau sebastien.beau@akretion.com
64+
65+
Maintainers
66+
-----------
67+
68+
This module is maintained by the OCA.
69+
70+
.. image:: https://odoo-community.org/logo.png
71+
:alt: Odoo Community Association
72+
:target: https://odoo-community.org
73+
74+
OCA, or the Odoo Community Association, is a nonprofit organization whose
75+
mission is to support the collaborative development of Odoo features and
76+
promote its widespread use.
77+
78+
This module is part of the `OCA/project <https://github.com/OCA/project/tree/18.0/project_reviewer>`_ project on GitHub.
79+
80+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

project_reviewer/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import models

project_reviewer/__manifest__.py

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Copyright 2025 Akretion (https://www.akretion.com).
2+
# @author Sébastien BEAU <sebastien.beau@akretion.com>
3+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
4+
5+
6+
{
7+
"name": "Project Reviewer",
8+
"summary": "Add the possibility to assign reviewer to a task",
9+
"version": "18.0.1.0.0",
10+
"development_status": "Beta",
11+
"category": "Project",
12+
"website": "https://github.com/OCA/project",
13+
"author": "Akretion, Odoo Community Association (OCA)",
14+
"license": "AGPL-3",
15+
"external_dependencies": {
16+
"python": [],
17+
"bin": [],
18+
},
19+
"depends": [
20+
"project",
21+
],
22+
"data": [
23+
"views/project_task_view.xml",
24+
],
25+
"demo": [],
26+
}

project_reviewer/i18n/it.po

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * project_reviewer
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2026-02-12 12:09+0000\n"
10+
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
11+
"Language-Team: none\n"
12+
"Language: it\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 5.15.2\n"
18+
19+
#. module: project_reviewer
20+
#: model_terms:ir.ui.view,arch_db:project_reviewer.view_task_search_form
21+
msgid "My review"
22+
msgstr "Mia revisione"
23+
24+
#. module: project_reviewer
25+
#: model:ir.model.fields,field_description:project_reviewer.field_project_task__reviewer_ids
26+
msgid "Reviewers"
27+
msgstr "Revisori"
28+
29+
#. module: project_reviewer
30+
#: model:ir.model,name:project_reviewer.model_project_task
31+
msgid "Task"
32+
msgstr "Lavoro"
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * project_reviewer
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 18.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: \n"
10+
"Language-Team: \n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: \n"
14+
"Plural-Forms: \n"
15+
16+
#. module: project_reviewer
17+
#: model_terms:ir.ui.view,arch_db:project_reviewer.view_task_search_form
18+
msgid "My review"
19+
msgstr ""
20+
21+
#. module: project_reviewer
22+
#: model:ir.model.fields,field_description:project_reviewer.field_project_task__reviewer_ids
23+
msgid "Reviewers"
24+
msgstr ""
25+
26+
#. module: project_reviewer
27+
#: model:ir.model,name:project_reviewer.model_project_task
28+
msgid "Task"
29+
msgstr ""
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import project_task
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright 2025 Akretion (https://www.akretion.com).
2+
# @author Sébastien BEAU <sebastien.beau@akretion.com>
3+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
4+
5+
6+
from odoo import fields, models
7+
8+
9+
class ProjectTask(models.Model):
10+
_inherit = "project.task"
11+
12+
reviewer_ids = fields.Many2many(
13+
comodel_name="res.users", string="Reviewers", tracking=True
14+
)

project_reviewer/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* Sébastien Beau <sebastien.beau@akretion.com>

0 commit comments

Comments
 (0)