Skip to content

Commit

Permalink
[16.0][ADD] project_ofid: In project type new field "Is OFID?".
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredoavanzosc committed Oct 14, 2024
1 parent 5957987 commit 5e08f55
Show file tree
Hide file tree
Showing 15 changed files with 570 additions and 0 deletions.
29 changes: 29 additions & 0 deletions project_ofid/README.rst
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]>
1 change: 1 addition & 0 deletions project_ofid/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
18 changes: 18 additions & 0 deletions project_ofid/__manifest__.py
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,
}
69 changes: 69 additions & 0 deletions project_ofid/i18n/ca_ES.po
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"
69 changes: 69 additions & 0 deletions project_ofid/i18n/en_GB.po
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 ""
71 changes: 71 additions & 0 deletions project_ofid/i18n/es.po
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"
69 changes: 69 additions & 0 deletions project_ofid/i18n/fr.po
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 ""
Loading

0 comments on commit 5e08f55

Please sign in to comment.