Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
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
98 changes: 98 additions & 0 deletions project_task_note/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

==================
Project task notes
==================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:cd0657aec63a11140ad9802ed706c955cbc75f65a7e47fe8282d4c1a2aa722af
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/license-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/19.0/project_task_note
:alt: OCA/project
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/project-19-0/project-19-0-project_task_note
: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=19.0
:alt: Try me on Runboat

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

This module add notes in project tasks, only visible for internal users.

**Table of contents**

.. contents::
:local:

Use Cases / Context
===================

There's no field where storing general comments and notes not visible to
the customers in the portal

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_task_note%0Aversion:%2019.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
=======

Authors
-------

* Tecnativa

Contributors
------------

- `Tecnativa <https://www.tecnativa.com>`__:

- Carolina Fernandez
- Pilar Vargas
- David Bañón

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.

.. |maintainer-pilarvargas-tecnativa| image:: https://github.com/pilarvargas-tecnativa.png?size=40px
:target: https://github.com/pilarvargas-tecnativa
:alt: pilarvargas-tecnativa

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-pilarvargas-tecnativa|

This module is part of the `OCA/project <https://github.com/OCA/project/tree/19.0/project_task_note>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions project_task_note/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

from . import models
16 changes: 16 additions & 0 deletions project_task_note/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 2024 Tecnativa Carolina Fernandez
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

{
"name": "Project task notes",
"version": "19.0.1.0.0",
"category": "Project Management",
"summary": "Add notes in project tasks",
"author": "Tecnativa, Odoo Community Association (OCA)",
"maintainers": ["pilarvargas-tecnativa"],
"website": "https://github.com/OCA/project",
"license": "AGPL-3",
"installable": True,
"depends": ["project"],
"data": ["views/project_task_views.xml"],
}
38 changes: 38 additions & 0 deletions project_task_note/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_task_note
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-15 15:44+0000\n"
"PO-Revision-Date: 2025-12-09 15:34+0000\n"
"Last-Translator: \"Pedro M. Baeza\" <[email protected]>\n"
"Language-Team: \n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.10.4\n"

#. module: project_task_note
#: model_terms:ir.ui.view,arch_db:project_task_note.view_task_form2
msgid "Insert internal notes here"
msgstr "Introduzca las notas internas aquí"

#. module: project_task_note
#: model_terms:ir.ui.view,arch_db:project_task_note.view_task_form2
msgid "Internal Notes"
msgstr "Notas internas"

#. module: project_task_note
#: model:ir.model.fields,field_description:project_task_note.field_project_task__notes
msgid "Internal notes"
msgstr "Notas internas"

#. module: project_task_note
#: model:ir.model,name:project_task_note.model_project_task
msgid "Task"
msgstr "Tarea"
37 changes: 37 additions & 0 deletions project_task_note/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_task_note
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2025-12-10 11:42+0000\n"
"Last-Translator: mymage <[email protected]>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.10.4\n"

#. module: project_task_note
#: model_terms:ir.ui.view,arch_db:project_task_note.view_task_form2
msgid "Insert internal notes here"
msgstr "Inserire qui le note interne"

#. module: project_task_note
#: model_terms:ir.ui.view,arch_db:project_task_note.view_task_form2
msgid "Internal Notes"
msgstr "Note interne"

#. module: project_task_note
#: model:ir.model.fields,field_description:project_task_note.field_project_task__notes
msgid "Internal notes"
msgstr "Note interne"

#. module: project_task_note
#: model:ir.model,name:project_task_note.model_project_task
msgid "Task"
msgstr "Lavoro"
34 changes: 34 additions & 0 deletions project_task_note/i18n/project_task_note.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_task_note
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.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_task_note
#: model_terms:ir.ui.view,arch_db:project_task_note.view_task_form2
msgid "Insert internal notes here"
msgstr ""

#. module: project_task_note
#: model_terms:ir.ui.view,arch_db:project_task_note.view_task_form2
msgid "Internal Notes"
msgstr ""

#. module: project_task_note
#: model:ir.model.fields,field_description:project_task_note.field_project_task__notes
msgid "Internal notes"
msgstr ""

#. module: project_task_note
#: model:ir.model,name:project_task_note.model_project_task
msgid "Task"
msgstr ""
35 changes: 35 additions & 0 deletions project_task_note/i18n/pt_BR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_task_note
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"

#. module: project_task_note
#: model_terms:ir.ui.view,arch_db:project_task_note.view_task_form2
msgid "Insert internal notes here"
msgstr ""

#. module: project_task_note
#: model_terms:ir.ui.view,arch_db:project_task_note.view_task_form2
msgid "Internal Notes"
msgstr ""

#. module: project_task_note
#: model:ir.model.fields,field_description:project_task_note.field_project_task__notes
msgid "Internal notes"
msgstr ""

#. module: project_task_note
#: model:ir.model,name:project_task_note.model_project_task
msgid "Task"
msgstr ""
3 changes: 3 additions & 0 deletions project_task_note/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

from . import project_task
10 changes: 10 additions & 0 deletions project_task_note/models/project_task.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Copyright 2024 Tecnativa Carolina Fernandez
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

from odoo import fields, models


class ProjectTask(models.Model):
_inherit = "project.task"

notes = fields.Html(string="Internal notes")
3 changes: 3 additions & 0 deletions project_task_note/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
2 changes: 2 additions & 0 deletions project_task_note/readme/CONTEXT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
There's no field where storing general comments and notes not visible to
the customers in the portal
5 changes: 5 additions & 0 deletions project_task_note/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- [Tecnativa](https://www.tecnativa.com):

> - Carolina Fernandez
> - Pilar Vargas
> - David Bañón
1 change: 1 addition & 0 deletions project_task_note/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module add notes in project tasks, only visible for internal users.
4 changes: 4 additions & 0 deletions project_task_note/readme/USAGE.srt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
To use this module, you need to:

#. Go to menu Project > Search > Tasks and create/edit task
#. Inside Description page on project task form, you will see internal notes to fill in
Binary file added project_task_note/static/description/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading