Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TA#62109 [ADD] Indicators on portal #400

Open
wants to merge 3 commits into
base: 12.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions meeting_minutes_project/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -1,31 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * meeting_minutes_project
# * meeting_minutes_project
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-12 10:05+0000\n"
"PO-Revision-Date: 2024-09-12 10:05+0000\n"
"PO-Revision-Date: 2024-11-11 10:42+0300\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 3.5\n"

#. module: meeting_minutes_project
#: model_terms:ir.ui.view,arch_db:meeting_minutes_project.meeting_minutes_project_view_form
msgid "<span class=\"fa fa-play\"/>\n"
msgid ""
"<span class=\"fa fa-play\"/>\n"
" Load pending actions"
msgstr "<span class=\"fa fa-play\"/>\n"
msgstr ""
"<span class=\"fa fa-play\"/>\n"
" Charger les actions en attente"

#. module: meeting_minutes_project
#: model_terms:ir.ui.view,arch_db:meeting_minutes_project.meeting_minutes_project_template
msgid "<span>Additional Notes :</span>"
msgstr "<span>Notes additionnelles :</span>
msgstr "<span>Notes additionnelles :</span"

#. module: meeting_minutes_project
#: model_terms:ir.ui.view,arch_db:meeting_minutes_project.meeting_minutes_project_view_form
Expand Down Expand Up @@ -64,11 +68,6 @@ msgstr "Status de l'activité"
msgid "Assigned"
msgstr "Assigné"

#. module: meeting_minutes_project
#: model_terms:ir.ui.view,arch_db:meeting_minutes_project.meeting_minutes_project_template
msgid "Assigned"
msgstr "Assigné"

#. module: meeting_minutes_project
#: model:ir.model.fields,field_description:meeting_minutes_project.field_meeting_minutes_project__message_attachment_count
msgid "Attachment Count"
Expand Down Expand Up @@ -149,13 +148,13 @@ msgstr "Nom du modèle de document"

#. module: meeting_minutes_project
#: model_terms:ir.ui.view,arch_db:meeting_minutes_project.meeting_minutes_project_template
#, fuzzy
msgid "Due date"
msgstr "Échéance"

#. module: meeting_minutes_project
#: model_terms:ir.ui.view,arch_db:meeting_minutes_project.meeting_minutes_project_template
msgid "Due date"
msgstr "Echeance"
msgstr ""
"#-#-#-#-# catalog.po (Odoo Server 12.0) #-#-#-#-#\n"
"Échéance\n"
"#-#-#-#-# catalog.po (Odoo Server 12.0) #-#-#-#-#\n"
"Echeance"

#. module: meeting_minutes_project
#: model:ir.model.fields,field_description:meeting_minutes_project.field_meeting_minutes_project__duties
Expand Down Expand Up @@ -423,7 +422,8 @@ msgstr "Début"

#. module: meeting_minutes_project
#: model:ir.model.fields,help:meeting_minutes_project.field_meeting_minutes_project__activity_state
msgid "Status based on activities\n"
msgid ""
"Status based on activities\n"
"Overdue: Due date is already passed\n"
"Today: Activity date is today\n"
"Planned: Future activities."
Expand Down
14 changes: 14 additions & 0 deletions meeting_minutes_project_steering/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ When I click on this menu entry, I arrive at a list view displaying the followin
-Sequence
-Label
-Model
-Available on Portal
-Active

The list view contains a handle component to order the rows and adjust the sequence from the list view.
Expand All @@ -24,6 +25,7 @@ When I click on the `Create` button, I arrive at a form view offering the follow
-Label
-Sequence
-Model
-Available on Portal
-Active
-Primary Filter
-Date Filter
Expand All @@ -33,6 +35,18 @@ Notice : `Model` field have only two possible options, `Project` and `Task`.

.. image:: static/description/steering_indicator_form.png

Since the version 1.1.0, the option `Available on Portal` is available, it's a checkbox field that allows
the user to use the indicator filter on the portal.

.. image:: static/description/steering_indicator_on_portal_option_tree.png

.. image:: static/description/steering_indicator_on_portal_option_form.png

As a user with access to the portal, I access the list of tasks and projects.
I notice a new filter option `Indicators`.

.. image:: static/description/steering_indicator_on_portal.png

*New 'Steering' tab in the Meeting Minutes form*
------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions meeting_minutes_project_steering/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright 2024 Numigi (tm) and all its contributors (https://bit.ly/numigiens)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import controllers

Check notice on line 4 in meeting_minutes_project_steering/__init__.py

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

meeting_minutes_project_steering/__init__.py#L4

'.controllers' imported but unused (F401)
from . import models
4 changes: 3 additions & 1 deletion meeting_minutes_project_steering/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@

{
"name": "Meeting Minutes Project Steering",
"version": "1.0.0",
"version": "1.1.0",
"author": "Numigi",
"maintainer": "Numigi",
"website": "https://bit.ly/numigi-com",
"license": "AGPL-3",
"category": "project",
"depends": [
"portal",
"meeting_minutes_project",
"project_form_with_dates",
"project_task_date_planned",
Expand All @@ -21,6 +22,7 @@
"security/ir.model.access.csv",
"views/project_steering_kpi_views.xml",
"views/meeting_minutes_views.xml",
"views/portal_templates.xml",
"reports/assets.xml",
"reports/meeting_minutes_project_templates.xml",
],
Expand Down
4 changes: 4 additions & 0 deletions meeting_minutes_project_steering/controllers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright 2024 Numigi (tm) and all its contributors (https://bit.ly/numigiens)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import portal

Check notice on line 4 in meeting_minutes_project_steering/controllers/__init__.py

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

meeting_minutes_project_steering/controllers/__init__.py#L4

'.portal' imported but unused (F401)
Loading