Skip to content

Commit bb7f4da

Browse files
committed
[MIG] partner_noncommercial: Migration to 18.0
1 parent 58afadb commit bb7f4da

File tree

15 files changed

+274
-117
lines changed

15 files changed

+274
-117
lines changed

partner_noncommercial/README.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Partner Non Commercial
2929
|badge1| |badge2| |badge3| |badge4| |badge5|
3030

3131
This module changes menu and view descriptions to make partner
32-
management suitable for use in non commercial organisations.
32+
management suitable for use in non commercial organizations.
3333

3434
**Table of contents**
3535

@@ -39,17 +39,15 @@ management suitable for use in non commercial organisations.
3939
Configuration
4040
=============
4141

42-
To configure this module, you need to:
43-
44-
1. This module requires no special configuration.
42+
This module requires no special configuration.
4543

4644
Usage
4745
=====
4846

4947
This module changes some strings for partners to make them more
5048
appropiate for non-commercial context, especially renaming companies to
51-
organisations. It also adds some filters that are often used in
52-
non-commercial settings, although they can be usefull within companies
49+
organizations. It also adds some filters that are often used in
50+
non-commercial settings, although they can be useful within companies
5351
too.
5452

5553
Bug Tracker

partner_noncommercial/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
2+
from . import models

partner_noncommercial/__manifest__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
33
{
44
"name": "Partner Non Commercial",
5-
"version": "12.0.2.0.0",
5+
"version": "18.0.1.0.0",
66
"author": "Therp BV,Camptocamp,Odoo Community Association (OCA)",
77
"website": "https://github.com/OCA/partner-contact",
88
"category": "Customer Relationship Management",
99
"license": "AGPL-3",
1010
"depends": [
1111
"contacts",
12+
"base_view_inheritance_extension",
1213
],
1314
"data": [
1415
"views/menu.xml",

partner_noncommercial/i18n/nl.po

Lines changed: 87 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,103 @@
1-
# Translation of Odoo.
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * partner_noncommercial
24
#
35
msgid ""
46
msgstr ""
5-
"Project-Id-Version: Odoo 12.0\n"
7+
"Project-Id-Version: Odoo Server 18.0\n"
68
"Report-Msgid-Bugs-To: \n"
7-
"POT-Creation-Date: 2020-09-29 08:28+0000\n"
8-
"PO-Revision-Date: 2020-09-29 09:28+0000\n"
9-
"Last-Translator: <>\n"
10-
"Language-Team: Therp BV - manual translation\n"
11-
"Language: nl\n"
9+
"POT-Creation-Date: 2026-03-01 15:51+0000\n"
10+
"PO-Revision-Date: 2026-03-01 15:51+0000\n"
11+
"Last-Translator: \n"
12+
"Language-Team: \n"
1213
"MIME-Version: 1.0\n"
1314
"Content-Type: text/plain; charset=UTF-8\n"
1415
"Content-Transfer-Encoding: \n"
1516
"Plural-Forms: \n"
1617

18+
#. module: partner_noncommercial
19+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
20+
msgid "<span>Other address for the organization</span>"
21+
msgstr "<span>Ander adres voor organisatie</span>"
22+
23+
#. module: partner_noncommercial
24+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
25+
msgid ""
26+
"<span>Preferred address for all deliveries. Selected by default when you "
27+
"deliver an order that belongs to this organization.</span>"
28+
msgstr ""
29+
30+
#. module: partner_noncommercial
31+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
32+
msgid ""
33+
"<span>Preferred address for all invoices. Selected by default when you "
34+
"invoice an order that belongs to this organization.</span>"
35+
msgstr ""
36+
37+
#. module: partner_noncommercial
38+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
39+
msgid ""
40+
"<span>Use this to organize the contact details of members of a given "
41+
"organization</span>"
42+
msgstr ""
43+
1744
#. module: partner_noncommercial
1845
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
1946
msgid "City"
2047
msgstr "Plaats"
2148

2249
#. module: partner_noncommercial
50+
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_partner__company_type
51+
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_users__company_type
52+
msgid "Organization Type"
53+
msgstr "Soort Organisatie"
54+
55+
#. module: partner_noncommercial
56+
#: model:ir.model,name:partner_noncommercial.model_res_partner
57+
msgid "Contact"
58+
msgstr "Contact"
59+
60+
#. module: partner_noncommercial
61+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
62+
msgid "Details"
63+
msgstr "Details"
64+
65+
#. module: partner_noncommercial
66+
#: model:ir.model.fields.selection,name:partner_noncommercial.selection__res_partner__company_type__company
2367
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
24-
msgid "Organisation"
68+
msgid "Organization"
2569
msgstr "Organisatie"
2670

71+
#. module: partner_noncommercial
72+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
73+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_simple_form
74+
msgid "Organization Name..."
75+
msgstr "Naam Organisatie..."
76+
2777
#. module: partner_noncommercial
2878
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
29-
msgid "Organisations"
79+
msgid "Organizations"
3080
msgstr "Organisaties"
3181

82+
#. module: partner_noncommercial
83+
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_partner__parent_id
84+
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_users__parent_id
85+
msgid "Related organization"
86+
msgstr "Gerelateerd bedrijf"
87+
88+
#. module: partner_noncommercial
89+
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_partner__user_id
90+
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_users__user_id
91+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
92+
msgid "Responsible"
93+
msgstr "Verantwoordelijke"
94+
95+
#. module: partner_noncommercial
96+
#: model:ir.model.fields,help:partner_noncommercial.field_res_partner__user_id
97+
#: model:ir.model.fields,help:partner_noncommercial.field_res_users__user_id
98+
msgid "The internal user in charge of this contact."
99+
msgstr "De interne gebruiker verantwoordelijk voor dit contact."
100+
32101
#. module: partner_noncommercial
33102
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
34103
msgid "With address"
@@ -39,5 +108,12 @@ msgstr "Met adres"
39108
msgid "With email"
40109
msgstr "Met email"
41110

42-
#~ msgid "Type of contact/address"
43-
#~ msgstr "Soort contact/adres"
111+
#. module: partner_noncommercial
112+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
113+
msgid "e.g. Board Member"
114+
msgstr "bv. Bestuurslid"
115+
116+
#. module: partner_noncommercial
117+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
118+
msgid "e.g. Unicef"
119+
msgstr "bv. Unicef"
Lines changed: 84 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,101 @@
11
# Translation of Odoo Server.
22
# This file contains the translation of the following modules:
3-
# * partner_noncommercial
3+
# * partner_noncommercial
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: Odoo Server 12.0\n"
7+
"Project-Id-Version: Odoo Server 18.0\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"Last-Translator: <>\n"
9+
"POT-Creation-Date: 2026-03-01 15:49+0000\n"
10+
"PO-Revision-Date: 2026-03-01 15:49+0000\n"
11+
"Last-Translator: \n"
1012
"Language-Team: \n"
1113
"MIME-Version: 1.0\n"
1214
"Content-Type: text/plain; charset=UTF-8\n"
1315
"Content-Transfer-Encoding: \n"
1416
"Plural-Forms: \n"
1517

18+
#. module: partner_noncommercial
19+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
20+
msgid "<span>Other address for the organization</span>"
21+
msgstr ""
22+
23+
#. module: partner_noncommercial
24+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
25+
msgid ""
26+
"<span>Preferred address for all deliveries. Selected by default when you "
27+
"deliver an order that belongs to this organization.</span>"
28+
msgstr ""
29+
30+
#. module: partner_noncommercial
31+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
32+
msgid ""
33+
"<span>Preferred address for all invoices. Selected by default when you "
34+
"invoice an order that belongs to this organization.</span>"
35+
msgstr ""
36+
37+
#. module: partner_noncommercial
38+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
39+
msgid ""
40+
"<span>Use this to organize the contact details of members of a given "
41+
"organization</span>"
42+
msgstr ""
43+
1644
#. module: partner_noncommercial
1745
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
1846
msgid "City"
1947
msgstr ""
2048

2149
#. module: partner_noncommercial
50+
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_partner__company_type
51+
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_users__company_type
52+
msgid "Organization Type"
53+
msgstr ""
54+
55+
#. module: partner_noncommercial
56+
#: model:ir.model,name:partner_noncommercial.model_res_partner
57+
msgid "Contact"
58+
msgstr ""
59+
60+
#. module: partner_noncommercial
61+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
62+
msgid "Details"
63+
msgstr ""
64+
65+
#. module: partner_noncommercial
66+
#: model:ir.model.fields.selection,name:partner_noncommercial.selection__res_partner__company_type__company
2267
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
23-
msgid "Organisation"
68+
msgid "Organization"
69+
msgstr ""
70+
71+
#. module: partner_noncommercial
72+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
73+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_simple_form
74+
msgid "Organization Name..."
2475
msgstr ""
2576

2677
#. module: partner_noncommercial
2778
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
28-
msgid "Organisations"
79+
msgid "Organizations"
80+
msgstr ""
81+
82+
#. module: partner_noncommercial
83+
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_partner__parent_id
84+
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_users__parent_id
85+
msgid "Related organization"
86+
msgstr ""
87+
88+
#. module: partner_noncommercial
89+
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_partner__user_id
90+
#: model:ir.model.fields,field_description:partner_noncommercial.field_res_users__user_id
91+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
92+
msgid "Responsible"
93+
msgstr ""
94+
95+
#. module: partner_noncommercial
96+
#: model:ir.model.fields,help:partner_noncommercial.field_res_partner__user_id
97+
#: model:ir.model.fields,help:partner_noncommercial.field_res_users__user_id
98+
msgid "The internal user in charge of this contact."
2999
msgstr ""
30100

31101
#. module: partner_noncommercial
@@ -38,3 +108,12 @@ msgstr ""
38108
msgid "With email"
39109
msgstr ""
40110

111+
#. module: partner_noncommercial
112+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
113+
msgid "e.g. Board Member"
114+
msgstr ""
115+
116+
#. module: partner_noncommercial
117+
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_partner_form
118+
msgid "e.g. Unicef"
119+
msgstr ""

partner_noncommercial/i18n/sl.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ msgstr ""
2626

2727
#. module: partner_noncommercial
2828
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
29-
msgid "Organisation"
29+
msgid "Organization"
3030
msgstr ""
3131

3232
#. module: partner_noncommercial
3333
#: model_terms:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
34-
msgid "Organisations"
34+
msgid "Organizations"
3535
msgstr "Organizacije"
3636

3737
#. module: partner_noncommercial

partner_noncommercial/i18n_extra/en.po

Lines changed: 0 additions & 35 deletions
This file was deleted.

partner_noncommercial/i18n_extra/nl.po

Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
2+
from . import res_partner

0 commit comments

Comments
 (0)