-
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 5e08f55
Showing
15 changed files
with
570 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,29 @@ | ||
.. 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 new field "Is OFID?". | ||
* In project new nenu "OFID Project". | ||
|
||
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,18 @@ | ||
# 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", | ||
], | ||
"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,69 @@ | ||
# 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-10-14 10:35+0000\n" | ||
"PO-Revision-Date: 2024-10-14 10:35+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_ofid_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 OFID" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.ui.view,arch_db:project_ofid.project_type_search | ||
msgid "Is OFID" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model.fields,field_description:project_ofid.field_project_project__ofid | ||
#: model:ir.model.fields,field_description:project_ofid.field_project_type__ofid | ||
msgid "Is OFID?" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.actions.act_window,help:project_ofid.action_ofid_project | ||
msgid "No projects found. Let's create one!" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.ui.menu,name:project_ofid.menu_ofi_project | ||
msgid "OFID Project" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.actions.act_window,name:project_ofid.action_ofid_project | ||
msgid "OFID 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.fields,field_description:project_ofid.field_project_project__type_id | ||
msgid "Type" | ||
msgstr "Tipus" |
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,69 @@ | ||
# 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-10-14 10:35+0000\n" | ||
"PO-Revision-Date: 2024-10-14 10:35+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_ofid_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 OFID" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.ui.view,arch_db:project_ofid.project_type_search | ||
msgid "Is OFID" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model.fields,field_description:project_ofid.field_project_project__ofid | ||
#: model:ir.model.fields,field_description:project_ofid.field_project_type__ofid | ||
msgid "Is OFID?" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.actions.act_window,help:project_ofid.action_ofid_project | ||
msgid "No projects found. Let's create one!" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.ui.menu,name:project_ofid.menu_ofi_project | ||
msgid "OFID Project" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.actions.act_window,name:project_ofid.action_ofid_project | ||
msgid "OFID 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.fields,field_description:project_ofid.field_project_project__type_id | ||
msgid "Type" | ||
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,71 @@ | ||
# 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-10-14 10:36+0000\n" | ||
"PO-Revision-Date: 2024-10-14 10:36+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_ofid_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 OFID" | ||
msgstr "NO Es OFID" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.ui.view,arch_db:project_ofid.project_type_search | ||
msgid "Is OFID" | ||
msgstr "Es OFID" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model.fields,field_description:project_ofid.field_project_project__ofid | ||
#: model:ir.model.fields,field_description:project_ofid.field_project_type__ofid | ||
msgid "Is OFID?" | ||
msgstr "¿Es OFID?" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.actions.act_window,help:project_ofid.action_ofid_project | ||
msgid "No projects found. Let's create one!" | ||
msgstr "No se encontraron proyectos. ¡Creemos uno!" | ||
|
||
#. module: project_ofid | ||
#: model:ir.ui.menu,name:project_ofid.menu_ofi_project | ||
msgid "OFID Project" | ||
msgstr "Proyecto OFID" | ||
|
||
#. module: project_ofid | ||
#: model:ir.actions.act_window,name:project_ofid.action_ofid_project | ||
msgid "OFID Projects" | ||
msgstr "Proyectos OFID" | ||
|
||
#. 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.fields,field_description:project_ofid.field_project_project__type_id | ||
msgid "Type" | ||
msgstr "Tipo" |
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,69 @@ | ||
# 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-10-14 10:35+0000\n" | ||
"PO-Revision-Date: 2024-10-14 10:35+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_ofid_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 OFID" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.ui.view,arch_db:project_ofid.project_type_search | ||
msgid "Is OFID" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model.fields,field_description:project_ofid.field_project_project__ofid | ||
#: model:ir.model.fields,field_description:project_ofid.field_project_type__ofid | ||
msgid "Is OFID?" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model_terms:ir.actions.act_window,help:project_ofid.action_ofid_project | ||
msgid "No projects found. Let's create one!" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.ui.menu,name:project_ofid.menu_ofi_project | ||
msgid "OFID Project" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.actions.act_window,name:project_ofid.action_ofid_project | ||
msgid "OFID Projects" | ||
msgstr "" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model,name:project_ofid.model_project_project | ||
msgid "Project" | ||
msgstr "Projet" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model,name:project_ofid.model_project_type | ||
msgid "Project Type" | ||
msgstr "Type de projet" | ||
|
||
#. module: project_ofid | ||
#: model:ir.model.fields,field_description:project_ofid.field_project_project__type_id | ||
msgid "Type" | ||
msgstr "" |
Oops, something went wrong.