Skip to content
Open
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
107 changes: 107 additions & 0 deletions partner_interest_group/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

======================
Partner Interest Group
======================

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

.. |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%2Fpartner--contact-lightgray.png?logo=github
:target: https://github.com/OCA/partner-contact/tree/19.0/partner_interest_group
:alt: OCA/partner-contact
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/partner-contact-19-0/partner-contact-19-0-partner_interest_group
: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/partner-contact&target_branch=19.0
:alt: Try me on Runboat

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

Adds an Interests Group field (many2many), with configurable categories.

I used the terminology “Interests Group” (cf
`wikipedia <https://en.wikipedia.org/wiki/Interest_group_(disambiguation)>`__)
because it is flexible enough to accommodate various uses. It’s a way to
store information about what the partner is interested in.

For instance, the client for which we develop this module is a
federation of structures acting in social economy. A lot of their
activities is organizing events, social economy advocacy and
communication. They need a structured way to group their partners around
what topic they are interested in to improve their outreach.

More technical names could be for instance `Special interest
group <https://en.wikipedia.org/wiki/Special_interest_group>`__ or
`Advocacy group <https://en.wikipedia.org/wiki/Advocacy_group>`__

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/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/partner-contact/issues/new?body=module:%20partner_interest_group%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
-------

* Coop IT Easy SC

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

- `Coop IT Easy SC <https://coopiteasy.be>`__:

- Victor Champonnois

- Ruchir Shukla <ruchir@bizzappdev.com>

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-victor-champonnois| image:: https://github.com/victor-champonnois.png?size=40px
:target: https://github.com/victor-champonnois
:alt: victor-champonnois

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

|maintainer-victor-champonnois|

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

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions partner_interest_group/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# SPDX-FileCopyrightText: 2022 Coop IT Easy SC
#
# SPDX-License-Identifier: AGPL-3.0-or-later
from . import models
24 changes: 24 additions & 0 deletions partner_interest_group/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# SPDX-FileCopyrightText: 2022 Coop IT Easy SC
#
# SPDX-License-Identifier: AGPL-3.0-or-later

{
"name": "Partner Interest Group",
"summary": """
Add Interest Group to Partners""",
"version": "19.0.1.0.0",
"category": "Partner",
"website": "https://github.com/OCA/partner-contact",
"author": "Coop IT Easy SC, Odoo Community Association (OCA)",
"maintainers": ["victor-champonnois"],
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["contacts"],
"data": [
"views/res_partner_interest_group_view.xml",
"views/res_partner_view.xml",
"security/ir.model.access.csv",
"security/interest_group_rules.xml",
],
}
87 changes: 87 additions & 0 deletions partner_interest_group/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * partner_interest_group
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-30 14:22+0000\n"
"PO-Revision-Date: 2024-01-30 14:22+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__active
msgid "Active"
msgstr "Activo"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__company_id
msgid "Company"
msgstr "Compañía"

#. module: partner_interest_group
#: model:ir.model,name:partner_interest_group.model_res_partner_interest_group
msgid "Configurable Interest Group for Partners"
msgstr "Grupo de interés configurable para socios"

#. module: partner_interest_group
#: model:ir.model,name:partner_interest_group.model_res_partner
msgid "Contact"
msgstr "Contacto"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__create_uid
msgid "Created by"
msgstr "Creado por"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__create_date
msgid "Created on"
msgstr "Creado el"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__display_name
msgid "Display Name"
msgstr "Mostrar Nombre"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__id
msgid "ID"
msgstr "ID (identificación)"

#. module: partner_interest_group
#: model:ir.actions.act_window,name:partner_interest_group.res_partner_interest_group_action
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner__interest_group_ids
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__name
#: model:ir.model.fields,field_description:partner_interest_group.field_res_users__interest_group_ids
#: model:ir.ui.menu,name:partner_interest_group.menu_res_partner_interest_group
#: model_terms:ir.ui.view,arch_db:partner_interest_group.res_partner_interest_group_form_view
msgid "Interest Group"
msgstr "Grupos de interés"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group____last_update
msgid "Last Modified on"
msgstr "Última Modificación el"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__write_uid
msgid "Last Updated by"
msgstr "Última actualización por"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__write_date
msgid "Last Updated on"
msgstr "Ultima Actualización el"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__partner_id
msgid "Partner"
msgstr "Socio"
87 changes: 87 additions & 0 deletions partner_interest_group/i18n/fi.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * partner_interest_group
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-09-20 17:54+0000\n"
"Last-Translator: Miku Laitinen <github@laitinen.lv>\n"
"Language-Team: none\n"
"Language: fi\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 4.17\n"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__active
msgid "Active"
msgstr "Aktiivinen"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__company_id
msgid "Company"
msgstr ""

#. module: partner_interest_group
#: model:ir.model,name:partner_interest_group.model_res_partner_interest_group
msgid "Configurable Interest Group for Partners"
msgstr "Kumppaneiden kiinnostusten kohteet"

#. module: partner_interest_group
#: model:ir.model,name:partner_interest_group.model_res_partner
msgid "Contact"
msgstr "Kontakti"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__create_uid
msgid "Created by"
msgstr "Luonut"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__create_date
msgid "Created on"
msgstr "Luotu"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__display_name
msgid "Display Name"
msgstr "Näyttönimi"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__id
msgid "ID"
msgstr "ID"

#. module: partner_interest_group
#: model:ir.actions.act_window,name:partner_interest_group.res_partner_interest_group_action
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner__interest_group_ids
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__name
#: model:ir.model.fields,field_description:partner_interest_group.field_res_users__interest_group_ids
#: model:ir.ui.menu,name:partner_interest_group.menu_res_partner_interest_group
#: model_terms:ir.ui.view,arch_db:partner_interest_group.res_partner_interest_group_form_view
msgid "Interest Group"
msgstr "Kiinnostuksen kohde"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group____last_update
msgid "Last Modified on"
msgstr "Viimeksi muokattu"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__write_uid
msgid "Last Updated by"
msgstr "Viimeksi päivittänyt"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__write_date
msgid "Last Updated on"
msgstr "Viimeksi päivitetty"

#. module: partner_interest_group
#: model:ir.model.fields,field_description:partner_interest_group.field_res_partner_interest_group__partner_id
msgid "Partner"
msgstr "Kumppani"
Loading
Loading