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

[MIG] project_category #1273

Closed
wants to merge 1 commit into from
Closed
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
96 changes: 96 additions & 0 deletions project_category/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
=============
Project Types
=============

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

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

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

This module adds the category type fields in project and task.

**Table of contents**

.. contents::
:local:

Usage
=====

* Go to **Project > Configuration > Project Types** and add some items in order to
categorize projects and tasks as you want.
* Go to Project Dashboard and edit any project and enter its type.
* Now you can group projects by type.
* This is the same for tasks.

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_category%0Aversion:%2016.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
~~~~~~~

* ADHOC SA
* Tecnativa
* Onestein

Contributors
~~~~~~~~~~~~

* ADHOC SA
* `Tecnativa <https://www.tecnativa.com>`_:

* Vicent Cubells

* Nikul Chaudhary <[email protected]>

* `Onestein <https://www.onestein.nl>`_:

* Dennis Sluijk

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.

This module is part of the `OCA/project <https://github.com/OCA/project/tree/16.0/project_category>`_ 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_category/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import models
20 changes: 20 additions & 0 deletions project_category/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 2015 ADHOC SA (http://www.adhoc.com.ar)
# Copyright 2017 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

{
"name": "Project Types",
"version": "16.0.1.0.0",
"category": "Project",
"author": "ADHOC SA," "Tecnativa, " "Onestein, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/project",
"license": "AGPL-3",
"depends": ["project"],
"data": [
"views/project_type_views.xml",
"views/project_project_views.xml",
"views/project_task_views.xml",
"security/ir.model.access.csv",
],
"installable": True,
}
142 changes: 142 additions & 0 deletions project_category/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_category
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-02-02 21:13+0000\n"
"Last-Translator: eduardgm <[email protected]>\n"
"Language-Team: none\n"
"Language: ca\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 3.10\n"

#. module: project_category
#: model_terms:ir.ui.view,arch_db:project_category.project_type_form
msgid "Add a description..."
msgstr "Afegir una descripció..."

#. module: project_category
#: model:ir.model.fields,field_description:project_category.field_project_type__project_ok
#: model_terms:ir.ui.view,arch_db:project_category.project_type_search
msgid "Can be applied for projects"
msgstr "Pot ser aplicat per projectes"

#. module: project_category
#: model:ir.model.fields,field_description:project_category.field_project_type__task_ok
#: model_terms:ir.ui.view,arch_db:project_category.project_type_search
msgid "Can be applied for tasks"
msgstr "Pot ser aplicat per tasques"

#. module: project_category
#: model:ir.model.fields,field_description:project_category.field_project_type__complete_name
msgid "Complete Name"
msgstr "Nom Complet"

#. module: project_category
#: model:ir.model.fields,field_description:project_category.field_project_type__create_uid
msgid "Created by"
msgstr "Creat per"

#. module: project_category
#: model:ir.model.fields,field_description:project_category.field_project_type__create_date
msgid "Created on"
msgstr "Creat el"

#. module: project_category
#: model:ir.model.fields,field_description:project_category.field_project_type__description
#: model_terms:ir.ui.view,arch_db:project_category.project_type_form
msgid "Description"
msgstr "Descripció"

#. module: project_category
#: model:ir.model.fields,field_description:project_category.field_project_project__display_name
#: model:ir.model.fields,field_description:project_category.field_project_task__display_name
#: model:ir.model.fields,field_description:project_category.field_project_type__display_name
msgid "Display Name"
msgstr "Nom mostrat"

#. module: project_category
#: model:ir.model.fields,field_description:project_category.field_project_project__id
#: model:ir.model.fields,field_description:project_category.field_project_task__id
#: model:ir.model.fields,field_description:project_category.field_project_type__id
msgid "ID"
msgstr "ID"

#. module: project_category
#: model:ir.model.fields,field_description:project_category.field_project_project____last_update
#: model:ir.model.fields,field_description:project_category.field_project_task____last_update
#: model:ir.model.fields,field_description:project_category.field_project_type____last_update
msgid "Last Modified on"
msgstr "Última modificació en"

#. module: project_category
#: model:ir.model.fields,field_description:project_category.field_project_type__write_uid
msgid "Last Updated by"
msgstr "Última actualització per"

#. module: project_category
#: model:ir.model.fields,field_description:project_category.field_project_type__write_date
msgid "Last Updated on"
msgstr "Última actualització el"

#. module: project_category
#: model:ir.model.fields,field_description:project_category.field_project_type__name
msgid "Name"
msgstr "Nom"

#. module: project_category
#: model:ir.model.fields,field_description:project_category.field_project_type__parent_id
msgid "Parent Type"
msgstr "Tipus de Contacte"

#. module: project_category
#: model:ir.model,name:project_category.model_project_type
#: model_terms:ir.ui.view,arch_db:project_category.project_type_form
msgid "Project Type"
msgstr "Tipus de Projectes"

#. module: project_category
#: model:ir.actions.act_window,name:project_category.action_project_type
#: model:ir.ui.menu,name:project_category.project_category
msgid "Project Types"
msgstr ""

#. module: project_category
#: model:ir.model.fields,field_description:project_category.field_project_type__child_ids
#: model_terms:ir.ui.view,arch_db:project_category.project_type_form
msgid "Subtypes"
msgstr "Subtipus"

#. module: project_category
#: model:ir.model,name:project_category.model_project_task
msgid "Task"
msgstr "Tasca"

#. module: project_category
#: model:ir.model.fields,field_description:project_category.field_project_project__type_id
#: model:ir.model.fields,field_description:project_category.field_project_task__type_id
#: model_terms:ir.ui.view,arch_db:project_category.project_search
#: model_terms:ir.ui.view,arch_db:project_category.project_task_search
#: model_terms:ir.ui.view,arch_db:project_category.project_type_search
msgid "Type"
msgstr "Tipus"

#. module: project_category
#: model:ir.model,name:project_category.model_project_project
msgid "WBS element"
msgstr ""

#. module: project_category
#: code:addons/project_category/models/project_type.py:0
#, python-format
msgid "You cannot create recursive project types."
msgstr "No es poden crear tipus de projecte recursivament."

#~ msgid "Project"
#~ msgstr "Projecte"
Loading
Loading