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

11.0 mig partner noncommercial #657

Merged
merged 6 commits into from
Oct 7, 2019
Merged
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
89 changes: 89 additions & 0 deletions partner_noncommercial/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
======================
Partner Non Commercial
======================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/11.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-11-0/partner-contact-11-0-partner_noncommercial
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/134/11.0
:alt: Try me on Runbot

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

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

**Table of contents**

.. contents::
:local:

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

To configure this module, you need to:

#. This module requires no special configuration.

Usage
=====

This module creates a main menu All partners. There it gives special
options to work with persons or organisationss.


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 smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_noncommercial%0Aversion:%2011.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 <ronald@therp.nl>

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/11.0/partner_noncommercial>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions partner_noncommercial/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
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': '11.0.1.0.0',
'author': 'Therp BV,Camptocamp,Odoo Community Association (OCA)',
'website': 'https://github.com/oca/partner-contact',
'complexity': 'normal',
'category': 'Customer Relationship Management',
'license': 'AGPL-3',
'depends': [
'contacts',
],
'data': [
'views/menu.xml',
'views/res_partner.xml',
],
'installable': True,
}
62 changes: 62 additions & 0 deletions partner_noncommercial/i18n/nl.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Translation of OpenERP Server.
#
msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 6.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-01 12:32+0000\n"
"PO-Revision-Date: 2012-03-12 09:28+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_noncommercial
#: model:ir.actions.act_window,name:partner_noncommercial.action_address_form
#: model:ir.ui.menu,name:partner_noncommercial.menu_address_form
msgid "All addresses"
msgstr "Alle adressen"

#. module: partner_noncommercial
#: model:ir.actions.act_window,name:partner_noncommercial.action_all_partner_form
#: model:ir.ui.menu,name:partner_noncommercial.menu_all_partner_form
#: model:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
msgid "All partners"
msgstr "Alle relaties"

#. module: partner_noncommercial
#: model:ir.actions.act_window,help:partner_noncommercial.action_person_form
msgid "Click to add a person to your address book."
msgstr "Klik voor het toevoegen van een persoon aan het adresboek."

#. module: partner_noncommercial
#: model:ir.actions.act_window,help:partner_noncommercial.action_company_form
msgid "Click to add an organisation to your address book."
msgstr "Klik voor het toevoegen van een organisatie aan het adresboek."

#. module: partner_noncommercial
#: model:ir.actions.act_window,help:partner_noncommercial.action_address_form
msgid "Click to add item to your address book."
msgstr "Klik voor toevoeging aan het adresboek"

#. module: partner_noncommercial
#: model:ir.actions.act_window,name:partner_noncommercial.action_company_form
#: model:ir.ui.menu,name:partner_noncommercial.menu_company_form
#: model:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
msgid "Organisations"
msgstr "Organisaties"

#. module: partner_noncommercial
#: model:ir.ui.menu,name:partner_noncommercial.menu_partner
#: model:ir.ui.menu,name:partner_noncommercial.menu_partner_main
msgid "Partners"
msgstr "Alle relaties"

#. module: partner_noncommercial
#: model:ir.actions.act_window,name:partner_noncommercial.action_person_form
#: model:ir.ui.menu,name:partner_noncommercial.menu_person_form
msgid "Persons"
msgstr "Personen"
62 changes: 62 additions & 0 deletions partner_noncommercial/i18n/partner_noncommercial.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * partner_noncommercial
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \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:ir.actions.act_window,name:partner_noncommercial.action_address_form
#: model:ir.ui.menu,name:partner_noncommercial.menu_address_form
msgid "All addresses"
msgstr ""

#. module: partner_noncommercial
#: model:ir.actions.act_window,name:partner_noncommercial.action_all_partner_form
#: model:ir.ui.menu,name:partner_noncommercial.menu_all_partner_form
#: model:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
msgid "All partners"
msgstr ""

#. module: partner_noncommercial
#: model:ir.actions.act_window,help:partner_noncommercial.action_person_form
msgid "Click to add a person to your address book."
msgstr ""

#. module: partner_noncommercial
#: model:ir.actions.act_window,help:partner_noncommercial.action_company_form
msgid "Click to add an organisation to your address book."
msgstr ""

#. module: partner_noncommercial
#: model:ir.actions.act_window,help:partner_noncommercial.action_address_form
msgid "Click to add item to your address book."
msgstr ""

