-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[16.0][ADD] project_ofid: In project type new field "Is OFID?".
- Loading branch information
1 parent
5957987
commit d688cea
Showing
17 changed files
with
755 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
|
||
============ | ||
Project ofid | ||
============ | ||
|
||
* In project type, project task, and project new field "Is Private Project?". | ||
* Menus with the literal "Project" are named as "OFID Project". | ||
* New menu for "Private Projects". | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues | ||
<https://github.com/avanzosc/project-addons/issues>`_. In case of trouble, | ||
please check there if your issue has already been reported. If you spotted | ||
it first, help us smash it by providing detailed and welcomed feedback. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Contributors | ||
------------ | ||
|
||
* Ana Juaristi <[email protected]> | ||
* Alfredo de la Fuente <[email protected]> |
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 @@ | ||
from . import models |
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,19 @@ | ||
# Copyright 2026 Alfredo de la Fuente - AvanzOSC | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
{ | ||
"name": "Project Ofid", | ||
"version": "16.0.1.0.0", | ||
"category": "Services/Project", | ||
"license": "AGPL-3", | ||
"author": "AvanzOSC", | ||
"website": "https://github.com/avanzosc/project-addons", | ||
"depends": [ | ||
"project_type_sequence", | ||
], | ||
"data": [ | ||
"views/project_type_views.xml", | ||
"views/project_project_views.xml", | ||
"views/project_task_views.xml", | ||
], | ||
"installable": True, | ||
} |
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,89 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * project_ofid | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-11-13 07:11+0000\n" | ||
"PO-Revision-Date: 2024-11-13 07:11+0000\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_ofid | ||
#: model_terms:ir.actions.act_window,help:project_ofid.action_private_project | ||
msgid "" | ||
"Create projects to organize your tasks. Define a different workflow for each" | ||
" project." | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.ui.view,arch_db:project_ofid.project_type_search | ||
msgid "Is NOT Private Project" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.ui.view,arch_db:project_ofid.project_type_search | ||
msgid "Is Private Project" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model.fields,field_description:project_ofid.field_project_project__private_project | ||
#: model:ir.model.fields,field_description:project_ofid.field_project_task__private_project | ||
#: model:ir.model.fields,field_description:project_ofid.field_project_type__private_project | ||
msgid "Is Private Project?" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.actions.act_window,name:project_ofid.action_view_all_task_private | ||
#: model:ir.ui.menu,name:project_ofid.menu_my_private_tasks | ||
msgid "My Private Tasks" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.actions.act_window,help:project_ofid.action_private_project | ||
msgid "No projects found. Let's create one!" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.actions.act_window,help:project_ofid.action_view_all_task_private | ||
msgid "No tasks found. Let's create one!" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.actions.act_window,help:project_ofid.action_view_all_task_private | ||
msgid "" | ||
"Organize your tasks by dispatching them across the pipeline.<br>\n" | ||
" Collaborate efficiently by chatting in real-time or via email." | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.ui.menu,name:project_ofid.menu_private_project | ||
msgid "Private Project" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.actions.act_window,name:project_ofid.action_private_project | ||
msgid "Private Projects" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model,name:project_ofid.model_project_project | ||
msgid "Project" | ||
msgstr "Projecte" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model,name:project_ofid.model_project_type | ||
msgid "Project Type" | ||
msgstr "Tipus de Projectes" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model,name:project_ofid.model_project_task | ||
msgid "Task" | ||
msgstr "Tasca" | ||
|
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,89 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * project_ofid | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-11-13 07:11+0000\n" | ||
"PO-Revision-Date: 2024-11-13 07:11+0000\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_ofid | ||
#: model_terms:ir.actions.act_window,help:project_ofid.action_private_project | ||
msgid "" | ||
"Create projects to organize your tasks. Define a different workflow for each" | ||
" project." | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.ui.view,arch_db:project_ofid.project_type_search | ||
msgid "Is NOT Private Project" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.ui.view,arch_db:project_ofid.project_type_search | ||
msgid "Is Private Project" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model.fields,field_description:project_ofid.field_project_project__private_project | ||
#: model:ir.model.fields,field_description:project_ofid.field_project_task__private_project | ||
#: model:ir.model.fields,field_description:project_ofid.field_project_type__private_project | ||
msgid "Is Private Project?" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.actions.act_window,name:project_ofid.action_view_all_task_private | ||
#: model:ir.ui.menu,name:project_ofid.menu_my_private_tasks | ||
msgid "My Private Tasks" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.actions.act_window,help:project_ofid.action_private_project | ||
msgid "No projects found. Let's create one!" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.actions.act_window,help:project_ofid.action_view_all_task_private | ||
msgid "No tasks found. Let's create one!" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.actions.act_window,help:project_ofid.action_view_all_task_private | ||
msgid "" | ||
"Organize your tasks by dispatching them across the pipeline.<br>\n" | ||
" Collaborate efficiently by chatting in real-time or via email." | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.ui.menu,name:project_ofid.menu_private_project | ||
msgid "Private Project" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.actions.act_window,name:project_ofid.action_private_project | ||
msgid "Private Projects" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model,name:project_ofid.model_project_project | ||
msgid "Project" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model,name:project_ofid.model_project_type | ||
msgid "Project Type" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model,name:project_ofid.model_project_task | ||
msgid "Task" | ||
msgstr "" | ||
|
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,93 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * project_ofid | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-11-13 07:12+0000\n" | ||
"PO-Revision-Date: 2024-11-13 07:12+0000\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_ofid | ||
#: model_terms:ir.actions.act_window,help:project_ofid.action_private_project | ||
msgid "" | ||
"Create projects to organize your tasks. Define a different workflow for each" | ||
" project." | ||
msgstr "" | ||
"Cree proyectos para organizar sus tareas y defina un flujo de trabajo " | ||
"diferente para cada proyecto." | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.ui.view,arch_db:project_ofid.project_type_search | ||
msgid "Is NOT Private Project" | ||
msgstr "NO ES Proyecto privado" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.ui.view,arch_db:project_ofid.project_type_search | ||
msgid "Is Private Project" | ||
msgstr "Es proyecto privado" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model.fields,field_description:project_ofid.field_project_project__private_project | ||
#: model:ir.model.fields,field_description:project_ofid.field_project_task__private_project | ||
#: model:ir.model.fields,field_description:project_ofid.field_project_type__private_project | ||
msgid "Is Private Project?" | ||
msgstr "¿Es proyecto privado?" | ||
|
||
#. module: project_ofid | ||
#: model:ir.actions.act_window,name:project_ofid.action_view_all_task_private | ||
#: model:ir.ui.menu,name:project_ofid.menu_my_private_tasks | ||
msgid "My Private Tasks" | ||
msgstr "Mis tareas privadas" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.actions.act_window,help:project_ofid.action_private_project | ||
msgid "No projects found. Let's create one!" | ||
msgstr "No se encontraron proyectos. ¡Creemos uno!" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.actions.act_window,help:project_ofid.action_view_all_task_private | ||
msgid "No tasks found. Let's create one!" | ||
msgstr "No se encontraron tareas. ¡Creemos una!" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.actions.act_window,help:project_ofid.action_view_all_task_private | ||
msgid "" | ||
"Organize your tasks by dispatching them across the pipeline.<br>\n" | ||
" Collaborate efficiently by chatting in real-time or via email." | ||
msgstr "" | ||
"Organice sus tareas distribuyéndolas en su flujo de trabajo.<br>\n" | ||
" Colabore eficazmente chateando en tiempo real o por correo electrónico." | ||
|
||
#. module: project_ofid | ||
#: model:ir.ui.menu,name:project_ofid.menu_private_project | ||
msgid "Private Project" | ||
msgstr "Proyecto privado" | ||
|
||
#. module: project_ofid | ||
#: model:ir.actions.act_window,name:project_ofid.action_private_project | ||
msgid "Private Projects" | ||
msgstr "Proyectos privados" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model,name:project_ofid.model_project_project | ||
msgid "Project" | ||
msgstr "Proyecto" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model,name:project_ofid.model_project_type | ||
msgid "Project Type" | ||
msgstr "Tipos de Proyectos" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model,name:project_ofid.model_project_task | ||
msgid "Task" | ||
msgstr "Tarea" | ||
|
Oops, something went wrong.