Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
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
92 changes: 92 additions & 0 deletions partner_noncommercial/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
======================
Partner Non Commercial
======================

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

.. |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%2Fpartner--contact-lightgray.png?logo=github
:target: https://github.com/OCA/partner-contact/tree/18.0/partner_noncommercial
: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-18-0/partner-contact-18-0-partner_noncommercial
: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=18.0
:alt: Try me on Runboat

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

This module changes menu and view descriptions to make partner
management suitable for use in non commercial organizations.

**Table of contents**

.. contents::
:local:

Configuration
=============

This module requires no special configuration.

Usage
=====

This module changes some strings for partners to make them more
appropiate for non-commercial context, especially renaming companies to
organizations. It also adds some filters that are often used in
non-commercial settings, although they can be useful within companies
too.

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_noncommercial%0Aversion:%2018.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
-------

* Therp BV
* Camptocamp

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

- Ronald Portier <[email protected]>

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/partner-contact <https://github.com/OCA/partner-contact/tree/18.0/partner_noncommercial>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 2 additions & 0 deletions partner_noncommercial/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from . import models
19 changes: 19 additions & 0 deletions partner_noncommercial/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2015-2018 Therp BV (https://therp.nl).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Partner Non Commercial",
"version": "18.0.1.0.0",
"author": "Therp BV,Camptocamp,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/partner-contact",
"category": "Customer Relationship Management",
"license": "AGPL-3",
"depends": [
"contacts",
"base_view_inheritance_extension",
],
"data": [
"views/menu.xml",
"views/res_partner.xml",
],
"installable": True,
}
119 changes: 119 additions & 0 deletions partner_noncommercial/i18n/nl.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * partner_noncommercial
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-03-01 15:51+0000\n"
"PO-Revision-Date: 2026-03-01 15:51+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: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
msgid "<span>Other address for the organization</span>"
msgstr "<span>Ander adres voor organisatie</span>"

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
msgid ""
"<span>Preferred address for all deliveries. Selected by default when you "
"deliver an order that belongs to this organization.</span>"
msgstr ""

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
msgid ""
"<span>Preferred address for all invoices. Selected by default when you "
"invoice an order that belongs to this organization.</span>"
msgstr ""

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
msgid ""
"<span>Use this to organize the contact details of members of a given "
"organization</span>"
msgstr ""

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
msgid "City"
msgstr "Plaats"

#. module: partner_noncommercial
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_partner__company_type
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_users__company_type
msgid "Organization Type"
msgstr "Soort Organisatie"

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

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
msgid "Details"
msgstr "Details"

#. module: partner_noncommercial
#: model:ir.model.fields.selection,name:partner_noncommercial.selection__res_partner__company_type__company
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
msgid "Organization"
msgstr "Organisatie"

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_simple_form
msgid "Organization Name..."
msgstr "Naam Organisatie..."

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
msgid "Organizations"
msgstr "Organisaties"

#. module: partner_noncommercial
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_partner__parent_id
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_users__parent_id
msgid "Related organization"
msgstr "Gerelateerd bedrijf"

#. module: partner_noncommercial
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_partner__user_id
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_users__user_id
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
msgid "Responsible"
msgstr "Verantwoordelijke"

#. module: partner_noncommercial
#: model:ir.model.fields,help:partner_noncommercial.field_res_partner__user_id
#: model:ir.model.fields,help:partner_noncommercial.field_res_users__user_id
msgid "The internal user in charge of this contact."
msgstr "De interne gebruiker verantwoordelijk voor dit contact."

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
msgid "With address"
msgstr "Met adres"

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
msgid "With email"
msgstr "Met email"

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
msgid "e.g. Board Member"
msgstr "bv. Bestuurslid"

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
msgid "e.g. Unicef"
msgstr "bv. Unicef"
119 changes: 119 additions & 0 deletions partner_noncommercial/i18n/partner_noncommercial.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * partner_noncommercial
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-03-01 15:49+0000\n"
"PO-Revision-Date: 2026-03-01 15:49+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: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
msgid "<span>Other address for the organization</span>"
msgstr ""

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
msgid ""
"<span>Preferred address for all deliveries. Selected by default when you "
"deliver an order that belongs to this organization.</span>"
msgstr ""

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
msgid ""
"<span>Preferred address for all invoices. Selected by default when you "
"invoice an order that belongs to this organization.</span>"
msgstr ""

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
msgid ""
"<span>Use this to organize the contact details of members of a given "
"organization</span>"
msgstr ""

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
msgid "City"
msgstr ""

#. module: partner_noncommercial
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_partner__company_type
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_users__company_type
msgid "Organization Type"
msgstr ""

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

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
msgid "Details"
msgstr ""

#. module: partner_noncommercial
#: model:ir.model.fields.selection,name:partner_noncommercial.selection__res_partner__company_type__company
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
msgid "Organization"
msgstr ""

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_simple_form
msgid "Organization Name..."
msgstr ""

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
msgid "Organizations"
msgstr ""

#. module: partner_noncommercial
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_partner__parent_id
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_users__parent_id
msgid "Related organization"
msgstr ""

#. module: partner_noncommercial
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_partner__user_id
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_users__user_id
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
msgid "Responsible"
msgstr ""

#. module: partner_noncommercial
#: model:ir.model.fields,help:partner_noncommercial.field_res_partner__user_id
#: model:ir.model.fields,help:partner_noncommercial.field_res_users__user_id
msgid "The internal user in charge of this contact."
msgstr ""

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
msgid "With address"
msgstr ""

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
msgid "With email"
msgstr ""

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
msgid "e.g. Board Member"
msgstr ""

#. module: partner_noncommercial
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
msgid "e.g. Unicef"
msgstr ""
Loading