#. module: partner_noncommercial
#: model:ir.actions.act_window,name:partner_noncommercial.action_company_form
#: model:ir.ui.menu,name:partner_noncommercial.menu_company_form
#: model:ir.ui.view,arch_db:partner_noncommercial.view_res_partner_filter
msgid "Organisations"
msgstr ""

#. module: partner_noncommercial
#: model:ir.ui.menu,name:partner_noncommercial.menu_partner
#: model:ir.ui.menu,name:partner_noncommercial.menu_partner_main
msgid "Partners"
msgstr ""

#. module: partner_noncommercial
#: model:ir.actions.act_window,name:partner_noncommercial.action_person_form
#: model:ir.ui.menu,name:partner_noncommercial.menu_person_form
msgid "Persons"
msgstr ""

53 changes: 53 additions & 0 deletions partner_noncommercial/i18n/sl.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * partner_noncommercial
#
# Translators:
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-13 03:19+0000\n"
"PO-Revision-Date: 2017-06-13 03:19+0000\n"
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>, 2017\n"
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3);\n"

#. module: partner_noncommercial
#: model:ir.actions.act_window,help:partner_noncommercial.action_company_form
msgid ""
"<p class=\"oe_view_nocontent_create\">Click to add a company in your address "
"book.</p>"
msgstr "<p class=\"oe_view_nocontent_create\">Dodaj podjetje v imenik.</p>"

#. module: partner_noncommercial
#: model:ir.actions.act_window,help:partner_noncommercial.action_person_form
msgid ""
"<p class=\"oe_view_nocontent_create\">Click to add a person in your address "
"book.</p>"
msgstr "<p class=\"oe_view_nocontent_create\">Dodaj osebo v imenik.</p>"

#. module: partner_noncommercial
#: model:ir.actions.act_window,name:partner_noncommercial.action_all_partner_form
#: model:ir.ui.menu,name:partner_noncommercial.menu_all_partner_form
msgid "All partners"
msgstr "Vsi partnerji"

#. module: partner_noncommercial
#: model:ir.actions.act_window,name:partner_noncommercial.action_company_form
#: model:ir.ui.menu,name:partner_noncommercial.menu_company_form
#: view:res.partner:partner_noncommercial.view_res_partner_filter
msgid "Organisations"
msgstr "Organizacije"

#. module: partner_noncommercial
#: model:ir.actions.act_window,name:partner_noncommercial.action_person_form
#: model:ir.ui.menu,name:partner_noncommercial.menu_person_form
msgid "Persons"
msgstr "Osebe"
35 changes: 35 additions & 0 deletions partner_noncommercial/i18n_extra/en.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Translation of OpenERP Server.
#
msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 6.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-12 09:28+0000\n"
"PO-Revision-Date: 2012-03-12 09:28+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: base
#: view:res.partner:0
msgid "Is a Company?"
msgstr "Is an organisation?"

#. module: base
#: view:res.partner:0
msgid "Sales & Purchases"
msgstr "Details"

#. module: base
#: view:res.partner:0
#: field:res.partner,user_id:0
msgid "Salesperson"
msgstr "Responsible"

#. module: base
#: field:res.partner,parent_id:0
msgid "Related Company"
msgstr "Related organisation"
36 changes: 36 additions & 0 deletions partner_noncommercial/i18n_extra/nl.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Translation of OpenERP Server.
#
msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 6.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-12 09:28+0000\n"
"PO-Revision-Date: 2012-03-12 09:28+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: base
#: view:res.partner:0
msgid "Is a Company?"
msgstr "Is een organisatie?"

#. module: base
#: view:res.partner:0
msgid "Sales & Purchases"
msgstr "Details"

#. module: base
#: view:res.partner:0
#: field:res.partner,user_id:0
msgid "Salesperson"
msgstr "Verantwoordelijke"

#. module: base
#: field:res.partner,parent_id:0
msgid "Related Company"
msgstr "Gerelateerde organisatie"

3 changes: 3 additions & 0 deletions partner_noncommercial/readme/CONFIGURE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
To configure this module, you need to:

#. This module requires no special configuration.
1 change: 1 addition & 0 deletions partner_noncommercial/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Ronald Portier <ronald@therp.nl>
2 changes: 2 additions & 0 deletions partner_noncommercial/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This module changes menu and view descriptions to make partner management
suitable for use in non commercial organisations.
3 changes: 3 additions & 0 deletions partner_noncommercial/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This module creates a main menu All partners. There it gives special
options to work with persons or organisationss.

Loading